Merge "Add vPing troubleshooting guides"
[functest.git] / docs / results / fuel-os-nosdn-ovs-ha.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Detailed test results for fuel-os-nosdn-ovs-ha
5 ----------------------------------------------
6
7 VIM
8 ---
9
10 vping_ssh
11 ^^^^^^^^^
12 ::
13
14     FUNCTEST.info: Running vPing-SSH test...
15     vPing_ssh- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
16     vPing_ssh- INFO - Creating neutron network vping-net...
17     vPing_ssh- INFO - Creating security group  'vPing-sg'...
18     vPing_ssh- INFO - Using existing Flavor 'm1.small'...
19     vPing_ssh- INFO - vPing Start Time:'2016-02-18 13:27:35'
20     vPing_ssh- INFO - Creating instance 'opnfv-vping-1'...
21      name=opnfv-vping-1
22      flavor=<Flavor: m1.small>
23      image=fff41d5d-579a-4c26-844d-4e86700c44f6
24      network=a5137d46-dea8-4f85-8872-08c4a5927182
25
26     vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
27     vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
28     vPing_ssh- INFO - Creating instance 'opnfv-vping-2'...
29      name=opnfv-vping-2
30      flavor=<Flavor: m1.small>
31      image=fff41d5d-579a-4c26-844d-4e86700c44f6
32      network=a5137d46-dea8-4f85-8872-08c4a5927182
33
34     vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
35     vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
36     vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
37     vPing_ssh- INFO - Floating IP created: '10.118.101.200'
38     vPing_ssh- INFO - Associating floating ip: '10.118.101.200' to VM 'opnfv-vping-2'
39     vPing_ssh- INFO - Trying to establish SSH connection to 10.118.101.200...
40     vPing_ssh- INFO - Waiting for ping...
41     vPing_ssh- INFO - vPing detected!
42     vPing_ssh- INFO - vPing duration:'42.1' s.
43     vPing_ssh- INFO - Cleaning up...
44     vPing_ssh- INFO - vPing OK
45
46
47 vping_userdata
48 ^^^^^^^^^^^^^^
49 ::
50
51     FUNCTEST.info: Running vPing-userdata test...
52     vPing_userdata- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
53     vPing_userdata- INFO - Creating neutron network vping-net...
54     vPing_userdata- INFO - Creating security group  'vPing-sg'...
55     vPing_userdata- INFO - Flavor found 'm1.small'
56     vPing_userdata- INFO - vPing Start Time:'2016-02-18 13:29:00'
57     vPing_userdata- INFO - Creating instance 'opnfv-vping-1'...
58      name=opnfv-vping-1
59      flavor=<Flavor: m1.small>
60      image=5e34c73d-91d0-4852-a407-5a4b4c1932c6
61      network=a1efb318-1338-436f-8f26-3a1bacab0538
62
63     vPing_userdata- INFO - Instance 'opnfv-vping-1' is ACTIVE.
64     vPing_userdata- INFO - Creating instance 'opnfv-vping-2'...
65      name=opnfv-vping-2
66      flavor=<Flavor: m1.small>
67      image=5e34c73d-91d0-4852-a407-5a4b4c1932c6
68      network=a1efb318-1338-436f-8f26-3a1bacab0538
69      userdata=
70     #!/bin/sh
71
72     while true; do
73      ping -c 1 192.168.130.4 2>&1 >/dev/null
74      RES=$?
75      if [ "Z$RES" = "Z0" ] ; then
76       echo 'vPing OK'
77      break
78      else
79       echo 'vPing KO'
80      fi
81      sleep 1
82     done
83
84     vPing_userdata- INFO - Instance 'opnfv-vping-2' is ACTIVE.
85     vPing_userdata- INFO - Waiting for ping...
86     vPing_userdata- INFO - vPing detected!
87     vPing_userdata- INFO - vPing duration:'28.6'
88     vPing_userdata- INFO - vPing OK
89     vPing_userdata- INFO - Cleaning up...
90     vPing_userdata- INFO - Deleting network 'vping-net'...
91
92
93 Tempest
94 ^^^^^^^
95 ::
96
97     +------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+
98     | name                                                                                                                                     | time     | status  |
99     +------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+
100     | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.42319  | success |
101     | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.10399  | success |
102     | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 21.61136 | success |
103     | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 24.17689 | success |
104     | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 44.97306 | success |
105     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.61967  | success |
106     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.61148  | success |
107     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.36880  | success |
108     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.97375  | success |
109     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.39432  | success |
110     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.62328  | success |
111     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.37363  | success |
112     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.61586  | success |
113     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.35380  | success |
114     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.67239  | success |
115     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.38634  | success |
116     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 1.05724  | success |
117     | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.53191  | success |
118     | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 1.18318  | success |
119     | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 1.22600  | success |
120     | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 1.02248  | success |
121     | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 2.15108  | success |
122     | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 3.32340  | success |
123     | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 5.71240  | success |
124     | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 16.19396 | success |
125     | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 0.0      | fail    |
126     | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.0      | fail    |
127     | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.0      | fail    |
128     | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 0.0      | fail    |
129     | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.0      | fail    |
130     | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 0.0      | fail    |
131     | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.0      | fail    |
132     | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.0      | fail    |
133     | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 0.0      | fail    |
134     | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.0      | fail    |
135     | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.08151  | success |
136     | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 5.38225  | success |
137     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.30658  | success |
138     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 1.03364  | success |
139     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.55185  | success |
140     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.60722  | success |
141     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.61518  | success |
142     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.10976  | success |
143     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.10289  | success |
144     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.10607  | success |
145     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.09006  | success |
146     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.39571  | success |
147     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.55219  | success |
148     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00134  | skip    |
149     | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.20517  | success |
150     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.08353  | success |
151     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01952  | success |
152     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.07490  | success |
153     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.11856  | success |
154     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.03290  | success |
155     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.04317  | success |
156     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.04307  | success |
157     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.08060  | success |
158     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.09867  | success |
159     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.31911  | success |
160     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.03124  | success |
161     | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.10668  | success |
162     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.0      | fail    |
163     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 0.0      | fail    |
164     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 0.0      | fail    |
165     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 0.0      | fail    |
166     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.0      | fail    |
167     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 0.0      | fail    |
168     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 0.0      | fail    |
169     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 0.0      | fail    |
170     | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 0.0      | fail    |
171     | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.11260  | success |
172     | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.20834  | success |
173     | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.75046  | success |
174     | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.37893  | success |
175     | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.36982  | success |
176     | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.68314  | success |
177     | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.57271  | success |
178     | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.64458  | success |
179     | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 4.92495  | success |
180     | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 22.44224 | success |
181     | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 30.13484 | success |
182     | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 15.86074 | success |
183     | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 12.98275 | success |
184     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 2.59054  | success |
185     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 3.72221  | success |
186     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 2.78814  | success |
187     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 1.60414  | success |
188     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 3.08274  | success |
189     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 2.16235  | success |
190     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 2.57737  | success |
191     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 1.46117  | success |
192     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 1.22501  | success |
193     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 1.11043  | success |
194     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 2.71277  | success |
195     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 1.10491  | success |
196     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 1.50933  | success |
197     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.94894  | success |
198     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 1.36216  | success |
199     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 1.57821  | success |
200     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.85906  | success |
201     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 1.81229  | success |
202     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 1.26423  | success |
203     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 1.39718  | success |
204     | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 1.00093  | success |
205     | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.29322  | success |
206     | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.02099  | success |
207     | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.64378  | success |
208     | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.06226  | success |
209     | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.83135  | success |
210     | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.08382  | success |
211     | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.30164  | success |
212     | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.04541  | success |
213     | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 0.0      | fail    |
214     | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.97480  | success |
215     | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 1.05415  | success |
216     | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.26485  | success |
217     | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.02006  | success |
218     | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.84845  | success |
219     | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.0      | fail    |
220     | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.0      | fail    |
221     | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.10464  | success |
222     | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 1.02679  | success |
223     | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.64732  | success |
224     | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 2.79302  | success |
225     | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.0      | fail    |
226     | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.38635  | success |
227     | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.0      | fail    |
228     | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.67061  | success |
229     | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 2.34593  | success |
230     | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.09899  | success |
231     | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.08376  | success |
232     | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.07817  | success |
233     | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.10831  | success |
234     | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.09626  | success |
235     | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.09352  | success |
236     | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.57765  | success |
237     | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 1.66822  | success |
238     | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 3.06984  | success |
239     | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 3.62527  | success |
240     | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 6.08457  | success |
241     | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 2.35650  | success |
242     | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 2.99120  | success |
243     | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 1.72175  | success |
244     | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 3.61046  | success |
245     | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 4.54154  | success |
246     | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 2.24168  | success |
247     | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 3.49353  | success |
248     | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 3.50686  | success |
249     | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 3.20151  | success |
250     | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.69691  | success |
251     | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.39375  | success |
252     | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.38459  | success |
253     | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.29588  | success |
254     | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.51586  | success |
255     | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 2.70137  | success |
256     | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.60901  | success |
257     | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.31436  | success |
258     | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.32710  | success |
259     | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.05551  | success |
260     | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.45609  | success |
261     | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 3.05677  | success |
262     | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 2.98082  | success |
263     | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 1.63311  | success |
264     | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.09653  | success |
265     | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.35475  | success |
266     | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 2.90406  | success |
267     | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 3.62630  | success |
268     | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 2.17609  | success |
269     | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.37848  | success |
270     | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.09860  | success |
271     | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 7.70778  | success |
272     | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 4.78033  | success |
273     | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 4.62080  | success |
274     | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 3.61729  | success |
275     | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 7.56892  | success |
276     | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 4.67551  | success |
277     | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 3.90091  | success |
278     | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 2.96428  | success |
279     | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 1.98439  | success |
280     | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 3.83806  | success |
281     | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.29228  | success |
282     | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 2.05162  | success |
283     | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 3.96419  | success |
284     | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.36613  | success |
285     | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.64793  | success |
286     | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 6.64806  | success |
287     | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.04923  | success |
288     | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 1.42249  | success |
289     | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.61494  | success |
290     | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.64431  | success |
291     | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.61515  | success |
292     | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.79836  | success |
293     | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.84027  | success |
294     | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 3.71970  | success |
295     | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.06703  | success |
296     | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 15.64501 | success |
297     | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 3.81335  | success |
298     | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 3.28514  | success |
299     | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 3.08361  | success |
300     | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 13.04419 | success |
301     | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 17.72121 | success |
302     | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 15.46298 | success |
303     | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 19.52032 | success |
304     | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.06039  | success |
305     | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.07579  | success |
306     | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 56.52179 | success |
307     | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 42.52437 | success |
308     | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 81.46846 | fail    |
309     | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 72.34328 | fail    |
310     +------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+
311     run_tempest - INFO - Results: {'timestart': '2016-02-1602:24:40.738841', 'duration': 234, 'tests': 210, 'failures': 26}
312
313
314
315 Rally
316 ^^^^^
317 ::
318
319     FUNCTEST.info: Running Rally benchmark suite...
320     run_rally - INFO - Starting test scenario "authenticate" ...
321     run_rally - INFO -
322      Preparing input task
323      Task  3074958f-9ce1-47bc-9d9d-e78bc2233a68: started
324     Task 3074958f-9ce1-47bc-9d9d-e78bc2233a68: finished
325
326     test scenario Authenticate.validate_glance
327     +-------------------------------------------------------------------------------------------------------+
328     |                                         Response Times (sec)                                          |
329     +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
330     | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
331     +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
332     | authenticate.validate_glance     | 0.519 | 0.582  | 0.614  | 0.616  | 0.619 | 0.577 | 100.0%  | 10    |
333     | authenticate.validate_glance (2) | 0.318 | 0.548  | 0.621  | 0.699  | 0.777 | 0.557 | 100.0%  | 10    |
334     | total                            | 1.086 | 1.305  | 1.37   | 1.467  | 1.563 | 1.307 | 100.0%  | 10    |
335     +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
336     Load duration: 3.99583816528
337     Full duration: 11.4604001045
338
339
340
341     test scenario Authenticate.keystone
342     +-----------------------------------------------------------------------------+
343     |                            Response Times (sec)                             |
344     +--------+-------+--------+--------+--------+-------+-------+---------+-------+
345     | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
346     +--------+-------+--------+--------+--------+-------+-------+---------+-------+
347     | total  | 0.139 | 0.157  | 0.174  | 0.175  | 0.175 | 0.158 | 100.0%  | 10    |
348     +--------+-------+--------+--------+--------+-------+-------+---------+-------+
349     Load duration: 0.509595870972
350     Full duration: 8.08681082726
351
352
353
354     test scenario Authenticate.validate_heat
355     +-----------------------------------------------------------------------------------------------------+
356     |                                        Response Times (sec)                                         |
357     +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
358     | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
359     +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
360     | authenticate.validate_heat     | 0.281 | 0.3    | 0.407  | 0.408  | 0.409 | 0.322 | 100.0%  | 10    |
361     | authenticate.validate_heat (2) | 0.049 | 0.288  | 0.309  | 0.343  | 0.377 | 0.254 | 100.0%  | 10    |
362     | total                          | 0.474 | 0.756  | 0.876  | 0.883  | 0.89  | 0.748 | 100.0%  | 10    |
363     +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
364     Load duration: 2.13345599174
365     Full duration: 9.90360093117
366
367
368
369     test scenario Authenticate.validate_nova
370     +-----------------------------------------------------------------------------------------------------+
371     |                                        Response Times (sec)                                         |
372     +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
373     | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
374     +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
375     | authenticate.validate_nova     | 0.263 | 0.305  | 0.334  | 0.394  | 0.454 | 0.313 | 100.0%  | 10    |
376     | authenticate.validate_nova (2) | 0.031 | 0.045  | 0.061  | 0.07   | 0.079 | 0.048 | 100.0%  | 10    |
377     | total                          | 0.456 | 0.517  | 0.555  | 0.62   | 0.686 | 0.525 | 100.0%  | 10    |
378     +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
379     Load duration: 1.58427906036
380     Full duration: 9.08766698837
381
382
383
384     test scenario Authenticate.validate_cinder
385     +-------------------------------------------------------------------------------------------------------+
386     |                                         Response Times (sec)                                          |
387     +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
388     | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
389     +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
390     | authenticate.validate_cinder     | 0.279 | 0.31   | 0.336  | 0.384  | 0.433 | 0.316 | 100.0%  | 10    |
391     | authenticate.validate_cinder (2) | 0.023 | 0.284  | 0.356  | 0.475  | 0.594 | 0.244 | 100.0%  | 10    |
392     | total                            | 0.44  | 0.784  | 0.989  | 1.066  | 1.142 | 0.75  | 100.0%  | 10    |
393     +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
394     Load duration: 2.06888413429
395     Full duration: 9.67203593254
396
397
398
399     test scenario Authenticate.validate_neutron
400     +--------------------------------------------------------------------------------------------------------+
401     |                                          Response Times (sec)                                          |
402     +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
403     | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
404     +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
405     | authenticate.validate_neutron     | 0.279 | 0.333  | 0.347  | 0.348  | 0.348 | 0.328 | 100.0%  | 10    |
406     | authenticate.validate_neutron (2) | 0.042 | 0.302  | 0.341  | 0.374  | 0.407 | 0.263 | 100.0%  | 10    |
407     | total                             | 0.467 | 0.804  | 0.848  | 0.869  | 0.89  | 0.757 | 100.0%  | 10    |
408     +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
409     Load duration: 2.20722603798
410     Full duration: 10.0450489521
411
412
413
414     run_rally - INFO - Test scenario: "authenticate" OK.
415
416     run_rally - INFO - Starting test scenario "glance" ...
417     run_rally - INFO -
418      Preparing input task
419      Task  2d256e70-85ea-4394-a6ef-c1bb7f56a349: started
420     Task 2d256e70-85ea-4394-a6ef-c1bb7f56a349: finished
421
422     test scenario GlanceImages.list_images
423     +---------------------------------------------------------------------------------------+
424     |                                 Response Times (sec)                                  |
425     +--------------------+------+--------+--------+--------+------+-------+---------+-------+
426     | action             | min  | median | 90%ile | 95%ile | max  | avg   | success | count |
427     +--------------------+------+--------+--------+--------+------+-------+---------+-------+
428     | glance.list_images | 0.69 | 0.754  | 0.845  | 0.853  | 0.86 | 0.771 | 100.0%  | 10    |
429     | total              | 0.69 | 0.754  | 0.845  | 0.853  | 0.86 | 0.771 | 100.0%  | 10    |
430     +--------------------+------+--------+--------+--------+------+-------+---------+-------+
431     Load duration: 2.37443709373
432     Full duration: 12.192773819
433
434
435
436     test scenario GlanceImages.create_image_and_boot_instances
437     +---------------------------------------------------------------------------------------------+
438     |                                    Response Times (sec)                                     |
439     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
440     | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
441     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
442     | glance.create_image | 7.016  | 7.626  | 8.071  | 8.175  | 8.28   | 7.656  | 100.0%  | 10    |
443     | nova.boot_servers   | 14.247 | 15.398 | 16.507 | 16.622 | 16.737 | 15.457 | 100.0%  | 10    |
444     | total               | 21.583 | 22.978 | 23.909 | 24.335 | 24.761 | 23.114 | 100.0%  | 10    |
445     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
446     Load duration: 68.0709619522
447     Full duration: 125.822338104
448
449
450
451     test scenario GlanceImages.create_and_list_image
452     +-------------------------------------------------------------------------------------------+
453     |                                   Response Times (sec)                                    |
454     +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
455     | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
456     +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
457     | glance.create_image | 7.021 | 7.699  | 9.045  | 14.322 | 19.599 | 8.763 | 100.0%  | 10    |
458     | glance.list_images  | 0.334 | 0.602  | 0.657  | 0.684  | 0.71   | 0.593 | 100.0%  | 10    |
459     | total               | 7.61  | 8.326  | 9.638  | 14.906 | 20.173 | 9.356 | 100.0%  | 10    |
460     +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
461     Load duration: 28.350317955
462     Full duration: 54.6049070358
463
464
465
466     test scenario GlanceImages.create_and_delete_image
467     +--------------------------------------------------------------------------------------------+
468     |                                    Response Times (sec)                                    |
469     +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
470     | action              | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
471     +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
472     | glance.create_image | 7.113 | 7.689  | 7.945  | 7.946  | 7.948  | 7.622  | 100.0%  | 10    |
473     | glance.delete_image | 1.846 | 2.236  | 3.676  | 9.026  | 14.377 | 3.407  | 100.0%  | 10    |
474     | total               | 9.452 | 9.823  | 11.494 | 16.81  | 22.126 | 11.029 | 100.0%  | 10    |
475     +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
476     Load duration: 31.6257281303
477     Full duration: 42.0794751644
478
479
480
481     run_rally - INFO - Test scenario: "glance" OK.
482
483     run_rally - INFO - Starting test scenario "cinder" ...
484     run_rally - INFO -
485      Preparing input task
486      Task  9f092186-5955-4467-948a-16d0404a8c2f: started
487     Task 9f092186-5955-4467-948a-16d0404a8c2f: finished
488
489     test scenario CinderVolumes.create_and_attach_volume
490     +----------------------------------------------------------------------------------------------+
491     |                                     Response Times (sec)                                     |
492     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
493     | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
494     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
495     | nova.boot_server     | 10.268 | 12.476 | 13.344 | 13.444 | 13.544 | 12.273 | 100.0%  | 10    |
496     | cinder.create_volume | 3.181  | 3.689  | 3.924  | 4.051  | 4.178  | 3.675  | 100.0%  | 10    |
497     | nova.attach_volume   | 3.763  | 4.185  | 6.83   | 6.904  | 6.978  | 4.705  | 100.0%  | 10    |
498     | nova.detach_volume   | 3.274  | 3.884  | 4.469  | 4.48   | 4.491  | 3.865  | 100.0%  | 10    |
499     | cinder.delete_volume | 0.598  | 2.89   | 3.108  | 3.229  | 3.351  | 2.513  | 100.0%  | 10    |
500     | nova.delete_server   | 2.824  | 3.112  | 3.135  | 3.142  | 3.15   | 3.06   | 100.0%  | 10    |
501     | total                | 28.505 | 29.774 | 31.521 | 31.648 | 31.774 | 30.091 | 100.0%  | 10    |
502     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
503     Load duration: 89.9433991909
504     Full duration: 132.382716179
505
506
507
508     test scenario CinderVolumes.create_and_list_volume
509     +--------------------------------------------------------------------------------------------+
510     |                                    Response Times (sec)                                    |
511     +----------------------+-------+--------+--------+--------+--------+-------+---------+-------+
512     | action               | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
513     +----------------------+-------+--------+--------+--------+--------+-------+---------+-------+
514     | cinder.create_volume | 9.263 | 9.593  | 10.234 | 10.313 | 10.391 | 9.735 | 100.0%  | 10    |
515     | cinder.list_volumes  | 0.073 | 0.334  | 0.502  | 0.51   | 0.517  | 0.325 | 100.0%  | 10    |
516     | total                | 9.347 | 9.982  | 10.562 | 10.633 | 10.704 | 10.06 | 100.0%  | 10    |
517     +----------------------+-------+--------+--------+--------+--------+-------+---------+-------+
518     Load duration: 30.0611338615
519     Full duration: 53.2253141403
520
521
522
523     test scenario CinderVolumes.create_and_list_volume
524     +-------------------------------------------------------------------------------------------+
525     |                                   Response Times (sec)                                    |
526     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
527     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
528     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
529     | cinder.create_volume | 3.693 | 3.995  | 4.393  | 4.446  | 4.498 | 4.011 | 100.0%  | 10    |
530     | cinder.list_volumes  | 0.073 | 0.365  | 0.473  | 0.503  | 0.532 | 0.334 | 100.0%  | 10    |
531     | total                | 3.792 | 4.367  | 4.739  | 4.852  | 4.964 | 4.345 | 100.0%  | 10    |
532     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
533     Load duration: 13.0783438683
534     Full duration: 34.8268380165
535
536
537
538     test scenario CinderVolumes.create_and_list_snapshots
539     +---------------------------------------------------------------------------------------------+
540     |                                    Response Times (sec)                                     |
541     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
542     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
543     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
544     | cinder.create_snapshot | 3.034 | 3.324  | 3.749  | 4.714  | 5.679 | 3.488 | 100.0%  | 10    |
545     | cinder.list_snapshots  | 0.027 | 0.306  | 0.324  | 0.326  | 0.329 | 0.227 | 100.0%  | 10    |
546     | total                  | 3.132 | 3.417  | 4.072  | 5.033  | 5.994 | 3.715 | 100.0%  | 10    |
547     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
548     Load duration: 10.4324269295
549     Full duration: 51.1932430267
550
551
552
553     test scenario CinderVolumes.create_and_delete_volume
554     +-------------------------------------------------------------------------------------------+
555     |                                   Response Times (sec)                                    |
556     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
557     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
558     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
559     | cinder.create_volume | 3.495 | 3.952  | 4.201  | 4.213  | 4.224 | 3.929 | 100.0%  | 10    |
560     | cinder.delete_volume | 0.559 | 2.729  | 3.265  | 3.327  | 3.389 | 2.111 | 100.0%  | 10    |
561     | total                | 4.352 | 6.379  | 7.367  | 7.421  | 7.476 | 6.04  | 100.0%  | 10    |
562     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
563     Load duration: 18.7915260792
564     Full duration: 37.4740400314
565
566
567
568     test scenario CinderVolumes.create_and_delete_volume
569     +---------------------------------------------------------------------------------------------+
570     |                                    Response Times (sec)                                     |
571     +----------------------+-------+--------+--------+--------+--------+--------+---------+-------+
572     | action               | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
573     +----------------------+-------+--------+--------+--------+--------+--------+---------+-------+
574     | cinder.create_volume | 9.153 | 9.894  | 10.152 | 10.17  | 10.189 | 9.798  | 100.0%  | 10    |
575     | cinder.delete_volume | 0.563 | 0.972  | 3.341  | 3.425  | 3.51   | 1.572  | 100.0%  | 10    |
576     | total                | 9.717 | 10.853 | 13.493 | 13.596 | 13.699 | 11.371 | 100.0%  | 10    |
577     +----------------------+-------+--------+--------+--------+--------+--------+---------+-------+
578     Load duration: 31.9503250122
579     Full duration: 51.7525529861
580
581
582
583     test scenario CinderVolumes.create_and_delete_volume
584     +-------------------------------------------------------------------------------------------+
585     |                                   Response Times (sec)                                    |
586     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
587     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
588     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
589     | cinder.create_volume | 3.461 | 3.688  | 4.442  | 4.444  | 4.447 | 3.838 | 100.0%  | 10    |
590     | cinder.delete_volume | 0.493 | 0.917  | 3.039  | 3.183  | 3.328 | 1.504 | 100.0%  | 10    |
591     | total                | 4.048 | 4.704  | 7.416  | 7.425  | 7.434 | 5.343 | 100.0%  | 10    |
592     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
593     Load duration: 16.7748939991
594     Full duration: 35.0109767914
595
596
597
598     test scenario CinderVolumes.create_and_upload_volume_to_image
599     +-------------------------------------------------------------------------------------------------------+
600     |                                         Response Times (sec)                                          |
601     +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
602     | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
603     +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
604     | cinder.create_volume          | 3.474  | 3.728  | 4.034  | 4.158  | 4.283  | 3.802  | 100.0%  | 10    |
605     | cinder.upload_volume_to_image | 16.739 | 27.612 | 32.627 | 32.648 | 32.669 | 26.268 | 100.0%  | 10    |
606     | cinder.delete_volume          | 0.914  | 2.817  | 3.041  | 3.073  | 3.105  | 2.347  | 100.0%  | 10    |
607     | nova.delete_image             | 2.403  | 2.717  | 2.8    | 2.899  | 2.999  | 2.685  | 100.0%  | 10    |
608     | total                         | 26.184 | 36.276 | 42.076 | 42.091 | 42.105 | 35.103 | 100.0%  | 10    |
609     +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
610     Load duration: 100.882842064
611     Full duration: 122.017296791
612
613
614
615     test scenario CinderVolumes.create_and_delete_snapshot
616     +---------------------------------------------------------------------------------------------+
617     |                                    Response Times (sec)                                     |
618     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
619     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
620     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
621     | cinder.create_snapshot | 2.994 | 3.448  | 3.79   | 4.429  | 5.067 | 3.513 | 100.0%  | 10    |
622     | cinder.delete_snapshot | 2.529 | 2.878  | 3.135  | 3.14   | 3.144 | 2.867 | 100.0%  | 10    |
623     | total                  | 5.551 | 6.333  | 6.766  | 7.484  | 8.202 | 6.38  | 100.0%  | 10    |
624     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
625     Load duration: 20.3024630547
626     Full duration: 53.5971570015
627
628
629
630     test scenario CinderVolumes.create_volume
631     +-------------------------------------------------------------------------------------------+
632     |                                   Response Times (sec)                                    |
633     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
634     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
635     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
636     | cinder.create_volume | 3.445 | 3.759  | 3.809  | 3.811  | 3.814 | 3.703 | 100.0%  | 10    |
637     | total                | 3.445 | 3.759  | 3.809  | 3.812  | 3.814 | 3.703 | 100.0%  | 10    |
638     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
639     Load duration: 11.0321419239
640     Full duration: 28.9824199677
641
642
643
644     test scenario CinderVolumes.create_volume
645     +-------------------------------------------------------------------------------------------+
646     |                                   Response Times (sec)                                    |
647     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
648     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
649     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
650     | cinder.create_volume | 3.698 | 3.935  | 4.094  | 4.163  | 4.233 | 3.919 | 100.0%  | 10    |
651     | total                | 3.699 | 3.935  | 4.094  | 4.163  | 4.233 | 3.919 | 100.0%  | 10    |
652     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
653     Load duration: 11.7128379345
654     Full duration: 34.5113909245
655
656
657
658     test scenario CinderVolumes.list_volumes
659     +------------------------------------------------------------------------------------------+
660     |                                   Response Times (sec)                                   |
661     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
662     | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
663     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
664     | cinder.list_volumes | 0.491 | 0.525  | 0.554  | 0.555  | 0.556 | 0.529 | 100.0%  | 10    |
665     | total               | 0.491 | 0.525  | 0.554  | 0.555  | 0.556 | 0.529 | 100.0%  | 10    |
666     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
667     Load duration: 1.63166594505
668     Full duration: 66.0012481213
669
670
671
672     test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
673     +------------------------------------------------------------------------------------------------+
674     |                                      Response Times (sec)                                      |
675     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
676     | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
677     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
678     | cinder.create_volume   | 3.397  | 3.887  | 4.192  | 4.206  | 4.22   | 3.861  | 100.0%  | 10    |
679     | cinder.create_snapshot | 2.867  | 3.153  | 3.188  | 3.25   | 3.311  | 3.111  | 100.0%  | 10    |
680     | nova.attach_volume     | 3.869  | 5.36   | 10.321 | 11.444 | 12.567 | 6.387  | 100.0%  | 10    |
681     | nova.detach_volume     | 3.309  | 3.955  | 4.207  | 4.268  | 4.33   | 3.843  | 100.0%  | 10    |
682     | cinder.delete_snapshot | 2.26   | 2.629  | 2.904  | 3.051  | 3.199  | 2.668  | 100.0%  | 10    |
683     | cinder.delete_volume   | 0.553  | 2.446  | 2.844  | 2.938  | 3.033  | 1.903  | 100.0%  | 10    |
684     | total                  | 18.664 | 22.016 | 27.546 | 29.149 | 30.752 | 22.899 | 100.0%  | 10    |
685     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
686     Load duration: 67.0612659454
687     Full duration: 183.666878939
688
689
690
691     test scenario CinderVolumes.create_from_volume_and_delete_volume
692     +-------------------------------------------------------------------------------------------+
693     |                                   Response Times (sec)                                    |
694     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
695     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
696     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
697     | cinder.create_volume | 3.553 | 3.919  | 4.193  | 4.206  | 4.219 | 3.896 | 100.0%  | 10    |
698     | cinder.delete_volume | 2.698 | 3.101  | 3.447  | 3.564  | 3.682 | 3.136 | 100.0%  | 10    |
699     | total                | 6.251 | 7.071  | 7.484  | 7.564  | 7.645 | 7.032 | 100.0%  | 10    |
700     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
701     Load duration: 21.0021979809
702     Full duration: 55.9390618801
703
704
705
706     test scenario CinderVolumes.create_and_extend_volume
707     +-------------------------------------------------------------------------------------------+
708     |                                   Response Times (sec)                                    |
709     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
710     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
711     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
712     | cinder.create_volume | 3.435 | 4.074  | 4.424  | 4.424  | 4.425 | 4.026 | 100.0%  | 10    |
713     | cinder.extend_volume | 0.707 | 1.246  | 3.299  | 3.344  | 3.389 | 1.877 | 100.0%  | 10    |
714     | cinder.delete_volume | 0.692 | 1.948  | 3.07   | 3.114  | 3.157 | 1.937 | 100.0%  | 10    |
715     | total                | 5.944 | 8.052  | 8.803  | 9.273  | 9.743 | 7.84  | 100.0%  | 10    |
716     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
717     Load duration: 23.8975720406
718     Full duration: 43.0286390781
719
720
721
722     test scenario CinderVolumes.create_snapshot_and_attach_volume
723     +------------------------------------------------------------------------------------------------+
724     |                                      Response Times (sec)                                      |
725     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
726     | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
727     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
728     | cinder.create_volume   | 3.311  | 3.828  | 3.963  | 3.983  | 4.004  | 3.796  | 100.0%  | 10    |
729     | cinder.create_snapshot | 2.536  | 2.956  | 3.228  | 3.282  | 3.336  | 2.967  | 100.0%  | 10    |
730     | nova.attach_volume     | 3.854  | 4.422  | 6.403  | 6.702  | 7.002  | 4.856  | 100.0%  | 10    |
731     | nova.detach_volume     | 3.28   | 3.968  | 4.168  | 4.23   | 4.291  | 3.861  | 100.0%  | 10    |
732     | cinder.delete_snapshot | 2.409  | 2.566  | 2.92   | 2.931  | 2.943  | 2.652  | 100.0%  | 10    |
733     | cinder.delete_volume   | 0.616  | 2.517  | 2.894  | 3.087  | 3.279  | 2.098  | 100.0%  | 10    |
734     | total                  | 19.096 | 21.622 | 23.818 | 24.006 | 24.195 | 21.486 | 100.0%  | 10    |
735     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
736     Load duration: 61.8816320896
737     Full duration: 192.880079985
738
739
740
741     test scenario CinderVolumes.create_snapshot_and_attach_volume
742     +-----------------------------------------------------------------------------------------------+
743     |                                     Response Times (sec)                                      |
744     +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
745     | action                 | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
746     +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
747     | cinder.create_volume   | 3.008 | 3.875  | 4.246  | 4.262  | 4.278  | 3.77   | 100.0%  | 10    |
748     | cinder.create_snapshot | 2.518 | 3.123  | 3.599  | 3.708  | 3.818  | 3.136  | 100.0%  | 10    |
749     | nova.attach_volume     | 3.945 | 5.453  | 7.683  | 8.854  | 10.024 | 5.87   | 100.0%  | 10    |
750     | nova.detach_volume     | 3.292 | 3.879  | 4.458  | 4.792  | 5.127  | 3.95   | 100.0%  | 10    |
751     | cinder.delete_snapshot | 0.527 | 2.572  | 2.804  | 2.854  | 2.904  | 2.393  | 100.0%  | 10    |
752     | cinder.delete_volume   | 0.894 | 2.839  | 3.023  | 3.037  | 3.052  | 2.513  | 100.0%  | 10    |
753     | total                  | 20.01 | 23.245 | 26.325 | 27.177 | 28.028 | 23.414 | 100.0%  | 10    |
754     +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
755     Load duration: 71.9912419319
756     Full duration: 203.27274704
757
758
759
760     run_rally - INFO - Test scenario: "cinder" OK.
761
762     run_rally - INFO - Starting test scenario "heat" ...
763     run_rally - INFO -
764      Preparing input task
765      Task  f964ffc4-416b-4d44-b65d-29baeaea8bec: started
766     Task f964ffc4-416b-4d44-b65d-29baeaea8bec: finished
767
768     test scenario HeatStacks.create_suspend_resume_delete_stack
769     +-----------------------------------------------------------------------------------------+
770     |                                  Response Times (sec)                                   |
771     +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
772     | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
773     +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
774     | heat.create_stack  | 3.969 | 4.357  | 4.55   | 4.551  | 4.551 | 4.324 | 100.0%  | 10    |
775     | heat.suspend_stack | 1.657 | 1.711  | 1.822  | 1.868  | 1.915 | 1.731 | 100.0%  | 10    |
776     | heat.resume_stack  | 1.437 | 1.616  | 1.637  | 1.648  | 1.658 | 1.574 | 100.0%  | 10    |
777     | heat.delete_stack  | 1.403 | 1.555  | 1.702  | 2.211  | 2.721 | 1.658 | 100.0%  | 10    |
778     | total              | 8.875 | 9.374  | 9.503  | 9.735  | 9.967 | 9.288 | 100.0%  | 10    |
779     +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
780     Load duration: 27.5499420166
781     Full duration: 37.6667420864
782
783
784
785     test scenario HeatStacks.create_and_delete_stack
786     +----------------------------------------------------------------------------------------+
787     |                                  Response Times (sec)                                  |
788     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
789     | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
790     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
791     | heat.create_stack | 3.985 | 4.305  | 4.343  | 4.374  | 4.405 | 4.237 | 100.0%  | 10    |
792     | heat.delete_stack | 1.379 | 1.455  | 1.484  | 1.487  | 1.489 | 1.447 | 100.0%  | 10    |
793     | total             | 5.451 | 5.729  | 5.798  | 5.812  | 5.826 | 5.683 | 100.0%  | 10    |
794     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
795     Load duration: 17.0478360653
796     Full duration: 27.8095588684
797
798
799
800     test scenario HeatStacks.create_and_delete_stack
801     +-------------------------------------------------------------------------------------------+
802     |                                   Response Times (sec)                                    |
803     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
804     | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
805     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
806     | heat.create_stack | 26.314 | 28.232 | 29.851 | 29.855 | 29.859 | 28.255 | 100.0%  | 10    |
807     | heat.delete_stack | 10.7   | 11.864 | 12.929 | 12.939 | 12.949 | 12.051 | 100.0%  | 10    |
808     | total             | 38.29  | 40.481 | 41.719 | 41.722 | 41.725 | 40.306 | 100.0%  | 10    |
809     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
810     Load duration: 120.330497026
811     Full duration: 130.361554861
812
813
814
815     test scenario HeatStacks.create_and_delete_stack
816     +-------------------------------------------------------------------------------------------+
817     |                                   Response Times (sec)                                    |
818     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
819     | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
820     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
821     | heat.create_stack | 22.65  | 24.176 | 25.608 | 26.138 | 26.667 | 24.433 | 100.0%  | 10    |
822     | heat.delete_stack | 10.59  | 11.212 | 11.949 | 12.486 | 13.022 | 11.332 | 100.0%  | 10    |
823     | total             | 33.338 | 36.173 | 37.277 | 37.282 | 37.287 | 35.765 | 100.0%  | 10    |
824     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
825     Load duration: 105.698035955
826     Full duration: 115.92205596
827
828
829
830     test scenario HeatStacks.list_stacks_and_resources
831     +------------------------------------------------------------------------------------------------------+
832     |                                         Response Times (sec)                                         |
833     +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
834     | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
835     +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
836     | heat.list_stacks                | 0.513 | 0.529  | 0.55   | 0.555  | 0.559 | 0.532 | 100.0%  | 10    |
837     | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0   | 0.0   | 100.0%  | 10    |
838     | total                           | 0.513 | 0.529  | 0.55   | 0.555  | 0.56  | 0.532 | 100.0%  | 10    |
839     +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
840     Load duration: 1.66571998596
841     Full duration: 10.2634401321
842
843
844
845     test scenario HeatStacks.create_update_delete_stack
846     +-----------------------------------------------------------------------------------------+
847     |                                  Response Times (sec)                                   |
848     +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
849     | action            | min   | median | 90%ile | 95%ile | max   | avg    | success | count |
850     +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
851     | heat.create_stack | 3.891 | 4.318  | 4.491  | 4.525  | 4.559 | 4.283  | 100.0%  | 10    |
852     | heat.update_stack | 3.532 | 3.653  | 3.805  | 3.849  | 3.893 | 3.669  | 100.0%  | 10    |
853     | heat.delete_stack | 1.517 | 2.659  | 2.766  | 2.767  | 2.768 | 2.555  | 100.0%  | 10    |
854     | total             | 9.434 | 10.591 | 10.815 | 10.957 | 11.1  | 10.507 | 100.0%  | 10    |
855     +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
856     Load duration: 31.6606299877
857     Full duration: 41.6391699314
858
859
860
861     test scenario HeatStacks.create_update_delete_stack
862     +-----------------------------------------------------------------------------------------+
863     |                                  Response Times (sec)                                   |
864     +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
865     | action            | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
866     +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
867     | heat.create_stack | 3.815 | 4.241  | 4.394  | 4.403  | 4.411  | 4.206 | 100.0%  | 10    |
868     | heat.update_stack | 3.536 | 3.637  | 3.758  | 3.809  | 3.86   | 3.655 | 100.0%  | 10    |
869     | heat.delete_stack | 1.359 | 1.407  | 1.693  | 2.128  | 2.563  | 1.55  | 100.0%  | 10    |
870     | total             | 9.067 | 9.301  | 9.655  | 10.15  | 10.645 | 9.412 | 100.0%  | 10    |
871     +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
872     Load duration: 27.7025399208
873     Full duration: 38.6538958549
874
875
876
877     test scenario HeatStacks.create_update_delete_stack
878     +-------------------------------------------------------------------------------------------+
879     |                                   Response Times (sec)                                    |
880     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
881     | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
882     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
883     | heat.create_stack | 3.845  | 4.648  | 5.545  | 5.549  | 5.552  | 4.702  | 100.0%  | 10    |
884     | heat.update_stack | 5.818  | 5.896  | 6.239  | 6.242  | 6.246  | 5.982  | 100.0%  | 10    |
885     | heat.delete_stack | 2.479  | 2.526  | 2.59   | 2.606  | 2.623  | 2.537  | 100.0%  | 10    |
886     | total             | 12.651 | 13.069 | 13.902 | 13.942 | 13.981 | 13.221 | 100.0%  | 10    |
887     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
888     Load duration: 39.0307080746
889     Full duration: 49.9186120033
890
891
892
893     test scenario HeatStacks.create_update_delete_stack
894     +------------------------------------------------------------------------------------------+
895     |                                   Response Times (sec)                                   |
896     +-------------------+--------+--------+--------+--------+--------+-------+---------+-------+
897     | action            | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
898     +-------------------+--------+--------+--------+--------+--------+-------+---------+-------+
899     | heat.create_stack | 5.244  | 5.361  | 5.485  | 5.498  | 5.511  | 5.375 | 100.0%  | 10    |
900     | heat.update_stack | 9.239  | 9.295  | 9.34   | 9.346  | 9.353  | 9.298 | 100.0%  | 10    |
901     | heat.delete_stack | 3.643  | 3.694  | 3.736  | 3.74   | 3.745  | 3.697 | 100.0%  | 10    |
902     | total             | 18.262 | 18.349 | 18.503 | 18.508 | 18.514 | 18.37 | 100.0%  | 10    |
903     +-------------------+--------+--------+--------+--------+--------+-------+---------+-------+
904     Load duration: 55.1248130798
905     Full duration: 66.4681949615
906
907
908
909     test scenario HeatStacks.create_update_delete_stack
910     +-------------------------------------------------------------------------------------------+
911     |                                   Response Times (sec)                                    |
912     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
913     | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
914     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
915     | heat.create_stack | 4.185  | 4.4    | 4.476  | 4.481  | 4.486  | 4.371  | 100.0%  | 10    |
916     | heat.update_stack | 5.806  | 5.891  | 5.921  | 5.933  | 5.946  | 5.879  | 100.0%  | 10    |
917     | heat.delete_stack | 2.512  | 2.569  | 2.622  | 2.626  | 2.629  | 2.572  | 100.0%  | 10    |
918     | total             | 12.536 | 12.853 | 12.946 | 12.953 | 12.959 | 12.821 | 100.0%  | 10    |
919     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
920     Load duration: 38.3984200954
921     Full duration: 49.409635067
922
923
924
925     test scenario HeatStacks.create_update_delete_stack
926     +------------------------------------------------------------------------------------------+
927     |                                   Response Times (sec)                                   |
928     +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
929     | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
930     +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
931     | heat.create_stack | 3.99  | 4.405  | 4.621  | 4.622  | 4.623  | 4.393  | 100.0%  | 10    |
932     | heat.update_stack | 3.536 | 3.563  | 3.779  | 3.832  | 3.885  | 3.624  | 100.0%  | 10    |
933     | heat.delete_stack | 1.335 | 2.488  | 2.546  | 2.555  | 2.564  | 2.09   | 100.0%  | 10    |
934     | total             | 9.272 | 10.325 | 10.734 | 10.81  | 10.886 | 10.107 | 100.0%  | 10    |
935     +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
936     Load duration: 30.7103030682
937     Full duration: 41.7412381172
938
939
940
941     test scenario HeatStacks.create_and_list_stack
942     +----------------------------------------------------------------------------------------+
943     |                                  Response Times (sec)                                  |
944     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
945     | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
946     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
947     | heat.create_stack | 4.146 | 4.271  | 4.393  | 4.448  | 4.504 | 4.284 | 100.0%  | 10    |
948     | heat.list_stacks  | 0.072 | 0.1    | 0.111  | 0.115  | 0.119 | 0.097 | 100.0%  | 10    |
949     | total             | 4.254 | 4.376  | 4.494  | 4.541  | 4.588 | 4.382 | 100.0%  | 10    |
950     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
951     Load duration: 13.1074800491
952     Full duration: 29.5266339779
953
954
955
956     test scenario HeatStacks.create_check_delete_stack
957     +----------------------------------------------------------------------------------------+
958     |                                  Response Times (sec)                                  |
959     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
960     | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
961     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
962     | heat.create_stack | 3.907 | 4.192  | 4.293  | 4.364  | 4.435 | 4.155 | 100.0%  | 10    |
963     | heat.check_stack  | 0.745 | 1.525  | 1.901  | 1.922  | 1.944 | 1.529 | 100.0%  | 10    |
964     | heat.delete_stack | 1.391 | 2.514  | 2.598  | 2.642  | 2.685 | 2.316 | 100.0%  | 10    |
965     | total             | 7.026 | 8.237  | 8.42   | 8.494  | 8.569 | 8.0   | 100.0%  | 10    |
966     +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
967     Load duration: 23.9746980667
968     Full duration: 35.3819260597
969
970
971
972     run_rally - INFO - Test scenario: "heat" OK.
973
974     run_rally - INFO - Starting test scenario "keystone" ...
975     run_rally - INFO -
976      Preparing input task
977      Task  66a8f673-a0ba-4559-8d8e-34457024edd9: started
978     Task 66a8f673-a0ba-4559-8d8e-34457024edd9: finished
979
980     test scenario KeystoneBasic.create_tenant_with_users
981     +---------------------------------------------------------------------------------------------+
982     |                                    Response Times (sec)                                     |
983     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
984     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
985     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
986     | keystone.create_tenant | 0.269 | 0.303  | 0.372  | 0.379  | 0.386 | 0.315 | 100.0%  | 10    |
987     | keystone.create_users  | 1.601 | 1.647  | 1.771  | 1.776  | 1.78  | 1.67  | 100.0%  | 10    |
988     | total                  | 1.871 | 1.96   | 2.095  | 2.101  | 2.107 | 1.985 | 100.0%  | 10    |
989     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
990     Load duration: 5.90541005135
991     Full duration: 21.2136161327
992
993
994
995     test scenario KeystoneBasic.create_add_and_list_user_roles
996     +-------------------------------------------------------------------------------------------+
997     |                                   Response Times (sec)                                    |
998     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
999     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1000     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1001     | keystone.create_role | 0.274 | 0.295  | 0.314  | 0.347  | 0.379 | 0.299 | 100.0%  | 10    |
1002     | keystone.add_role    | 0.254 | 0.271  | 0.354  | 0.378  | 0.401 | 0.289 | 100.0%  | 10    |
1003     | keystone.list_roles  | 0.133 | 0.141  | 0.154  | 0.155  | 0.155 | 0.142 | 100.0%  | 10    |
1004     | total                | 0.673 | 0.705  | 0.811  | 0.828  | 0.844 | 0.73  | 100.0%  | 10    |
1005     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1006     Load duration: 2.21612095833
1007     Full duration: 15.3072237968
1008
1009
1010
1011     test scenario KeystoneBasic.add_and_remove_user_role
1012     +-------------------------------------------------------------------------------------------+
1013     |                                   Response Times (sec)                                    |
1014     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1015     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1016     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1017     | keystone.create_role | 0.278 | 0.365  | 0.443  | 0.457  | 0.472 | 0.359 | 100.0%  | 10    |
1018     | keystone.add_role    | 0.262 | 0.275  | 0.348  | 0.352  | 0.356 | 0.291 | 100.0%  | 10    |
1019     | keystone.remove_role | 0.153 | 0.168  | 0.178  | 0.18   | 0.182 | 0.167 | 100.0%  | 10    |
1020     | total                | 0.723 | 0.83   | 0.906  | 0.91   | 0.915 | 0.817 | 100.0%  | 10    |
1021     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1022     Load duration: 2.51204109192
1023     Full duration: 15.9939908981
1024
1025
1026
1027     test scenario KeystoneBasic.create_update_and_delete_tenant
1028     +---------------------------------------------------------------------------------------------+
1029     |                                    Response Times (sec)                                     |
1030     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1031     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1032     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1033     | keystone.create_tenant | 0.283 | 0.313  | 0.4    | 0.402  | 0.403 | 0.333 | 100.0%  | 10    |
1034     | keystone.update_tenant | 0.128 | 0.156  | 0.251  | 0.251  | 0.251 | 0.178 | 100.0%  | 10    |
1035     | keystone.delete_tenant | 0.307 | 0.356  | 0.433  | 0.451  | 0.469 | 0.365 | 100.0%  | 10    |
1036     | total                  | 0.775 | 0.886  | 0.937  | 0.975  | 1.013 | 0.876 | 100.0%  | 10    |
1037     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1038     Load duration: 2.67470407486
1039     Full duration: 14.5480179787
1040
1041
1042
1043     test scenario KeystoneBasic.create_and_delete_service
1044     +----------------------------------------------------------------------------------------------+
1045     |                                     Response Times (sec)                                     |
1046     +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1047     | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1048     +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1049     | keystone.create_service | 0.262 | 0.301  | 0.324  | 0.35   | 0.375 | 0.301 | 100.0%  | 10    |
1050     | keystone.delete_service | 0.136 | 0.163  | 0.181  | 0.209  | 0.236 | 0.165 | 100.0%  | 10    |
1051     | total                   | 0.413 | 0.47   | 0.521  | 0.522  | 0.524 | 0.467 | 100.0%  | 10    |
1052     +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1053     Load duration: 1.38856720924
1054     Full duration: 12.6957240105
1055
1056
1057
1058     test scenario KeystoneBasic.create_tenant
1059     +---------------------------------------------------------------------------------------------+
1060     |                                    Response Times (sec)                                     |
1061     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1062     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1063     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1064     | keystone.create_tenant | 0.275 | 0.301  | 0.313  | 0.324  | 0.335 | 0.299 | 100.0%  | 10    |
1065     | total                  | 0.276 | 0.301  | 0.313  | 0.324  | 0.335 | 0.299 | 100.0%  | 10    |
1066     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1067     Load duration: 0.917107105255
1068     Full duration: 8.57450699806
1069
1070
1071
1072     test scenario KeystoneBasic.create_user
1073     +-------------------------------------------------------------------------------------------+
1074     |                                   Response Times (sec)                                    |
1075     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1076     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1077     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1078     | keystone.create_user | 0.287 | 0.309  | 0.394  | 0.408  | 0.422 | 0.331 | 100.0%  | 10    |
1079     | total                | 0.287 | 0.31   | 0.394  | 0.408  | 0.422 | 0.331 | 100.0%  | 10    |
1080     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1081     Load duration: 1.01195383072
1082     Full duration: 9.76411700249
1083
1084
1085
1086     test scenario KeystoneBasic.create_and_list_tenants
1087     +---------------------------------------------------------------------------------------------+
1088     |                                    Response Times (sec)                                     |
1089     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1090     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1091     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1092     | keystone.create_tenant | 0.29  | 0.31   | 0.33   | 0.331  | 0.332 | 0.311 | 100.0%  | 10    |
1093     | keystone.list_tenants  | 0.122 | 0.138  | 0.16   | 0.194  | 0.229 | 0.146 | 100.0%  | 10    |
1094     | total                  | 0.422 | 0.451  | 0.492  | 0.525  | 0.558 | 0.457 | 100.0%  | 10    |
1095     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1096     Load duration: 1.38993692398
1097     Full duration: 15.0407979488
1098
1099
1100
1101     test scenario KeystoneBasic.create_and_delete_role
1102     +-------------------------------------------------------------------------------------------+
1103     |                                   Response Times (sec)                                    |
1104     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1105     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1106     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1107     | keystone.create_role | 0.29  | 0.367  | 0.474  | 0.501  | 0.528 | 0.374 | 100.0%  | 10    |
1108     | keystone.delete_role | 0.276 | 0.317  | 0.52   | 0.54   | 0.561 | 0.362 | 100.0%  | 10    |
1109     | total                | 0.572 | 0.704  | 0.994  | 1.042  | 1.089 | 0.737 | 100.0%  | 10    |
1110     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1111     Load duration: 2.35643291473
1112     Full duration: 13.3514738083
1113
1114
1115
1116     test scenario KeystoneBasic.get_entities
1117     +---------------------------------------------------------------------------------------------+
1118     |                                    Response Times (sec)                                     |
1119     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1120     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1121     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1122     | keystone.create_tenant | 0.266 | 0.31   | 0.344  | 0.369  | 0.393 | 0.313 | 100.0%  | 10    |
1123     | keystone.create_user   | 0.137 | 0.157  | 0.169  | 0.174  | 0.179 | 0.158 | 100.0%  | 10    |
1124     | keystone.create_role   | 0.124 | 0.142  | 0.164  | 0.199  | 0.234 | 0.151 | 100.0%  | 10    |
1125     | keystone.get_tenant    | 0.112 | 0.129  | 0.147  | 0.149  | 0.15  | 0.13  | 100.0%  | 10    |
1126     | keystone.get_user      | 0.126 | 0.135  | 0.148  | 0.15   | 0.153 | 0.137 | 100.0%  | 10    |
1127     | keystone.get_role      | 0.116 | 0.127  | 0.143  | 0.156  | 0.169 | 0.131 | 100.0%  | 10    |
1128     | keystone.service_list  | 0.117 | 0.135  | 0.218  | 0.224  | 0.23  | 0.152 | 100.0%  | 10    |
1129     | keystone.get_service   | 0.12  | 0.13   | 0.172  | 0.197  | 0.221 | 0.141 | 100.0%  | 10    |
1130     | total                  | 1.204 | 1.319  | 1.391  | 1.394  | 1.398 | 1.315 | 100.0%  | 10    |
1131     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1132     Load duration: 3.94662213326
1133     Full duration: 21.1036419868
1134
1135
1136
1137     test scenario KeystoneBasic.create_and_list_users
1138     +-------------------------------------------------------------------------------------------+
1139     |                                   Response Times (sec)                                    |
1140     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1141     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1142     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1143     | keystone.create_user | 0.28  | 0.313  | 0.343  | 0.364  | 0.385 | 0.32  | 100.0%  | 10    |
1144     | keystone.list_users  | 0.123 | 0.141  | 0.158  | 0.197  | 0.235 | 0.148 | 100.0%  | 10    |
1145     | total                | 0.43  | 0.461  | 0.516  | 0.53   | 0.545 | 0.468 | 100.0%  | 10    |
1146     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1147     Load duration: 1.41474604607
1148     Full duration: 9.85008382797
1149
1150
1151
1152     run_rally - INFO - Test scenario: "keystone" OK.
1153
1154     run_rally - INFO - Starting test scenario "neutron" ...
1155     run_rally - INFO -
1156      Preparing input task
1157      Task  2ead843e-f4d1-4ee2-a635-0d37175e3c39: started
1158     Task 2ead843e-f4d1-4ee2-a635-0d37175e3c39: finished
1159
1160     test scenario NeutronNetworks.create_and_delete_ports
1161     +------------------------------------------------------------------------------------------+
1162     |                                   Response Times (sec)                                   |
1163     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1164     | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1165     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1166     | neutron.create_port | 0.788 | 0.834  | 0.941  | 0.962  | 0.984 | 0.854 | 100.0%  | 10    |
1167     | neutron.delete_port | 0.229 | 0.625  | 0.757  | 0.814  | 0.871 | 0.637 | 100.0%  | 10    |
1168     | total               | 1.057 | 1.507  | 1.702  | 1.707  | 1.712 | 1.492 | 100.0%  | 10    |
1169     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1170     Load duration: 4.537129879
1171     Full duration: 55.4609839916
1172
1173
1174
1175     test scenario NeutronNetworks.create_and_list_routers
1176     +---------------------------------------------------------------------------------------------------+
1177     |                                       Response Times (sec)                                        |
1178     +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1179     | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1180     +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1181     | neutron.create_subnet        | 0.706 | 0.789  | 0.991  | 0.992  | 0.992 | 0.825 | 100.0%  | 10    |
1182     | neutron.create_router        | 0.068 | 0.482  | 0.587  | 0.666  | 0.746 | 0.47  | 100.0%  | 10    |
1183     | neutron.add_interface_router | 0.711 | 0.784  | 0.907  | 1.031  | 1.155 | 0.817 | 100.0%  | 10    |
1184     | neutron.list_routers         | 0.417 | 0.467  | 0.513  | 0.54   | 0.567 | 0.474 | 100.0%  | 10    |
1185     | total                        | 2.404 | 2.525  | 2.859  | 2.897  | 2.934 | 2.587 | 100.0%  | 10    |
1186     +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1187     Load duration: 7.67870306969
1188     Full duration: 58.1500780582
1189
1190
1191
1192     test scenario NeutronNetworks.create_and_delete_routers
1193     +------------------------------------------------------------------------------------------------------+
1194     |                                         Response Times (sec)                                         |
1195     +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1196     | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1197     +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1198     | neutron.create_subnet           | 0.749 | 0.813  | 0.872  | 0.875  | 0.878 | 0.816 | 100.0%  | 10    |
1199     | neutron.create_router           | 0.06  | 0.463  | 0.517  | 0.53   | 0.544 | 0.435 | 100.0%  | 10    |
1200     | neutron.add_interface_router    | 0.335 | 0.772  | 0.867  | 0.868  | 0.869 | 0.707 | 100.0%  | 10    |
1201     | neutron.remove_interface_router | 0.341 | 0.691  | 0.901  | 0.916  | 0.93  | 0.69  | 100.0%  | 10    |
1202     | neutron.delete_router           | 0.553 | 0.682  | 0.838  | 0.854  | 0.87  | 0.686 | 100.0%  | 10    |
1203     | total                           | 2.946 | 3.271  | 3.758  | 3.795  | 3.832 | 3.335 | 100.0%  | 10    |
1204     +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1205     Load duration: 9.81285190582
1206     Full duration: 60.2574419975
1207
1208
1209
1210     test scenario NeutronNetworks.create_and_list_ports
1211     +------------------------------------------------------------------------------------------+
1212     |                                   Response Times (sec)                                   |
1213     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1214     | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1215     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1216     | neutron.create_port | 0.81  | 0.883  | 0.976  | 0.981  | 0.987 | 0.89  | 100.0%  | 10    |
1217     | neutron.list_ports  | 0.563 | 0.626  | 0.776  | 0.827  | 0.877 | 0.652 | 100.0%  | 10    |
1218     | total               | 1.398 | 1.535  | 1.661  | 1.723  | 1.785 | 1.542 | 100.0%  | 10    |
1219     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1220     Load duration: 4.79494190216
1221     Full duration: 57.4564638138
1222
1223
1224
1225     test scenario NeutronNetworks.create_and_delete_subnets
1226     +--------------------------------------------------------------------------------------------+
1227     |                                    Response Times (sec)                                    |
1228     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1229     | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1230     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1231     | neutron.create_subnet | 0.782 | 0.868  | 0.944  | 0.944  | 0.945 | 0.867 | 100.0%  | 10    |
1232     | neutron.delete_subnet | 0.579 | 0.66   | 0.806  | 0.813  | 0.82  | 0.679 | 100.0%  | 10    |
1233     | total                 | 1.374 | 1.515  | 1.721  | 1.735  | 1.75  | 1.546 | 100.0%  | 10    |
1234     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1235     Load duration: 4.67370796204
1236     Full duration: 54.8155629635
1237
1238
1239
1240     test scenario NeutronNetworks.create_and_delete_networks
1241     +---------------------------------------------------------------------------------------------+
1242     |                                    Response Times (sec)                                     |
1243     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1244     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1245     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1246     | neutron.create_network | 0.617 | 0.701  | 0.786  | 0.79   | 0.794 | 0.702 | 100.0%  | 10    |
1247     | neutron.delete_network | 0.516 | 0.595  | 0.635  | 0.66   | 0.685 | 0.592 | 100.0%  | 10    |
1248     | total                  | 1.156 | 1.302  | 1.382  | 1.392  | 1.401 | 1.294 | 100.0%  | 10    |
1249     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1250     Load duration: 3.91053414345
1251     Full duration: 34.4190309048
1252
1253
1254
1255     test scenario NeutronNetworks.create_and_list_networks
1256     +---------------------------------------------------------------------------------------------+
1257     |                                    Response Times (sec)                                     |
1258     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1259     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1260     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1261     | neutron.create_network | 0.605 | 0.698  | 0.893  | 0.897  | 0.901 | 0.723 | 100.0%  | 10    |
1262     | neutron.list_networks  | 0.403 | 0.422  | 0.518  | 0.522  | 0.526 | 0.44  | 100.0%  | 10    |
1263     | total                  | 1.013 | 1.156  | 1.315  | 1.315  | 1.315 | 1.163 | 100.0%  | 10    |
1264     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1265     Load duration: 3.48294115067
1266     Full duration: 36.022400856
1267
1268
1269
1270     test scenario NeutronNetworks.create_and_update_routers
1271     +---------------------------------------------------------------------------------------------------+
1272     |                                       Response Times (sec)                                        |
1273     +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1274     | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1275     +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1276     | neutron.create_subnet        | 0.749 | 0.82   | 0.85   | 0.884  | 0.919 | 0.816 | 100.0%  | 10    |
1277     | neutron.create_router        | 0.077 | 0.47   | 0.6    | 0.73   | 0.861 | 0.482 | 100.0%  | 10    |
1278     | neutron.add_interface_router | 0.362 | 0.752  | 0.811  | 0.858  | 0.904 | 0.692 | 100.0%  | 10    |
1279     | neutron.update_router        | 0.206 | 0.635  | 0.668  | 0.68   | 0.691 | 0.554 | 100.0%  | 10    |
1280     | total                        | 1.848 | 2.659  | 2.876  | 3.008  | 3.14  | 2.544 | 100.0%  | 10    |
1281     +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1282     Load duration: 7.22650980949
1283     Full duration: 60.5388588905
1284
1285
1286
1287     test scenario NeutronNetworks.create_and_update_networks
1288     +---------------------------------------------------------------------------------------------+
1289     |                                    Response Times (sec)                                     |
1290     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1291     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1292     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1293     | neutron.create_network | 0.654 | 0.724  | 0.888  | 0.911  | 0.934 | 0.756 | 100.0%  | 10    |
1294     | neutron.update_network | 0.145 | 0.545  | 0.569  | 0.59   | 0.611 | 0.502 | 100.0%  | 10    |
1295     | total                  | 1.018 | 1.265  | 1.427  | 1.431  | 1.436 | 1.258 | 100.0%  | 10    |
1296     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1297     Load duration: 3.75120806694
1298     Full duration: 35.950884819
1299
1300
1301
1302     test scenario NeutronNetworks.create_and_update_ports
1303     +------------------------------------------------------------------------------------------+
1304     |                                   Response Times (sec)                                   |
1305     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1306     | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1307     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1308     | neutron.create_port | 0.814 | 0.896  | 0.995  | 1.01   | 1.024 | 0.896 | 100.0%  | 10    |
1309     | neutron.update_port | 0.181 | 0.562  | 0.612  | 0.65   | 0.689 | 0.537 | 100.0%  | 10    |
1310     | total               | 0.995 | 1.461  | 1.585  | 1.597  | 1.608 | 1.433 | 100.0%  | 10    |
1311     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1312     Load duration: 4.42992901802
1313     Full duration: 55.774241209
1314
1315
1316
1317     test scenario NeutronNetworks.create_and_list_subnets
1318     +--------------------------------------------------------------------------------------------+
1319     |                                    Response Times (sec)                                    |
1320     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1321     | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1322     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1323     | neutron.create_subnet | 0.726 | 0.805  | 1.041  | 1.045  | 1.049 | 0.845 | 100.0%  | 10    |
1324     | neutron.list_subnets  | 0.053 | 0.422  | 0.446  | 0.446  | 0.446 | 0.353 | 100.0%  | 10    |
1325     | total                 | 0.861 | 1.221  | 1.458  | 1.458  | 1.458 | 1.199 | 100.0%  | 10    |
1326     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1327     Load duration: 3.38276219368
1328     Full duration: 55.0756671429
1329
1330
1331
1332     test scenario NeutronNetworks.create_and_update_subnets
1333     +--------------------------------------------------------------------------------------------+
1334     |                                    Response Times (sec)                                    |
1335     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1336     | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1337     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1338     | neutron.create_subnet | 0.731 | 0.802  | 0.891  | 0.923  | 0.954 | 0.814 | 100.0%  | 10    |
1339     | neutron.update_subnet | 0.186 | 0.573  | 0.629  | 0.662  | 0.694 | 0.455 | 100.0%  | 10    |
1340     | total                 | 0.962 | 1.374  | 1.524  | 1.533  | 1.543 | 1.27  | 100.0%  | 10    |
1341     +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1342     Load duration: 3.90665698051
1343     Full duration: 56.0127599239
1344
1345
1346
1347     run_rally - INFO - Test scenario: "neutron" OK.
1348
1349     run_rally - INFO - Starting test scenario "nova" ...
1350     run_rally - INFO -
1351      Preparing input task
1352      Task  63203b68-fb0f-4190-b881-339d49343b7e: started
1353     Task 63203b68-fb0f-4190-b881-339d49343b7e: finished
1354
1355     test scenario NovaKeypair.create_and_delete_keypair
1356     +------------------------------------------------------------------------------------------+
1357     |                                   Response Times (sec)                                   |
1358     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1359     | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1360     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1361     | nova.create_keypair | 0.701 | 0.818  | 0.937  | 1.171  | 1.406 | 0.867 | 100.0%  | 10    |
1362     | nova.delete_keypair | 0.032 | 0.044  | 0.06   | 0.062  | 0.065 | 0.046 | 100.0%  | 10    |
1363     | total               | 0.733 | 0.862  | 0.986  | 1.228  | 1.471 | 0.913 | 100.0%  | 10    |
1364     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1365     Load duration: 2.58676719666
1366     Full duration: 44.6176929474
1367
1368
1369
1370     test scenario NovaServers.snapshot_server
1371     +------------------------------------------------------------------------------------------------+
1372     |                                      Response Times (sec)                                      |
1373     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1374     | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1375     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1376     | nova.boot_server       | 13.231 | 15.082 | 16.288 | 16.485 | 16.681 | 15.005 | 100.0%  | 10    |
1377     | nova.create_image      | 11.557 | 12.205 | 14.231 | 14.559 | 14.887 | 12.815 | 100.0%  | 10    |
1378     | nova.delete_server     | 2.824  | 3.432  | 3.623  | 3.636  | 3.649  | 3.306  | 100.0%  | 10    |
1379     | nova.boot_server (2)   | 11.125 | 13.278 | 14.799 | 15.311 | 15.823 | 13.287 | 100.0%  | 10    |
1380     | nova.delete_server (2) | 2.504  | 2.94   | 3.422  | 3.44   | 3.457  | 3.055  | 100.0%  | 10    |
1381     | nova.delete_image      | 2.668  | 3.276  | 3.598  | 3.634  | 3.669  | 3.259  | 100.0%  | 10    |
1382     | total                  | 47.925 | 50.051 | 54.553 | 54.844 | 55.135 | 50.728 | 100.0%  | 10    |
1383     +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1384     Load duration: 149.159065008
1385     Full duration: 223.027470827
1386
1387
1388
1389     test scenario NovaKeypair.boot_and_delete_server_with_keypair
1390     +---------------------------------------------------------------------------------------------+
1391     |                                    Response Times (sec)                                     |
1392     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1393     | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1394     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1395     | nova.create_keypair | 0.681  | 0.807  | 0.953  | 1.005  | 1.056  | 0.813  | 100.0%  | 10    |
1396     | nova.boot_server    | 12.625 | 13.795 | 14.626 | 14.992 | 15.358 | 13.92  | 100.0%  | 10    |
1397     | nova.delete_server  | 2.895  | 3.252  | 3.838  | 4.433  | 5.028  | 3.378  | 100.0%  | 10    |
1398     | nova.delete_keypair | 0.041  | 0.049  | 0.084  | 0.2    | 0.316  | 0.076  | 100.0%  | 10    |
1399     | total               | 16.437 | 18.013 | 19.364 | 19.978 | 20.591 | 18.187 | 100.0%  | 10    |
1400     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1401     Load duration: 54.020512104
1402     Full duration: 122.761439085
1403
1404
1405
1406     test scenario NovaKeypair.create_and_list_keypairs
1407     +------------------------------------------------------------------------------------------+
1408     |                                   Response Times (sec)                                   |
1409     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1410     | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1411     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1412     | nova.create_keypair | 0.633 | 0.811  | 0.88   | 0.945  | 1.01  | 0.797 | 100.0%  | 10    |
1413     | nova.list_keypairs  | 0.019 | 0.032  | 0.048  | 0.057  | 0.065 | 0.034 | 100.0%  | 10    |
1414     | total               | 0.663 | 0.833  | 0.925  | 0.988  | 1.051 | 0.831 | 100.0%  | 10    |
1415     +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1416     Load duration: 2.51079297066
1417     Full duration: 45.2959558964
1418
1419
1420
1421     test scenario NovaServers.list_servers
1422     +---------------------------------------------------------------------------------------+
1423     |                                 Response Times (sec)                                  |
1424     +-------------------+-------+--------+--------+--------+------+-------+---------+-------+
1425     | action            | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
1426     +-------------------+-------+--------+--------+--------+------+-------+---------+-------+
1427     | nova.list_servers | 1.153 | 1.561  | 1.667  | 1.699  | 1.73 | 1.534 | 100.0%  | 10    |
1428     | total             | 1.153 | 1.562  | 1.667  | 1.699  | 1.73 | 1.534 | 100.0%  | 10    |
1429     +-------------------+-------+--------+--------+--------+------+-------+---------+-------+
1430     Load duration: 4.51852703094
1431     Full duration: 136.974627972
1432
1433
1434
1435     test scenario NovaServers.resize_server
1436     +---------------------------------------------------------------------------------------------+
1437     |                                    Response Times (sec)                                     |
1438     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1439     | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1440     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1441     | nova.boot_server    | 12.504 | 13.59  | 14.825 | 15.228 | 15.63  | 13.671 | 100.0%  | 10    |
1442     | nova.resize         | 41.099 | 42.204 | 47.49  | 47.556 | 47.621 | 44.023 | 100.0%  | 10    |
1443     | nova.resize_confirm | 2.651  | 3.698  | 3.805  | 4.059  | 4.314  | 3.556  | 100.0%  | 10    |
1444     | nova.delete_server  | 2.631  | 3.022  | 3.411  | 4.443  | 5.475  | 3.21   | 100.0%  | 10    |
1445     | total               | 60.59  | 62.713 | 69.597 | 69.873 | 70.149 | 64.46  | 100.0%  | 10    |
1446     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1447     Load duration: 192.511741161
1448     Full duration: 232.632377863
1449
1450
1451
1452     test scenario NovaServers.boot_server_from_volume_and_delete
1453     +----------------------------------------------------------------------------------------------+
1454     |                                     Response Times (sec)                                     |
1455     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1456     | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1457     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1458     | cinder.create_volume | 9.605  | 10.39  | 10.671 | 10.678 | 10.685 | 10.283 | 100.0%  | 10    |
1459     | nova.boot_server     | 13.194 | 15.101 | 15.844 | 16.008 | 16.171 | 15.084 | 100.0%  | 10    |
1460     | nova.delete_server   | 5.067  | 5.835  | 6.025  | 6.147  | 6.269  | 5.704  | 100.0%  | 10    |
1461     | total                | 29.712 | 31.089 | 31.863 | 32.17  | 32.477 | 31.072 | 100.0%  | 10    |
1462     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1463     Load duration: 93.8591198921
1464     Full duration: 176.781407833
1465
1466
1467
1468     test scenario NovaServers.boot_and_migrate_server
1469     +---------------------------------------------------------------------------------------------+
1470     |                                    Response Times (sec)                                     |
1471     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1472     | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1473     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1474     | nova.boot_server    | 12.007 | 12.628 | 15.251 | 15.726 | 16.2   | 13.337 | 100.0%  | 10    |
1475     | nova.stop_server    | 5.734  | 6.679  | 7.157  | 7.198  | 7.239  | 6.643  | 100.0%  | 10    |
1476     | nova.migrate        | 11.005 | 12.115 | 12.764 | 12.898 | 13.031 | 12.041 | 100.0%  | 10    |
1477     | nova.resize_confirm | 2.991  | 3.639  | 4.391  | 5.442  | 6.493  | 3.866  | 100.0%  | 10    |
1478     | nova.delete_server  | 2.512  | 2.889  | 3.089  | 3.162  | 3.235  | 2.846  | 100.0%  | 10    |
1479     | total               | 36.009 | 38.096 | 41.114 | 42.08  | 43.046 | 38.733 | 100.0%  | 10    |
1480     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1481     Load duration: 117.547358036
1482     Full duration: 158.547077894
1483
1484
1485
1486     test scenario NovaServers.boot_and_delete_server
1487     +--------------------------------------------------------------------------------------------+
1488     |                                    Response Times (sec)                                    |
1489     +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1490     | action             | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1491     +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1492     | nova.boot_server   | 12.11  | 12.864 | 14.437 | 14.962 | 15.486 | 13.148 | 100.0%  | 10    |
1493     | nova.delete_server | 2.855  | 3.146  | 3.605  | 3.624  | 3.644  | 3.198  | 100.0%  | 10    |
1494     | total              | 15.189 | 15.944 | 18.012 | 18.222 | 18.433 | 16.346 | 100.0%  | 10    |
1495     +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1496     Load duration: 47.4842679501
1497     Full duration: 115.855407953
1498
1499
1500
1501     test scenario NovaServers.boot_and_rebuild_server
1502     +---------------------------------------------------------------------------------------------+
1503     |                                    Response Times (sec)                                     |
1504     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1505     | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1506     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1507     | nova.boot_server    | 11.096 | 13.966 | 14.767 | 14.775 | 14.783 | 13.664 | 100.0%  | 10    |
1508     | nova.rebuild_server | 12.012 | 14.475 | 15.049 | 15.15  | 15.252 | 14.233 | 100.0%  | 10    |
1509     | nova.delete_server  | 2.573  | 2.99   | 3.499  | 4.34   | 5.181  | 3.213  | 100.0%  | 10    |
1510     | total               | 28.419 | 30.951 | 32.946 | 34.081 | 35.216 | 31.111 | 100.0%  | 10    |
1511     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1512     Load duration: 91.1762368679
1513     Full duration: 160.48626709
1514
1515
1516
1517     test scenario NovaSecGroup.create_and_list_secgroups
1518     +--------------------------------------------------------------------------------------------------------+
1519     |                                          Response Times (sec)                                          |
1520     +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1521     | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1522     +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1523     | nova.create_10_security_groups | 4.384  | 5.131  | 5.534  | 5.638  | 5.741  | 5.066  | 100.0%  | 10    |
1524     | nova.create_100_rules          | 42.262 | 43.319 | 44.707 | 45.482 | 46.258 | 43.582 | 100.0%  | 10    |
1525     | nova.list_security_groups      | 0.18   | 0.248  | 0.52   | 0.602  | 0.685  | 0.299  | 100.0%  | 10    |
1526     | total                          | 47.342 | 48.922 | 49.657 | 50.789 | 51.921 | 48.948 | 100.0%  | 10    |
1527     +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1528     Load duration: 145.205770016
1529     Full duration: 212.670469999
1530
1531
1532
1533     test scenario NovaSecGroup.create_and_delete_secgroups
1534     +--------------------------------------------------------------------------------------------------------+
1535     |                                          Response Times (sec)                                          |
1536     +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1537     | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1538     +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1539     | nova.create_10_security_groups | 3.797  | 4.842  | 5.428  | 5.548  | 5.668  | 4.805  | 100.0%  | 10    |
1540     | nova.create_100_rules          | 42.897 | 43.258 | 45.74  | 45.781 | 45.822 | 43.845 | 100.0%  | 10    |
1541     | nova.delete_10_security_groups | 1.712  | 2.272  | 2.576  | 2.63   | 2.685  | 2.249  | 100.0%  | 10    |
1542     | total                          | 49.862 | 50.866 | 51.896 | 52.159 | 52.422 | 50.9   | 100.0%  | 10    |
1543     +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1544     Load duration: 153.145931959
1545     Full duration: 195.681600094
1546
1547
1548
1549     test scenario NovaServers.boot_and_bounce_server
1550     +-------------------------------------------------------------------------------------------------+
1551     |                                      Response Times (sec)                                       |
1552     +-------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1553     | action                  | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1554     +-------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1555     | nova.boot_server        | 12.233 | 14.014 | 14.779 | 15.28  | 15.781 | 13.878 | 100.0%  | 10    |
1556     | nova.reboot_server      | 5.429  | 5.857  | 6.286  | 6.298  | 6.31   | 5.906  | 100.0%  | 10    |
1557     | nova.soft_reboot_server | 7.965  | 8.388  | 8.771  | 8.786  | 8.801  | 8.365  | 100.0%  | 10    |
1558     | nova.stop_server        | 4.492  | 6.237  | 6.84   | 6.896  | 6.952  | 6.14   | 100.0%  | 10    |
1559     | nova.start_server       | 3.528  | 4.271  | 5.459  | 5.844  | 6.229  | 4.465  | 100.0%  | 10    |
1560     | nova.rescue_server      | 7.297  | 8.174  | 10.803 | 11.337 | 11.872 | 8.852  | 100.0%  | 10    |
1561     | nova.unrescue_server    | 5.397  | 5.465  | 5.755  | 5.956  | 6.158  | 5.563  | 100.0%  | 10    |
1562     | nova.delete_server      | 2.694  | 2.967  | 3.17   | 3.266  | 3.362  | 2.999  | 100.0%  | 10    |
1563     | total                   | 53.124 | 55.752 | 58.931 | 59.472 | 60.013 | 56.189 | 100.0%  | 10    |
1564     +-------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1565     Load duration: 166.732338905
1566     Full duration: 235.669921875
1567
1568
1569
1570     test scenario NovaServers.boot_server
1571     +----------------------------------------------------------------------------------------+
1572     |                                  Response Times (sec)                                  |
1573     +------------------+--------+--------+--------+--------+------+--------+---------+-------+
1574     | action           | min    | median | 90%ile | 95%ile | max  | avg    | success | count |
1575     +------------------+--------+--------+--------+--------+------+--------+---------+-------+
1576     | nova.boot_server | 12.435 | 13.902 | 14.341 | 14.37  | 14.4 | 13.679 | 100.0%  | 10    |
1577     | total            | 12.435 | 13.903 | 14.341 | 14.37  | 14.4 | 13.679 | 100.0%  | 10    |
1578     +------------------+--------+--------+--------+--------+------+--------+---------+-------+
1579     Load duration: 40.4824538231
1580     Full duration: 98.6827569008
1581
1582
1583
1584     test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
1585     +-----------------------------------------------------------------------------------------------------------+
1586     |                                           Response Times (sec)                                            |
1587     +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1588     | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1589     +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1590     | nova.create_10_security_groups    | 4.34   | 5.246  | 5.496  | 5.585  | 5.675  | 5.171  | 100.0%  | 10    |
1591     | nova.create_100_rules             | 41.95  | 43.077 | 44.37  | 44.812 | 45.253 | 43.236 | 100.0%  | 10    |
1592     | nova.boot_server                  | 10.869 | 11.908 | 13.524 | 13.633 | 13.742 | 12.265 | 100.0%  | 10    |
1593     | nova.get_attached_security_groups | 0.224  | 0.267  | 0.504  | 0.555  | 0.607  | 0.332  | 100.0%  | 10    |
1594     | nova.delete_server                | 2.533  | 2.618  | 3.078  | 3.091  | 3.103  | 2.742  | 100.0%  | 10    |
1595     | nova.delete_10_security_groups    | 1.637  | 1.754  | 2.383  | 2.591  | 2.798  | 1.972  | 100.0%  | 10    |
1596     | total                             | 64.243 | 65.856 | 66.932 | 67.145 | 67.358 | 65.721 | 100.0%  | 10    |
1597     +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1598     Load duration: 197.864094019
1599     Full duration: 266.162395
1600
1601
1602
1603     test scenario NovaServers.pause_and_unpause_server
1604     +---------------------------------------------------------------------------------------------+
1605     |                                    Response Times (sec)                                     |
1606     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1607     | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1608     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1609     | nova.boot_server    | 12.223 | 14.903 | 15.571 | 15.708 | 15.844 | 14.546 | 100.0%  | 10    |
1610     | nova.pause_server   | 2.791  | 3.173  | 3.334  | 3.379  | 3.424  | 3.141  | 100.0%  | 10    |
1611     | nova.unpause_server | 2.459  | 2.849  | 3.186  | 3.266  | 3.346  | 2.907  | 100.0%  | 10    |
1612     | nova.delete_server  | 2.863  | 3.13   | 3.335  | 3.403  | 3.47   | 3.121  | 100.0%  | 10    |
1613     | total               | 20.391 | 24.232 | 24.74  | 24.758 | 24.775 | 23.717 | 100.0%  | 10    |
1614     +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1615     Load duration: 72.4143497944
1616     Full duration: 139.801489115
1617
1618
1619
1620     test scenario NovaServers.boot_server_from_volume
1621     +----------------------------------------------------------------------------------------------+
1622     |                                     Response Times (sec)                                     |
1623     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1624     | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1625     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1626     | cinder.create_volume | 9.672  | 10.675 | 10.972 | 11.222 | 11.472 | 10.543 | 100.0%  | 10    |
1627     | nova.boot_server     | 14.233 | 16.466 | 17.095 | 17.399 | 17.704 | 16.109 | 100.0%  | 10    |
1628     | total                | 23.906 | 27.176 | 27.879 | 28.21  | 28.54  | 26.653 | 100.0%  | 10    |
1629     +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1630     Load duration: 79.5798490047
1631     Full duration: 145.711636782
1632
1633
1634
1635     test scenario NovaServers.boot_and_list_server
1636     +-------------------------------------------------------------------------------------------+
1637     |                                   Response Times (sec)                                    |
1638     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1639     | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
1640     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1641     | nova.boot_server  | 12.064 | 14.109 | 15.049 | 15.436 | 15.823 | 13.885 | 100.0%  | 10    |
1642     | nova.list_servers | 0.612  | 0.992  | 1.197  | 1.199  | 1.201  | 0.948  | 100.0%  | 10    |
1643     | total             | 13.261 | 15.082 | 15.982 | 16.209 | 16.435 | 14.833 | 100.0%  | 10    |
1644     +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
1645     Load duration: 43.442057848
1646     Full duration: 128.433704138
1647
1648
1649
1650     run_rally - INFO - Test scenario: "nova" OK.
1651
1652     run_rally - INFO - Starting test scenario "quotas" ...
1653     run_rally - INFO -
1654      Preparing input task
1655      Task  f60014e7-4880-41c6-afbc-ea7d18ef56e0: started
1656     Task f60014e7-4880-41c6-afbc-ea7d18ef56e0: finished
1657
1658     test scenario Quotas.cinder_update
1659     +-------------------------------------------------------------------------------------------+
1660     |                                   Response Times (sec)                                    |
1661     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1662     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1663     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1664     | quotas.update_quotas | 1.111 | 1.203  | 1.671  | 1.682  | 1.692 | 1.279 | 100.0%  | 10    |
1665     | total                | 1.111 | 1.203  | 1.671  | 1.682  | 1.692 | 1.279 | 100.0%  | 10    |
1666     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1667     Load duration: 3.63238286972
1668     Full duration: 15.5500700474
1669
1670
1671
1672     test scenario Quotas.neutron_update
1673     +-------------------------------------------------------------------------------------------+
1674     |                                   Response Times (sec)                                    |
1675     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1676     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1677     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1678     | quotas.update_quotas | 0.392 | 0.43   | 0.632  | 0.65   | 0.667 | 0.482 | 100.0%  | 10    |
1679     | total                | 0.555 | 0.597  | 0.799  | 0.808  | 0.816 | 0.64  | 100.0%  | 10    |
1680     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1681     Load duration: 1.90143704414
1682     Full duration: 12.9954409599
1683
1684
1685
1686     test scenario Quotas.cinder_update_and_delete
1687     +-------------------------------------------------------------------------------------------+
1688     |                                   Response Times (sec)                                    |
1689     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1690     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1691     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1692     | quotas.update_quotas | 1.086 | 1.207  | 1.358  | 1.436  | 1.513 | 1.228 | 100.0%  | 10    |
1693     | quotas.delete_quotas | 0.549 | 0.88   | 0.94   | 0.951  | 0.963 | 0.839 | 100.0%  | 10    |
1694     | total                | 1.654 | 2.078  | 2.316  | 2.37   | 2.424 | 2.067 | 100.0%  | 10    |
1695     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1696     Load duration: 6.08279585838
1697     Full duration: 18.0140779018
1698
1699
1700
1701     test scenario Quotas.nova_update_and_delete
1702     +-------------------------------------------------------------------------------------------+
1703     |                                   Response Times (sec)                                    |
1704     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1705     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1706     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1707     | quotas.update_quotas | 0.573 | 0.62   | 0.652  | 0.658  | 0.664 | 0.619 | 100.0%  | 10    |
1708     | quotas.delete_quotas | 0.016 | 0.025  | 0.028  | 0.032  | 0.036 | 0.024 | 100.0%  | 10    |
1709     | total                | 0.599 | 0.642  | 0.678  | 0.68   | 0.681 | 0.643 | 100.0%  | 10    |
1710     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1711     Load duration: 1.95340800285
1712     Full duration: 13.6638329029
1713
1714
1715
1716     test scenario Quotas.nova_update
1717     +-------------------------------------------------------------------------------------------+
1718     |                                   Response Times (sec)                                    |
1719     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1720     | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1721     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1722     | quotas.update_quotas | 0.575 | 0.616  | 0.669  | 0.681  | 0.692 | 0.622 | 100.0%  | 10    |
1723     | total                | 0.575 | 0.616  | 0.669  | 0.681  | 0.692 | 0.622 | 100.0%  | 10    |
1724     +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1725     Load duration: 1.90668487549
1726     Full duration: 13.5694701672
1727
1728
1729
1730     run_rally - INFO - Test scenario: "quotas" OK.
1731
1732     run_rally - INFO - Starting test scenario "requests" ...
1733     run_rally - INFO -
1734      Preparing input task
1735      Task  3835bbc7-faf5-4671-9261-aa07c1d6a1e2: started
1736     Task 3835bbc7-faf5-4671-9261-aa07c1d6a1e2: finished
1737
1738     test scenario HttpRequests.check_random_request
1739     +---------------------------------------------------------------------------------------------+
1740     |                                    Response Times (sec)                                     |
1741     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1742     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1743     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1744     | requests.check_request | 5.049 | 5.088  | 5.34   | 5.361  | 5.381 | 5.151 | 100.0%  | 10    |
1745     | total                  | 5.049 | 5.088  | 5.34   | 5.361  | 5.381 | 5.151 | 100.0%  | 10    |
1746     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1747     Load duration: 15.4988431931
1748     Full duration: 20.5546550751
1749
1750
1751
1752     test scenario HttpRequests.check_request
1753     +---------------------------------------------------------------------------------------------+
1754     |                                    Response Times (sec)                                     |
1755     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1756     | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
1757     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1758     | requests.check_request | 5.048 | 5.052  | 5.057  | 5.058  | 5.058 | 5.053 | 100.0%  | 10    |
1759     | total                  | 5.048 | 5.052  | 5.057  | 5.058  | 5.058 | 5.053 | 100.0%  | 10    |
1760     +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
1761     Load duration: 15.2044279575
1762     Full duration: 20.1352801323
1763
1764
1765
1766     run_rally - INFO - Test scenario: "requests" OK.
1767
1768     run_rally - INFO -
1769
1770
1771                          Rally Summary Report
1772     +===================+============+===============+===========+
1773     | Module            | Duration   | nb. Test Run  | Success   |
1774     +===================+============+===============+===========+
1775     | authenticate      | 00:58      | 10            | 100.00%   |
1776     +-------------------+------------+---------------+-----------+
1777     | glance            | 03:54      | 7             | 100.00%   |
1778     +-------------------+------------+---------------+-----------+
1779     | cinder            | 22:59      | 50            | 100.00%   |
1780     +-------------------+------------+---------------+-----------+
1781     | heat              | 11:14      | 35            | 100.00%   |
1782     +-------------------+------------+---------------+-----------+
1783     | keystone          | 02:37      | 29            | 100.00%   |
1784     +-------------------+------------+---------------+-----------+
1785     | neutron           | 10:19      | 31            | 100.00%   |
1786     +-------------------+------------+---------------+-----------+
1787     | nova              | 47:19      | 61            | 100.00%   |
1788     +-------------------+------------+---------------+-----------+
1789     | quotas            | 01:13      | 7             | 100.00%   |
1790     +-------------------+------------+---------------+-----------+
1791     | requests          | 00:40      | 2             | 100.00%   |
1792     +-------------------+------------+---------------+-----------+
1793     +===================+============+===============+===========+
1794     | TOTAL:            | 01:41:19   | 232           | 100.00%   |
1795     +===================+============+===============+===========+
1796
1797
1798
1799 Feature tests
1800 -------------
1801
1802 vIMS
1803 ^^^^
1804 ::
1805
1806     FUNCTEST.info: Running vIMS test...
1807     vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
1808     vIMS - INFO - Update OpenStack creds informations
1809     vIMS - INFO - Upload some OS images if it doesn't exist
1810     vIMS - INFO - centos_7 image doesn't exist on glance repository.
1811                                 Try downloading this image and upload on glance !
1812     vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
1813                                 Try downloading this image and upload on glance !
1814     vIMS - INFO - Update security group quota for this tenant
1815     vIMS - INFO - Update cinder quota for this tenant
1816     vIMS - INFO - Collect flavor id for cloudify manager server
1817     vIMS - INFO - Prepare virtualenv for cloudify-cli
1818     vIMS - INFO - Downloading the cloudify manager server blueprint
1819     vIMS - INFO - Cloudify deployment Start Time:'2016-02-19 05:44:47'
1820     vIMS - INFO - Writing the inputs file
1821     vIMS - INFO - Launching the cloudify-manager deployment
1822     vIMS - INFO - Cloudify-manager server is UP !
1823     vIMS - INFO - Cloudify deployment duration:'1149.9'
1824     vIMS - INFO - Collect flavor id for all clearwater vm
1825     vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-19 06:04:00'
1826     vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
1827     vIMS - INFO - Writing the inputs file
1828     vIMS - INFO - Launching the clearwater deployment
1829     vIMS - INFO - The deployment of clearwater-opnfv is ended
1830     vIMS - INFO - vIMS VNF deployment duration:'1133.8'
1831     vIMS - INFO - vIMS functional test Start Time:'2016-02-19 06:25:59'
1832     vIMS - INFO - vIMS functional test duration:'2.9'
1833     vIMS - INFO - Launching the clearwater-opnfv undeployment
1834     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; '
1835     vIMS - INFO - Launching the cloudify-manager undeployment
1836     vIMS - INFO - Cloudify-manager server has been successfully removed!
1837     vIMS - INFO - Removing vIMS tenant ..
1838     vIMS - INFO - Removing vIMS user ..
1839
1840
1841 Promise
1842 ^^^^^^^
1843 ::
1844
1845     FUNCTEST.info: Running PROMISE test case...
1846     Promise- INFO - Creating tenant 'promise'...
1847     Promise- INFO - Adding role '9d0a0a36d3d54cdcb4cd3c29c5f79a28' to tenant 'promise'...
1848     Promise- INFO - Creating user 'promiser'...
1849     Promise- INFO - Updating OpenStack credentials...
1850     Promise- INFO - Creating image 'promise-img' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
1851     Promise- INFO - Creating flavor 'promise-flavor'...
1852     Promise- INFO - Exporting environment variables...
1853     Promise- INFO - Running command: npm run -s test -- --reporter json
1854     Promise- INFO - The test succeeded.
1855     Promise- DEBUG -
1856     {
1857       "stats": {
1858         "suites": 23,
1859         "tests": 33,
1860         "passes": 33,
1861         "pending": 0,
1862         "failures": 0,
1863         "start": "2016-02-23T02:24:39.314Z",
1864         "end": "2016-02-23T02:24:44.838Z",
1865         "duration": 5524
1866       },
1867       "tests": [
1868         {
1869           "title": "should add a new OpenStack provider without error",
1870           "fullTitle": "promise register OpenStack into resource pool add-provider should add a new OpenStack provider without error",
1871           "duration": 1217,
1872           "err": {}
1873         },
1874         {
1875           "title": "should update promise.providers with a new entry",
1876           "fullTitle": "promise register OpenStack into resource pool add-provider should update promise.providers with a new entry",
1877           "duration": 10,
1878           "err": {}
1879         },
1880         {
1881           "title": "should contain a new ResourceProvider record in the store",
1882           "fullTitle": "promise register OpenStack into resource pool add-provider should contain a new ResourceProvider record in the store",
1883           "duration": 0,
1884           "err": {}
1885         },
1886         {
1887           "title": "should add more capacity to the reservation service without error",
1888           "fullTitle": "promise register OpenStack into resource pool increase-capacity should add more capacity to the reservation service without error",
1889           "duration": 25,
1890           "err": {}
1891         },
1892         {
1893           "title": "should update promise.pools with a new entry",
1894           "fullTitle": "promise register OpenStack into resource pool increase-capacity should update promise.pools with a new entry",
1895           "duration": 1,
1896           "err": {}
1897         },
1898         {
1899           "title": "should contain a ResourcePool record in the store",
1900           "fullTitle": "promise register OpenStack into resource pool increase-capacity should contain a ResourcePool record in the store",
1901           "duration": 0,
1902           "err": {}
1903         },
1904         {
1905           "title": "should report total collections and utilizations",
1906           "fullTitle": "promise register OpenStack into resource pool query-capacity should report total collections and utilizations",
1907           "duration": 18,
1908           "err": {}
1909         },
1910         {
1911           "title": "should contain newly added capacity pool",
1912           "fullTitle": "promise register OpenStack into resource pool query-capacity should contain newly added capacity pool",
1913           "duration": 8,
1914           "err": {}
1915         },
1916         {
1917           "title": "should create a new server in target provider without error",
1918           "fullTitle": "promise allocation without reservation create-instance should create a new server in target provider without error",
1919           "duration": 1768,
1920           "err": {}
1921         },
1922         {
1923           "title": "should update promise.allocations with a new entry",
1924           "fullTitle": "promise allocation without reservation create-instance should update promise.allocations with a new entry",
1925           "duration": 2,
1926           "err": {}
1927         },
1928         {
1929           "title": "should contain a new ResourceAllocation record in the store",
1930           "fullTitle": "promise allocation without reservation create-instance should contain a new ResourceAllocation record in the store",
1931           "duration": 0,
1932           "err": {}
1933         },
1934         {
1935           "title": "should reference the created server ID from the provider",
1936           "fullTitle": "promise allocation without reservation create-instance should reference the created server ID from the provider",
1937           "duration": 1,
1938           "err": {}
1939         },
1940         {
1941           "title": "should have low priority state",
1942           "fullTitle": "promise allocation without reservation create-instance should have low priority state",
1943           "duration": 0,
1944           "err": {}
1945         },
1946         {
1947           "title": "should create reservation record (no start/end) without error",
1948           "fullTitle": "promise allocation using reservation for immediate use create-reservation should create reservation record (no start/end) without error",
1949           "duration": 41,
1950           "err": {}
1951         },
1952         {
1953           "title": "should update promise.reservations with a new entry",
1954           "fullTitle": "promise allocation using reservation for immediate use create-reservation should update promise.reservations with a new entry",
1955           "duration": 7,
1956           "err": {}
1957         },
1958         {
1959           "title": "should contain a new ResourceReservation record in the store",
1960           "fullTitle": "promise allocation using reservation for immediate use create-reservation should contain a new ResourceReservation record in the store",
1961           "duration": 0,
1962           "err": {}
1963         },
1964         {
1965           "title": "should create a new server in target provider (with reservation) without error",
1966           "fullTitle": "promise allocation using reservation for immediate use create-instance should create a new server in target provider (with reservation) without error",
1967           "duration": 1617,
1968           "err": {}
1969         },
1970         {
1971           "title": "should contain a new ResourceAllocation record in the store",
1972           "fullTitle": "promise allocation using reservation for immediate use create-instance should contain a new ResourceAllocation record in the store",
1973           "duration": 1,
1974           "err": {}
1975         },
1976         {
1977           "title": "should be referenced in the reservation record",
1978           "fullTitle": "promise allocation using reservation for immediate use create-instance should be referenced in the reservation record",
1979           "duration": 7,
1980           "err": {}
1981         },
1982         {
1983           "title": "should have high priority state",
1984           "fullTitle": "promise allocation using reservation for immediate use create-instance should have high priority state",
1985           "duration": 0,
1986           "err": {}
1987         },
1988         {
1989           "title": "should create reservation record (for future) without error",
1990           "fullTitle": "promise reservation for future use create-reservation should create reservation record (for future) without error",
1991           "duration": 75,
1992           "err": {}
1993         },
1994         {
1995           "title": "should update promise.reservations with a new entry",
1996           "fullTitle": "promise reservation for future use create-reservation should update promise.reservations with a new entry",
1997           "duration": 17,
1998           "err": {}
1999         },
2000         {
2001           "title": "should contain a new ResourceReservation record in the store",
2002           "fullTitle": "promise reservation for future use create-reservation should contain a new ResourceReservation record in the store",
2003           "duration": 0,
2004           "err": {}
2005         },
2006         {
2007           "title": "should contain newly created future reservation",
2008           "fullTitle": "promise reservation for future use query-reservation should contain newly created future reservation",
2009           "duration": 61,
2010           "err": {}
2011         },
2012         {
2013           "title": "should modify existing reservation without error",
2014           "fullTitle": "promise reservation for future use update-reservation should modify existing reservation without error",
2015           "duration": 65,
2016           "err": {}
2017         },
2018         {
2019           "title": "should modify existing reservation without error",
2020           "fullTitle": "promise reservation for future use cancel-reservation should modify existing reservation without error",
2021           "duration": 17,
2022           "err": {}
2023         },
2024         {
2025           "title": "should no longer contain record of the deleted reservation",
2026           "fullTitle": "promise reservation for future use cancel-reservation should no longer contain record of the deleted reservation",
2027           "duration": 0,
2028           "err": {}
2029         },
2030         {
2031           "title": "should decrease available capacity from a provider in the future",
2032           "fullTitle": "promise capacity planning decrease-capacity should decrease available capacity from a provider in the future",
2033           "duration": 15,
2034           "err": {}
2035         },
2036         {
2037           "title": "should increase available capacity from a provider in the future",
2038           "fullTitle": "promise capacity planning increase-capacity should increase available capacity from a provider in the future",
2039           "duration": 11,
2040           "err": {}
2041         },
2042         {
2043           "title": "should report available collections and utilizations",
2044           "fullTitle": "promise capacity planning query-capacity should report available collections and utilizations",
2045           "duration": 56,
2046           "err": {}
2047         },
2048         {
2049           "title": "should fail to create immediate reservation record with proper error",
2050           "fullTitle": "promise reservation with conflict create-reservation should fail to create immediate reservation record with proper error",
2051           "duration": 60,
2052           "err": {}
2053         },
2054         {
2055           "title": "should fail to create future reservation record with proper error",
2056           "fullTitle": "promise reservation with conflict create-reservation should fail to create future reservation record with proper error",
2057           "duration": 38,
2058           "err": {}
2059         },
2060         {
2061           "title": "should successfully destroy all allocations",
2062           "fullTitle": "promise cleanup test allocations destroy-instance should successfully destroy all allocations",
2063           "duration": 361,
2064           "err": {}
2065         }
2066       ],
2067       "pending": [],
2068       "failures": [],
2069       "passes": [
2070         {
2071           "title": "should add a new OpenStack provider without error",
2072           "fullTitle": "promise register OpenStack into resource pool add-provider should add a new OpenStack provider without error",
2073           "duration": 1217,
2074           "err": {}
2075         },
2076         {
2077           "title": "should update promise.providers with a new entry",
2078           "fullTitle": "promise register OpenStack into resource pool add-provider should update promise.providers with a new entry",
2079           "duration": 10,
2080           "err": {}
2081         },
2082         {
2083           "title": "should contain a new ResourceProvider record in the store",
2084           "fullTitle": "promise register OpenStack into resource pool add-provider should contain a new ResourceProvider record in the store",
2085           "duration": 0,
2086           "err": {}
2087         },
2088         {
2089           "title": "should add more capacity to the reservation service without error",
2090           "fullTitle": "promise register OpenStack into resource pool increase-capacity should add more capacity to the reservation service without error",
2091           "duration": 25,
2092           "err": {}
2093         },
2094         {
2095           "title": "should update promise.pools with a new entry",
2096           "fullTitle": "promise register OpenStack into resource pool increase-capacity should update promise.pools with a new entry",
2097           "duration": 1,
2098           "err": {}
2099         },
2100         {
2101           "title": "should contain a ResourcePool record in the store",
2102           "fullTitle": "promise register OpenStack into resource pool increase-capacity should contain a ResourcePool record in the store",
2103           "duration": 0,
2104           "err": {}
2105         },
2106         {
2107           "title": "should report total collections and utilizations",
2108           "fullTitle": "promise register OpenStack into resource pool query-capacity should report total collections and utilizations",
2109           "duration": 18,
2110           "err": {}
2111         },
2112         {
2113           "title": "should contain newly added capacity pool",
2114           "fullTitle": "promise register OpenStack into resource pool query-capacity should contain newly added capacity pool",
2115           "duration": 8,
2116           "err": {}
2117         },
2118         {
2119           "title": "should create a new server in target provider without error",
2120           "fullTitle": "promise allocation without reservation create-instance should create a new server in target provider without error",
2121           "duration": 1768,
2122           "err": {}
2123         },
2124         {
2125           "title": "should update promise.allocations with a new entry",
2126           "fullTitle": "promise allocation without reservation create-instance should update promise.allocations with a new entry",
2127           "duration": 2,
2128           "err": {}
2129         },
2130         {
2131           "title": "should contain a new ResourceAllocation record in the store",
2132           "fullTitle": "promise allocation without reservation create-instance should contain a new ResourceAllocation record in the store",
2133           "duration": 0,
2134           "err": {}
2135         },
2136         {
2137           "title": "should reference the created server ID from the provider",
2138           "fullTitle": "promise allocation without reservation create-instance should reference the created server ID from the provider",
2139           "duration": 1,
2140           "err": {}
2141         },
2142         {
2143           "title": "should have low priority state",
2144           "fullTitle": "promise allocation without reservation create-instance should have low priority state",
2145           "duration": 0,
2146           "err": {}
2147         },
2148         {
2149           "title": "should create reservation record (no start/end) without error",
2150           "fullTitle": "promise allocation using reservation for immediate use create-reservation should create reservation record (no start/end) without error",
2151           "duration": 41,
2152           "err": {}
2153         },
2154         {
2155           "title": "should update promise.reservations with a new entry",
2156           "fullTitle": "promise allocation using reservation for immediate use create-reservation should update promise.reservations with a new entry",
2157           "duration": 7,
2158           "err": {}
2159         },
2160         {
2161           "title": "should contain a new ResourceReservation record in the store",
2162           "fullTitle": "promise allocation using reservation for immediate use create-reservation should contain a new ResourceReservation record in the store",
2163           "duration": 0,
2164           "err": {}
2165         },
2166         {
2167           "title": "should create a new server in target provider (with reservation) without error",
2168           "fullTitle": "promise allocation using reservation for immediate use create-instance should create a new server in target provider (with reservation) without error",
2169           "duration": 1617,
2170           "err": {}
2171         },
2172         {
2173           "title": "should contain a new ResourceAllocation record in the store",
2174           "fullTitle": "promise allocation using reservation for immediate use create-instance should contain a new ResourceAllocation record in the store",
2175           "duration": 1,
2176           "err": {}
2177         },
2178         {
2179           "title": "should be referenced in the reservation record",
2180           "fullTitle": "promise allocation using reservation for immediate use create-instance should be referenced in the reservation record",
2181           "duration": 7,
2182           "err": {}
2183         },
2184         {
2185           "title": "should have high priority state",
2186           "fullTitle": "promise allocation using reservation for immediate use create-instance should have high priority state",
2187           "duration": 0,
2188           "err": {}
2189         },
2190         {
2191           "title": "should create reservation record (for future) without error",
2192           "fullTitle": "promise reservation for future use create-reservation should create reservation record (for future) without error",
2193           "duration": 75,
2194           "err": {}
2195         },
2196         {
2197           "title": "should update promise.reservations with a new entry",
2198           "fullTitle": "promise reservation for future use create-reservation should update promise.reservations with a new entry",
2199           "duration": 17,
2200           "err": {}
2201         },
2202         {
2203           "title": "should contain a new ResourceReservation record in the store",
2204           "fullTitle": "promise reservation for future use create-reservation should contain a new ResourceReservation record in the store",
2205           "duration": 0,
2206           "err": {}
2207         },
2208         {
2209           "title": "should contain newly created future reservation",
2210           "fullTitle": "promise reservation for future use query-reservation should contain newly created future reservation",
2211           "duration": 61,
2212           "err": {}
2213         },
2214         {
2215           "title": "should modify existing reservation without error",
2216           "fullTitle": "promise reservation for future use update-reservation should modify existing reservation without error",
2217           "duration": 65,
2218           "err": {}
2219         },
2220         {
2221           "title": "should modify existing reservation without error",
2222           "fullTitle": "promise reservation for future use cancel-reservation should modify existing reservation without error",
2223           "duration": 17,
2224           "err": {}
2225         },
2226         {
2227           "title": "should no longer contain record of the deleted reservation",
2228           "fullTitle": "promise reservation for future use cancel-reservation should no longer contain record of the deleted reservation",
2229           "duration": 0,
2230           "err": {}
2231         },
2232         {
2233           "title": "should decrease available capacity from a provider in the future",
2234           "fullTitle": "promise capacity planning decrease-capacity should decrease available capacity from a provider in the future",
2235           "duration": 15,
2236           "err": {}
2237         },
2238         {
2239           "title": "should increase available capacity from a provider in the future",
2240           "fullTitle": "promise capacity planning increase-capacity should increase available capacity from a provider in the future",
2241           "duration": 11,
2242           "err": {}
2243         },
2244         {
2245           "title": "should report available collections and utilizations",
2246           "fullTitle": "promise capacity planning query-capacity should report available collections and utilizations",
2247           "duration": 56,
2248           "err": {}
2249         },
2250         {
2251           "title": "should fail to create immediate reservation record with proper error",
2252           "fullTitle": "promise reservation with conflict create-reservation should fail to create immediate reservation record with proper error",
2253           "duration": 60,
2254           "err": {}
2255         },
2256         {
2257           "title": "should fail to create future reservation record with proper error",
2258           "fullTitle": "promise reservation with conflict create-reservation should fail to create future reservation record with proper error",
2259           "duration": 38,
2260           "err": {}
2261         },
2262         {
2263           "title": "should successfully destroy all allocations",
2264           "fullTitle": "promise cleanup test allocations destroy-instance should successfully destroy all allocations",
2265           "duration": 361,
2266           "err": {}
2267         }
2268       ]
2269     }
2270     Promise- INFO -
2271     ****************************************
2272               Promise test report
2273
2274     ****************************************
2275      Suites:    23
2276      Tests:     33
2277      Passes:    33
2278      Pending:   0
2279      Failures:  0
2280      Start:     2016-02-18T13:37:06.661Z
2281      End:       2016-02-18T13:37:12.962Z
2282      Duration:  6.301
2283     ****************************************
2284
2285