<testsuites>
  <!--Report is generated by Rally 3.3.0 at 2021-10-12T09:44:24.673190-->
  <testsuite errors="0" failures="25" id="244498c9-e92e-43d3-b861-c60cdada322a" skipped="10" tests="1270" time="4275.496" timestamp="2021-10-12T08:32:37">
    <testcase classname="tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test" id="0022c12e-a482-42b0-be2d-396b5f0cffe3" name="test_live_migration_with_trunk" time="0.000">
      <skipped>Less than 2 compute nodes, skipping migration test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_live_migration.LiveMigrationTest" id="0022c12e-a482-42b0-be2d-396b5f0cffe3" name="test_live_migration_with_trunk" time="0.000">
      <skipped>Less than 2 compute nodes, skipping migration test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest" id="9d2e924a-baf4-11e7-b856-fa163e65f5ce" name="test_create_server_with_scheduler_hint_group_affinity" time="0.000">
      <skipped>Less than 2 compute nodes, skipping multi-nodes test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest" id="f8bd0867-e459-45f5-ba53-59134552fe04" name="test_create_server_with_scheduler_hint_group_anti_affinity" time="0.000">
      <skipped>Less than 2 compute nodes, skipping multi-nodes test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest" id="cc7ca884-6e3e-42a3-a92f-c522fcf25e8e" name="test_create_servers_on_different_hosts" time="0.000">
      <skipped>Less than 2 compute nodes, skipping multi-nodes test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest" id="7869cc84-d661-4e14-9f00-c18cdc89cf57" name="test_create_servers_on_different_hosts_with_list_of_servers" time="0.000">
      <skipped>Less than 2 compute nodes, skipping multi-nodes test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest" id="26a9d5df-6890-45f2-abc4-a659290cb130" name="test_create_servers_on_same_host" time="0.000">
      <skipped>Less than 2 compute nodes, skipping multi-nodes test.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="18bac3ae-da27-436c-92a9-b22474d13aab" name="test_list_images_filter_by_changes_since" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="33163b73-79f5-4d07-a7ea-9213bcc468ff" name="test_list_images_filter_by_name" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="9f238683-c763-45aa-b848-232ec3ce3105" name="test_list_images_filter_by_server_id" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="05a377b8-28cf-4734-a1e6-2ab5c38bf606" name="test_list_images_filter_by_server_ref" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="a3f5b513-aeb3-42a9-b18e-f091ef73254d" name="test_list_images_filter_by_status" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="e3356918-4d3e-4756-81d5-abc4524ba29f" name="test_list_images_filter_by_type" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="3a484ca9-67ba-451e-b494-7fcf28d32d62" name="test_list_images_limit_results" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="7d439e18-ac2e-4827-b049-7e18004712c4" name="test_list_images_with_detail_filter_by_changes_since" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="644ea267-9bd9-4f3b-af9f-dffa02396a17" name="test_list_images_with_detail_filter_by_name" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="8c78f822-203b-4bf6-8bba-56ebd551cf84" name="test_list_images_with_detail_filter_by_server_ref" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="9b0ea018-6185-4f71-948a-a123a107988e" name="test_list_images_with_detail_filter_by_status" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="888c0cc0-7223-43c5-9db0-b125fd0a393b" name="test_list_images_with_detail_filter_by_type" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" id="ba2fa9a9-b672-47cc-b354-3b4c0600e2cb" name="test_list_images_with_detail_limit_results" time="0.000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 372, in create_image_from_server
    waiters.wait_for_image_status(client, image_id, wait_until)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/images_client.py", line 75, in show_image
    resp, body = self.get("images/%s" % image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/compute/base_compute_client.py", line 47, in request
    resp, resp_body = super(BaseComputeClient, self).request(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Image not found.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/test.py", line 174, in setUpClass
    cls.resource_setup()
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/images/test_list_image_filters.py", line 123, in resource_setup
    cls.snapshot3 = cls.create_image_from_server(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 386, in create_image_from_server
    raise exceptions.SnapshotNotFoundException(
tempest.exceptions.SnapshotNotFoundException: Server snapshot image f7722938-8ce9-4dad-a2cc-5df5aae72aea not found.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="19dd44e1-c435-4ee1-a402-88c4f90b5950" name="test_aggregate_add_existent_host" time="0.831" timestamp="2021-10-12T08:32:44+0000" />
    <testcase classname="tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON" id="bf34dca2-fdc3-4073-9c02-7648d9eae0d7" name="test_get_availability_zone_list_detail_with_non_admin_user" time="0.137" timestamp="2021-10-12T08:32:44+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="96be03c7-570d-409c-90f8-e4db3c646996" name="test_aggregate_add_host_create_server_with_az" time="11.469" timestamp="2021-10-12T08:32:45+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241" id="fdf24d9e-8afa-4700-b6aa-9c498351504f" name="test_create_update_show_aggregate_add_remove_host" time="0.915" timestamp="2021-10-12T08:32:45+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="7324c334-bd13-4c93-8521-5877322c3d51" name="test_aggregate_add_host_as_user" time="0.231" timestamp="2021-10-12T08:32:45+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="0ef07828-12b4-45ba-87cc-41425faf5711" name="test_aggregate_add_non_exist_host" time="0.101" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="4c194563-543b-4e70-a719-557bbe947fac" name="test_aggregate_create_aggregate_name_length_exceeds_255" time="0.015" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="3b8a1929-3793-4e92-bcb4-dfa572ee6c1d" name="test_aggregate_create_aggregate_name_length_less_than_1" time="0.013" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="86a1cb14-da37-4a70-b056-903fd56dfe29" name="test_aggregate_create_as_user" time="0.016" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="9c23a291-b0b1-487b-b464-132e061151b3" name="test_aggregate_create_with_existent_aggregate_name" time="0.087" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="cd6de795-c15d-45f1-8d9e-813c6bb72a3d" name="test_aggregate_delete_as_user" time="0.082" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="c74f4bf1-4708-4ff2-95a0-f49eaca951bd" name="test_aggregate_delete_with_invalid_id" time="0.024" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="557cad12-34c9-4ff4-95f0-22f0dfbaf7dc" name="test_aggregate_get_details_as_user" time="0.082" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="3c916244-2c46-49a4-9b55-b20bb0ae512c" name="test_aggregate_get_details_with_invalid_id" time="0.020" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="b7d475a6-5dcd-4ff4-b70a-cd9de66a6672" name="test_aggregate_list_as_user" time="0.013" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="7a53af20-137a-4e44-a4ae-e19260e626d9" name="test_aggregate_remove_host_as_user" time="12.392" timestamp="2021-10-12T08:32:46+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da" name="test_create_flavor_using_string_ram" time="0.280" timestamp="2021-10-12T08:32:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="8261d7b0-be58-43ec-a2e5-300573c3f6c5" name="test_create_flavor_verify_entry_in_list_details" time="0.153" timestamp="2021-10-12T08:32:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="8b4330e1-12c4-4554-9390-e6639971f086" name="test_create_flavor_with_int_id" time="0.102" timestamp="2021-10-12T08:32:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="f83fe669-6758-448a-a85e-32d351f36fe0" name="test_create_flavor_with_none_id" time="0.093" timestamp="2021-10-12T08:32:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d" name="test_create_flavor_with_uuid_id" time="0.102" timestamp="2021-10-12T08:32:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="63dc64e6-2e79-4fdf-868f-85500d308d66" name="test_create_list_flavor_without_extra_data" time="0.341" timestamp="2021-10-12T08:32:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="bcc418ef-799b-47cc-baa1-ce01368b8987" name="test_create_server_with_non_public_flavor" time="0.120" timestamp="2021-10-12T08:32:48+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="fb9cbde6-3a0e-41f2-a983-bdb0a823c44e" name="test_is_public_string_variations" time="0.492" timestamp="2021-10-12T08:32:48+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="be6cc18c-7c5d-48c0-ac16-17eaf03c54eb" name="test_list_non_public_flavor" time="0.189" timestamp="2021-10-12T08:32:48+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON" id="59e622f6-bdf6-45e3-8ba8-fedad905a6b4" name="test_flavor_access_add_remove" time="0.768" timestamp="2021-10-12T08:32:48+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON" id="b345b196-bfbd-4231-8ac1-6d7fe15ff3a3" name="test_list_public_flavor_with_other_user" time="0.147" timestamp="2021-10-12T08:32:49+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON" id="ea2c2211-29fa-4db9-97c3-906d36fad3e0" name="test_flavor_access_list_with_private_flavor" time="0.124" timestamp="2021-10-12T08:32:49+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test" id="e81bba3f-6215-4e39-a286-d52d2f906862" name="test_get_hypervisor_show_servers" time="0.275" timestamp="2021-10-12T08:32:51+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test" id="d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f" name="test_search_hypervisor" time="0.072" timestamp="2021-10-12T08:32:51+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON" id="f3592cc0-0306-483c-b210-9a7b5346eddc" name="test_add_flavor_access_duplicate" time="0.747" timestamp="2021-10-12T08:32:52+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON" id="0621c53e-d45d-40e7-951d-43e5e257b272" name="test_flavor_access_list_with_public_flavor" time="0.126" timestamp="2021-10-12T08:32:52+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON" id="41eaaade-6d37-4f28-9c74-f21b46ca67bd" name="test_flavor_non_admin_add" time="0.236" timestamp="2021-10-12T08:32:53+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON" id="073e79a6-c311-4525-82dc-6083d919cb3a" name="test_flavor_non_admin_remove" time="0.558" timestamp="2021-10-12T08:32:53+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON" id="1f710927-3bc7-4381-9f82-0ca6e42644b7" name="test_remove_flavor_access_not_found" time="0.261" timestamp="2021-10-12T08:32:53+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test" id="d46bab64-0fbe-4eb8-9133-e6ee56188cc5" name="test_get_list_hypervisor_details" time="0.167" timestamp="2021-10-12T08:32:54+0000" />
    <testcase classname="tempest.api.compute.admin.test_migrations.MigrationsAdminTest" id="4bf0be52-3b6f-4746-9a27-3143636fe30d" name="test_cold_migration" time="0.001" timestamp="2021-10-12T08:32:56+0000">
      <skipped>Less than 2 compute nodes, skipping multinode tests.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_migrations.MigrationsAdminTest" id="75c0b83d-72a0-4cf8-a153-631e83e7d53f" name="test_list_migrations" time="0.242" timestamp="2021-10-12T08:32:56+0000" />
    <testcase classname="tempest.api.compute.admin.test_migrations.MigrationsAdminTest" id="1b512062-8093-438e-b47a-37d2f597cd64" name="test_list_migrations_in_flavor_resize_situation" time="308.366" timestamp="2021-10-12T08:32:56+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/admin/test_migrations.py", line 48, in test_list_migrations_in_flavor_resize_situation
    self.resize_server(server_id, self.flavor_ref_alt)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 449, in resize_server
    waiters.wait_for_server_status(self.servers_client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Server 6436b0fb-4a5c-445b-9bd1-998d22983415 failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="eeef473c-7c52-494d-9f09-2ed7fc8fc036" name="test_aggregate_add_host_get_details" time="0.552" timestamp="2021-10-12T08:32:57+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72" name="test_aggregate_add_host_list" time="0.464" timestamp="2021-10-12T08:32:57+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON" id="a99dad88-ae1c-4fba-aeb4-32f898218bd0" name="test_flavor_non_admin_get_all_keys" time="0.144" timestamp="2021-10-12T08:32:57+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON" id="12805a7f-39a3-4042-b989-701d5cad9c90" name="test_flavor_non_admin_get_specific_key" time="0.057" timestamp="2021-10-12T08:32:57+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON" id="0b2f9d4b-1ca2-4b99-bb40-165d4bb94208" name="test_flavor_set_get_update_show_unset_keys" time="0.183" timestamp="2021-10-12T08:32:57+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="c8e85064-e79b-4906-9931-c11c24294d02" name="test_aggregate_add_remove_host" time="0.288" timestamp="2021-10-12T08:32:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="0d148aa3-d54c-4317-aa8d-42040a475e20" name="test_aggregate_create_delete" time="0.111" timestamp="2021-10-12T08:32:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="5873a6f8-671a-43ff-8838-7ce430bb6d0b" name="test_aggregate_create_delete_with_az" time="0.138" timestamp="2021-10-12T08:32:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="36ec92ca-7a73-43bc-b920-7531809e8540" name="test_aggregate_create_update_metadata_get_details" time="0.146" timestamp="2021-10-12T08:32:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="4d2b2004-40fa-40a1-aab2-66f4dab81beb" name="test_aggregate_create_update_with_az" time="0.236" timestamp="2021-10-12T08:32:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON" id="95d6a6fa-8da9-4426-84d0-eec0329f2e4d" name="test_aggregate_remove_nonexistent_host" time="0.107" timestamp="2021-10-12T08:32:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON" id="68089c38-04b1-4758-bdf0-cf0daec4defd" name="test_aggregate_create_verify_entry_in_list" time="0.103" timestamp="2021-10-12T08:32:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts.HostsAdminTestJSON" id="9bfaf98d-e2cb-44b0-a07e-2558b2821e4f" name="test_list_hosts" time="0.168" timestamp="2021-10-12T08:33:00+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts.HostsAdminTestJSON" id="9af3c171-fbf4-4150-a624-22109733c2a6" name="test_list_hosts_with_a_blank_zone" time="0.037" timestamp="2021-10-12T08:33:00+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts.HostsAdminTestJSON" id="c6ddbadb-c94e-4500-b12f-8ffc43843ff8" name="test_list_hosts_with_nonexistent_zone" time="0.035" timestamp="2021-10-12T08:33:00+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts.HostsAdminTestJSON" id="5dc06f5b-d887-47a2-bb2a-67762ef3c6de" name="test_list_hosts_with_zone" time="0.083" timestamp="2021-10-12T08:33:00+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts.HostsAdminTestJSON" id="38adbb12-aee2-4498-8aec-329c72423aa4" name="test_show_host_detail" time="0.091" timestamp="2021-10-12T08:33:00+0000" />
    <testcase classname="tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON" id="d3431479-8a09-4f76-aa2d-26dc580cb27c" name="test_get_availability_zone_list" time="0.211" timestamp="2021-10-12T08:33:01+0000" />
    <testcase classname="tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON" id="ef726c58-530f-44c2-968c-c7bed22d5b8c" name="test_get_availability_zone_list_detail" time="0.050" timestamp="2021-10-12T08:33:01+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON" id="7f0ceacd-c64d-4e96-b8ee-d02943142cc5" name="test_get_hypervisor_list" time="0.207" timestamp="2021-10-12T08:33:02+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON" id="1e7fdac2-b672-4ad1-97a4-bad0e3030118" name="test_get_hypervisor_list_details" time="0.038" timestamp="2021-10-12T08:33:02+0000" />
    <testcase classname="tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON" id="73177903-6737-4f27-a60c-379e8ae8cf48" name="test_admin_delete_servers_of_others" time="13.012" timestamp="2021-10-12T08:33:03+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON" id="94ff9eae-a183-428e-9cdb-79fde71211cc" name="test_get_hypervisor_show_details" time="0.084" timestamp="2021-10-12T08:33:03+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON" id="797e4f28-b6e0-454d-a548-80cc77c00816" name="test_get_hypervisor_stats" time="0.029" timestamp="2021-10-12T08:33:03+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON" id="91a50d7d-1c2b-4f24-b55a-a1fe20efca70" name="test_get_hypervisor_uptime" time="0.140" timestamp="2021-10-12T08:33:03+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test" id="5b6a6c79-5dc1-4fa5-9c58-9c8085948e74" name="test_search_hypervisor_with_non_admin_user" time="0.268" timestamp="2021-10-12T08:33:05+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test" id="19a45cc1-1000-4055-b6d2-28e8b2ec4faa" name="test_search_nonexistent_hypervisor" time="0.020" timestamp="2021-10-12T08:33:05+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test" id="2a0a3938-832e-4859-95bf-1c57c236b924" name="test_show_servers_with_non_admin_user" time="0.052" timestamp="2021-10-12T08:33:05+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test" id="02463d69-0ace-4d33-a4a8-93d7883a2bba" name="test_show_servers_with_nonexistent_hypervisor" time="0.022" timestamp="2021-10-12T08:33:05+0000" />
    <testcase classname="tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON" id="6e40459d-7c5f-400b-9e83-449fbc8e7feb" name="test_get_instance_usage_audit_log" time="0.162" timestamp="2021-10-12T08:33:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON" id="25319919-33d9-424f-9f99-2c203ee48b9d" name="test_list_instance_usage_audit_logs" time="0.034" timestamp="2021-10-12T08:33:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON" id="9b952047-3641-41c7-ba91-a809fc5974c8" name="test_get_instance_usage_audit_logs_with_invalid_time" time="0.149" timestamp="2021-10-12T08:33:10+0000" />
    <testcase classname="tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON" id="a9d33178-d2c9-4131-ad3b-f4ca8d0308a2" name="test_instance_usage_audit_logs_with_nonadmin_user" time="0.155" timestamp="2021-10-12T08:33:10+0000" />
    <testcase classname="tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON" id="b3c7bcfc-bb5b-4e22-b517-c7f686b802ca" name="test_verify_created_server_ephemeral_disk" time="38.452" timestamp="2021-10-12T08:33:12+0000" />
    <testcase classname="tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest" id="7fb7856e-ae92-44c9-861a-af62d7830bcb" name="test_invalid_host_for_migration" time="8.531" timestamp="2021-10-12T08:33:13+0000" />
    <testcase classname="tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON" id="99774678-e072-49d1-9d2a-49a59bc56063" name="test_delete_server_while_in_error_state" time="12.798" timestamp="2021-10-12T08:33:16+0000" />
    <testcase classname="tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest" id="6e2f94f5-2ee8-4830-bef5-5bc95bb0795b" name="test_live_block_migration_suspended" time="11.961" timestamp="2021-10-12T08:33:21+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="dd032027-0210-4d9c-860e-69b1b8deed5f" name="test_list_hosts_with_non_admin_user" time="0.142" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="02d79bb9-eb57-4612-abf6-2cb38897d2f8" name="test_reboot_host_with_non_admin_user" time="0.016" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="f86bfd7b-0b13-4849-ae29-0322e83ee58b" name="test_reboot_nonexistent_host" time="0.022" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc" name="test_show_host_detail_with_non_admin_user" time="0.016" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f" name="test_show_host_detail_with_nonexistent_hostname" time="0.019" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="a803529c-7e3f-4d3c-a7d6-8e1c203d27f6" name="test_shutdown_host_with_non_admin_user" time="0.015" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="9e637444-29cf-4244-88c8-831ae82c31b6" name="test_shutdown_nonexistent_host" time="0.023" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca" name="test_startup_host_with_non_admin_user" time="0.015" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="0d981ac3-4320-4898-b674-82b61fbb60e4" name="test_startup_nonexistent_host" time="0.023" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="ab1e230e-5e22-41a9-8699-82b9947915d4" name="test_update_host_with_invalid_maintenance_mode" time="0.012" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="fbe2bf3e-3246-4a95-a59f-94e4e298ec77" name="test_update_host_with_invalid_status" time="0.012" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="e40c72b1-0239-4ed6-ba21-81a184df1f7c" name="test_update_host_with_non_admin_user" time="0.014" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="0cd85f75-6992-4a4a-b1bd-d11e37fd0eee" name="test_update_host_without_param" time="0.013" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON" id="23c92146-2100-4d68-b2d6-c7ade970c9c1" name="test_update_nonexistent_host" time="0.024" timestamp="2021-10-12T08:33:32+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="dc02db05-e801-4c5f-bc8e-d915290ab345" name="test_get_hypervisor_list_details_with_non_admin_user" time="0.181" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="51b3d536-9b14-409c-9bce-c6f7c794994e" name="test_get_hypervisor_list_with_non_admin_user" time="0.015" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="e2b061bb-13f9-40d8-9d6e-d5bf17595849" name="test_get_hypervisor_stats_with_non_admin_user" time="0.014" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="6c3461f9-c04c-4e2a-bebb-71dc9cb47df2" name="test_get_hypervisor_uptime_with_non_admin_user" time="0.166" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="f60aa680-9a3a-4c7d-90e1-fae3a4891303" name="test_get_nonexistent_hypervisor_uptime" time="0.015" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="51e663d0-6b89-4817-a465-20aca0667d03" name="test_show_hypervisor_with_non_admin_user" time="0.050" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON" id="c136086a-0f67-4b2b-bc61-8482bd68989f" name="test_show_nonexistent_hypervisor" time="0.015" timestamp="2021-10-12T08:33:35+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON" id="7932ab0f-5136-4075-b201-c0e2338df51a" name="test_update_default_quotas" time="0.375" timestamp="2021-10-12T08:33:38+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest" id="91058876-9947-4807-9f22-f6eb17140d9b" name="test_create_server_when_cpu_quota_is_full" time="1.899" timestamp="2021-10-12T08:33:40+0000" />
    <testcase classname="tempest.api.compute.admin.test_networks.NetworksTest" id="d206d211-8912-486f-86e2-a9d090d1f416" name="test_get_network" time="0.385" timestamp="2021-10-12T08:33:41+0000" />
    <testcase classname="tempest.api.compute.admin.test_networks.NetworksTest" id="df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9" name="test_list_all_networks" time="0.117" timestamp="2021-10-12T08:33:42+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest" id="7c6be468-0274-449a-81c3-ac1c32ee0161" name="test_create_server_when_instances_quota_is_full" time="1.253" timestamp="2021-10-12T08:33:42+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest" id="6fdd7012-584d-4327-a61c-49122e0d5864" name="test_create_server_when_memory_quota_is_full" time="1.318" timestamp="2021-10-12T08:33:44+0000" />
    <testcase classname="tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest" id="e84e2234-60d2-42fa-8b30-e2d3049724ac" name="test_get_server_diagnostics_by_non_admin" time="7.957" timestamp="2021-10-12T08:33:44+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest" id="733abfe8-166e-47bb-8363-23dbd7ff3476" name="test_update_quota_normal_user" time="0.018" timestamp="2021-10-12T08:33:45+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="329a7be3-54b2-48be-8052-bf2ce4afd898" name="test_flavor_get_nonexistent_key" time="0.200" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d" name="test_flavor_non_admin_set_keys" time="0.015" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="28f12249-27c7-44c1-8810-1f382f316b11" name="test_flavor_non_admin_unset_keys" time="0.050" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="1ebf4ef8-759e-48fe-a801-d451d80476fb" name="test_flavor_non_admin_update_specific_key" time="0.044" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="440b9f3f-3c7f-4293-a106-0ceda350f8de" name="test_flavor_unset_nonexistent_key" time="0.022" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="25b822b8-9f49-44f6-80de-d99f0482e5cb" name="test_flavor_update_mismatch_key" time="0.012" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON" id="f5889590-bf66-41cc-b4b1-6e6370cfd93f" name="test_flavor_update_more_key" time="0.013" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="fdcd9b33-0903-4e00-a1f7-b5f6543068d6" name="test_create_server_with_scheduling_hint" time="8.186" timestamp="2021-10-12T08:33:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON" id="3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac" name="test_admin_manage_keypairs_for_other_users" time="0.971" timestamp="2021-10-12T08:34:01+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas.QuotasAdminTestV236" id="4268b5c9-92e5-4adc-acf1-3a2798f3d803" name="test_get_updated_quotas" time="1.372" timestamp="2021-10-12T08:34:05+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="51717b38-bdc1-458b-b636-1cf82d99f62f" name="test_list_servers_by_admin" time="0.191" timestamp="2021-10-12T08:34:07+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="9f5579ae-19b4-4985-a091-2a5d56106580" name="test_list_servers_by_admin_with_all_tenants" time="0.353" timestamp="2021-10-12T08:34:07+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="7e5d6b8f-454a-4ba1-8ae2-da857af8338b" name="test_list_servers_by_admin_with_specified_tenant" time="0.306" timestamp="2021-10-12T08:34:07+0000" />
    <testcase classname="tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON" id="777e468f-17ca-4da4-b93d-b7dbf56c0494" name="test_attach_scsi_disk_with_config_drive" time="22.049" timestamp="2021-10-12T08:34:07+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="d56e9540-73ed-45e0-9b88-98fc419087eb" name="test_list_servers_detailed_filter_by_invalid_status" time="0.024" timestamp="2021-10-12T08:34:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="06f960bb-15bb-48dc-873d-f96e89be7870" name="test_list_servers_filter_by_error_status" time="0.431" timestamp="2021-10-12T08:34:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="86c7a8f7-50cf-43a9-9bac-5b985317134f" name="test_list_servers_filter_by_exist_host" time="0.251" timestamp="2021-10-12T08:34:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="682cb127-e5bb-4f53-87ce-cb9003604442" name="test_rebuild_server_in_error_state" time="14.905" timestamp="2021-10-12T08:34:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services.ServicesAdminTestJSON" id="affb42d5-5b4b-43c8-8b0b-6dca054abcca" name="test_get_service_by_host_name" time="0.185" timestamp="2021-10-12T08:34:09+0000" />
    <testcase classname="tempest.api.compute.admin.test_services.ServicesAdminTestJSON" id="f345b1ec-bc6e-4c38-a527-3ca2bc00bef5" name="test_get_service_by_service_binary_name" time="0.043" timestamp="2021-10-12T08:34:09+0000" />
    <testcase classname="tempest.api.compute.admin.test_services.ServicesAdminTestJSON" id="5be41ef4-53d1-41cc-8839-5c2a48a1b283" name="test_list_services" time="0.038" timestamp="2021-10-12T08:34:09+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="1f12046b-753d-40d2-abb6-d8eb8b30cb2f" name="test_get_flavor" time="0.161" timestamp="2021-10-12T08:34:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59" name="test_list_flavors" time="0.057" timestamp="2021-10-12T08:34:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="3df2743e-3034-4e57-a4cb-b6527f6eac79" name="test_list_flavors_detailed_filter_by_min_disk" time="0.071" timestamp="2021-10-12T08:34:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="09fe7509-b4ee-4b34-bf8b-39532dc47292" name="test_list_flavors_detailed_filter_by_min_ram" time="0.067" timestamp="2021-10-12T08:34:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="b26f6327-2886-467a-82be-cef7a27709cb" name="test_list_flavors_detailed_limit_results" time="0.027" timestamp="2021-10-12T08:34:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="6db2f0c0-ddee-4162-9c84-0703d3dd1107" name="test_list_flavors_detailed_using_marker" time="0.069" timestamp="2021-10-12T08:34:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="10645a4d-96f5-443f-831b-730711e11dd4" name="test_list_flavors_filter_by_min_disk" time="0.062" timestamp="2021-10-12T08:34:12+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="935cf550-e7c8-4da6-8002-00f92d5edfaa" name="test_list_flavors_filter_by_min_ram" time="0.063" timestamp="2021-10-12T08:34:12+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="8d7691b3-6ed4-411a-abc9-2839a765adab" name="test_list_flavors_limit_results" time="0.027" timestamp="2021-10-12T08:34:12+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="e800f879-9828-4bd0-8eae-4f17189951fb" name="test_list_flavors_using_marker" time="0.074" timestamp="2021-10-12T08:34:12+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON" id="6e85fde4-b3cd-4137-ab72-ed5f418e8c24" name="test_list_flavors_with_detail" time="0.059" timestamp="2021-10-12T08:34:12+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON" id="6e0f059b-e4dd-48fb-8207-06e3bba5b074" name="test_allocate_floating_ip_from_nonexistent_pool" time="0.054" timestamp="2021-10-12T08:34:17+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON" id="ae1c55a8-552b-44d4-bfb6-2a115a15d0ba" name="test_delete_nonexistent_floating_ip" time="0.057" timestamp="2021-10-12T08:34:17+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON" id="a013796c-ba37-4bb5-8602-d944511def14" name="test_delete_image_metadata_item" time="0.642" timestamp="2021-10-12T08:34:22+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers.ServersAdminTestJSON" id="ee8ae470-db70-474d-b752-690b7892cab1" name="test_reset_state_server" time="0.421" timestamp="2021-10-12T08:34:23+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON" id="4f5db52f-6685-4c75-b848-f4bb363f9aa6" name="test_get_image_metadata_item" time="0.367" timestamp="2021-10-12T08:34:23+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON" id="37ec6edd-cf30-4c53-bd45-ae74db6b0531" name="test_list_image_metadata" time="0.303" timestamp="2021-10-12T08:34:23+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON" id="ece7befc-d3ce-42a4-b4be-c3067a418c29" name="test_set_image_metadata" time="0.606" timestamp="2021-10-12T08:34:24+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON" id="f2de776a-4778-4d90-a5da-aae63aee64ae" name="test_set_image_metadata_item" time="0.649" timestamp="2021-10-12T08:34:24+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON" id="7b491c11-a9d5-40fe-a696-7f7e03d3fea2" name="test_update_image_metadata" time="0.693" timestamp="2021-10-12T08:34:25+0000" />
    <testcase classname="tempest.api.compute.images.test_images.ImagesTestJSON" id="71bcb732-0261-11e7-9086-fa163e4fa634" name="test_create_image_from_paused_server" time="25.658" timestamp="2021-10-12T08:34:28+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="46a4e1ca-87ae-4d28-987a-1b6b136a0221" name="test_migrate_non_existent_server" time="0.227" timestamp="2021-10-12T08:34:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest" id="7dcac15a-b107-46d3-a5f6-cb863f4e454a" name="test_update_attached_volume_with_nonexistent_volume_in_body" time="5.516" timestamp="2021-10-12T08:34:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629" name="test_migrate_server_invalid_state" time="10.598" timestamp="2021-10-12T08:34:48+0000" />
    <testcase classname="tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest" id="309b5ecd-0585-4a7e-a36f-d2b2bf55259d" name="test_update_attached_volume_with_nonexistent_volume_in_uri" time="1.377" timestamp="2021-10-12T08:34:53+0000" />
    <testcase classname="tempest.api.compute.images.test_images.ImagesTestJSON" id="aaacd1d0-55a2-4ce8-818a-b5439df8adc9" name="test_create_image_from_stopped_server" time="22.049" timestamp="2021-10-12T08:34:54+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="b0b4d8af-1256-41ef-9ee7-25f1c19dde80" name="test_reset_state_server_invalid_state" time="0.016" timestamp="2021-10-12T08:34:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="4cdcc984-fab0-4577-9a9d-6d558527ee9d" name="test_reset_state_server_invalid_type" time="0.014" timestamp="2021-10-12T08:34:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="e741298b-8df2-46f0-81cb-8f814ff2504c" name="test_reset_state_server_nonexistent_server" time="0.015" timestamp="2021-10-12T08:34:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="28dcec23-f807-49da-822c-56a92ea3c687" name="test_resize_server_using_overlimit_ram" time="0.773" timestamp="2021-10-12T08:34:58+0000" />
    <testcase classname="tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON" id="7368a427-2f26-4ad9-9ba9-911a0ec2b0db" name="test_resize_server_using_overlimit_vcpus" time="0.452" timestamp="2021-10-12T08:34:59+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="f46a9d91-1e85-4b96-8e7a-db7706fa2e9a" name="test_disable_log_reason_with_invalid_service_id" time="0.186" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="a9eeeade-42b3-419f-87aa-c9342aa068cf" name="test_disable_service_with_invalid_service_id" time="0.026" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="508671aa-c929-4479-bd10-8680d40dd0a6" name="test_enable_service_with_invalid_service_id" time="0.027" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="d0884a69-f693-4e79-a9af-232d15643bf7" name="test_get_service_by_invalid_params" time="0.085" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="1e966d4a-226e-47c7-b601-0b18a27add54" name="test_get_service_by_invalid_service_and_valid_host" time="0.077" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655" name="test_get_service_with_valid_service_and_invalid_host" time="0.081" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON" id="1126d1f8-266e-485f-a687-adc547492646" name="test_list_services_with_non_admin_user" time="0.110" timestamp="2021-10-12T08:35:08+0000" />
    <testcase classname="tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON" id="8b21e135-d94b-4991-b6e9-87059609c8ed" name="test_get_usage_tenant_with_empty_tenant_id" time="0.180" timestamp="2021-10-12T08:35:11+0000" />
    <testcase classname="tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON" id="4079dd2a-9e8d-479f-869d-6fa985ce45b6" name="test_get_usage_tenant_with_invalid_date" time="0.019" timestamp="2021-10-12T08:35:11+0000" />
    <testcase classname="tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON" id="bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7" name="test_list_usage_all_tenants_with_non_admin_user" time="0.117" timestamp="2021-10-12T08:35:11+0000" />
    <testcase classname="tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest" id="90f0d93a-91c1-450c-91e6-07d18172cefe" name="test_boot_with_low_ram" time="3.011" timestamp="2021-10-12T08:35:13+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON" id="58a80596-ffb2-11e6-9393-fa163e4fa634" name="test_associate_ip_to_server_with_floating_ip" time="8.697" timestamp="2021-10-12T08:35:16+0000" />
    <testcase classname="tempest.api.compute.images.test_images.ImagesTestJSON" id="8ca07fec-0262-11e7-907e-fa163e4fa634" name="test_create_image_from_suspended_server" time="21.343" timestamp="2021-10-12T08:35:16+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON" id="7ab18834-4a4b-4f28-a2c5-440579866695" name="test_get_nonexistent_floating_ip_details" time="0.146" timestamp="2021-10-12T08:35:20+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON" id="804b4fcb-bbf5-412f-925d-896672b61eb3" name="test_associate_ip_to_server_without_passing_floating_ip" time="0.013" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON" id="595fa616-1a71-4670-9614-46564ac49a4c" name="test_associate_nonexistent_floating_ip" time="0.137" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON" id="0a081a66-e568-4e6b-aa62-9587a876dca8" name="test_dissociate_nonexistent_floating_ip" time="0.078" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON" id="e6e41425-af5c-4fe6-a4b5-7b7b963ffda5" name="test_delete_image_blank_id" time="0.154" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON" id="68e2c175-bd26-4407-ac0f-4ea9ce2139ea" name="test_delete_image_negative_image_id" time="0.039" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON" id="924540c3-f1f1-444c-8f58-718958b6724e" name="test_delete_image_non_hex_string_id" time="0.033" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON" id="b340030d-82cd-4066-a314-c72fb7c59277" name="test_delete_image_with_id_over_character_limit" time="0.031" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON" id="381acb65-785a-4942-94ce-d8f8c84f1f0f" name="test_delete_image_with_invalid_image_id" time="0.034" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON" id="137aef61-39f7-44a1-8ddf-0adf82511701" name="test_delete_non_existent_image" time="0.040" timestamp="2021-10-12T08:35:24+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON" id="6cd5a89d-5b47-46a7-93bc-3916f0d84973" name="test_create_image_from_deleted_server" time="10.200" timestamp="2021-10-12T08:35:26+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON" id="82c5b0c4-9dbd-463c-872b-20c4755aae7f" name="test_create_image_from_invalid_server" time="0.019" timestamp="2021-10-12T08:35:36+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON" id="ec176029-73dc-4037-8d72-2e4ff60cf538" name="test_create_image_specify_uuid_35_characters_or_less" time="0.014" timestamp="2021-10-12T08:35:36+0000" />
    <testcase classname="tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON" id="36741560-510e-4cc2-8641-55fe4dfb2437" name="test_create_image_specify_uuid_37_characters_or_more" time="0.014" timestamp="2021-10-12T08:35:36+0000" />
    <testcase classname="tempest.api.compute.images.test_images.ImagesTestJSON" id="aa06b52b-2db5-4807-b218-9441f75d74e3" name="test_delete_saving_image" time="15.022" timestamp="2021-10-12T08:35:37+0000" />
    <testcase classname="tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON" id="215cd465-d8ae-49c9-bf33-9c911913a5c8" name="test_max_metadata_exceed_limit" time="1.105" timestamp="2021-10-12T08:35:37+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON" id="eef497e0-8ff7-43c8-85ef-558440574f84" name="test_get_floating_ip_details" time="2.292" timestamp="2021-10-12T08:35:39+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON" id="df389fc8-56f5-43cc-b290-20eda39854d3" name="test_list_floating_ip_pools" time="0.211" timestamp="2021-10-12T08:35:41+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON" id="16db31c3-fb85-40c9-bbe2-8cf7b67ff99f" name="test_list_floating_ips" time="0.317" timestamp="2021-10-12T08:35:42+0000" />
    <testcase classname="tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON" id="3731d080-d4c5-4872-b41a-64d0d0021314" name="test_create_delete_image" time="16.506" timestamp="2021-10-12T08:35:57+0000" />
    <testcase classname="tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON" id="391b0440-432c-4d4b-b5da-c5096aa247eb" name="test_get_nonexistent_image" time="0.167" timestamp="2021-10-12T08:35:57+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON" id="79517d60-535a-438f-af3d-e6feab1cbea7" name="test_list_security_groups_by_server" time="9.088" timestamp="2021-10-12T08:35:59+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestManualDisk" id="ac1ad47f-984b-4441-9274-c9079b7a0666" name="test_host_name_is_same_as_server_name" time="0.263" timestamp="2021-10-12T08:36:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestManualDisk" id="9a438d88-10c6-4bcd-8b5b-5b6e25e1346f" name="test_list_servers" time="0.136" timestamp="2021-10-12T08:36:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestManualDisk" id="585e934c-448e-43c4-acbf-d06a9b899997" name="test_list_servers_with_detail" time="0.179" timestamp="2021-10-12T08:36:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestManualDisk" id="cbc0f52f-05aa-492b-bdc1-84b575ca294b" name="test_verify_created_server_vcpus" time="0.069" timestamp="2021-10-12T08:36:02+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestManualDisk" id="5de47127-9977-400a-936f-abcfbec1218f" name="test_verify_server_details" time="0.001" timestamp="2021-10-12T08:36:02+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON" id="ecc0da4a-2117-48af-91af-993cca39a615" name="test_security_group_create_get_delete" time="0.419" timestamp="2021-10-12T08:36:08+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON" id="eb2b087d-633d-4d0d-a7bd-9e6ba35b32de" name="test_security_groups_create_list_delete" time="1.895" timestamp="2021-10-12T08:36:09+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON" id="fe4abc0d-83f5-4c50-ad11-57a1127297a2" name="test_server_security_groups" time="21.445" timestamp="2021-10-12T08:36:10+0000" />
    <testcase classname="tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON" id="3b7c6fe4-dfe7-477c-9243-b06359db51e6" name="test_create_image_specify_multibyte_character_image_name" time="17.806" timestamp="2021-10-12T08:36:13+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON" id="fd032140-714c-42e4-a8fd-adcd8df06be6" name="test_rescue_unrescue_instance" time="19.576" timestamp="2021-10-12T08:36:31+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON" id="7d4e1d3c-3209-4d6d-b020-986304ebad1f" name="test_update_security_groups" time="0.348" timestamp="2021-10-12T08:36:32+0000" />
    <testcase classname="tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test" id="2853f095-8277-4067-92bd-9f10bd4f8e0c" name="test_create_get_list_interfaces" time="9.283" timestamp="2021-10-12T08:36:42+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames" id="622066d2-39fc-4c09-9eeb-35903c114a0a" name="test_create_server_with_fqdn_name" time="0.000" timestamp="2021-10-12T08:37:03+0000">
      <skipped>FQDN hostname sanitization is not supported.</skipped>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="defbaca5-d611-49f5-ae21-56ee25d2db49" name="test_create_server_specify_multibyte_character_name" time="7.831" timestamp="2021-10-12T08:37:03+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic" id="1678d144-ed74-43f8-8e57-ab10dbf9b3c2" name="test_verify_duplicate_network_nics" time="23.572" timestamp="2021-10-12T08:37:11+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="b92d5ec7-b1dd-44a2-87e4-45e888c46ef0" name="test_create_server_with_admin_password" time="0.800" timestamp="2021-10-12T08:37:11+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="38fb1d02-c3c5-41de-91d3-9bc2025a75eb" name="test_create_server_with_ipv6_addr_only" time="13.427" timestamp="2021-10-12T08:37:12+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="f9e15296-d7f9-4e62-b53f-a04e89160833" name="test_create_specify_keypair" time="13.899" timestamp="2021-10-12T08:37:25+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="45fbe5e0-acb5-49aa-837a-ff8d0719db91" name="test_create_keypair_invalid_name" time="0.165" timestamp="2021-10-12T08:37:33+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="fc100c19-2926-4b9c-8fdc-d0589ee2f9ff" name="test_create_keypair_when_public_key_bits_exceeds_maximum" time="0.050" timestamp="2021-10-12T08:37:33+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="0359a7f1-f002-4682-8073-0c91e4011b7c" name="test_create_keypair_with_duplicate_name" time="0.838" timestamp="2021-10-12T08:37:33+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="1398abe1-4a84-45fb-9294-89f514daff00" name="test_create_keypair_with_empty_name_string" time="0.013" timestamp="2021-10-12T08:37:34+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="dade320e-69ca-42a9-ba4a-345300f127e0" name="test_create_keypair_with_empty_public_key" time="0.053" timestamp="2021-10-12T08:37:34+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="3faa916f-779f-4103-aca7-dc3538eee1b7" name="test_create_keypair_with_long_keynames" time="0.014" timestamp="2021-10-12T08:37:34+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="29cca892-46ae-4d48-bc32-8fe7e731eb81" name="test_keypair_create_with_invalid_pub_key" time="0.047" timestamp="2021-10-12T08:37:34+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON" id="7cc32e47-4c42-489d-9623-c5e2cb5a2fa5" name="test_keypair_delete_nonexistent_key" time="0.025" timestamp="2021-10-12T08:37:34+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic" id="0578d144-ed74-43f8-8e57-ab10dbf9b3c2" name="test_verify_multiple_nics_order" time="17.854" timestamp="2021-10-12T08:37:35+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="8bd56d02-3ffa-4d67-9933-b6b9a01d6089" name="test_create_security_group_rule_duplicate" time="0.792" timestamp="2021-10-12T08:37:36+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="12bbc875-1045-4f7a-be46-751277baedb9" name="test_create_security_group_rule_with_invalid_from_port" time="0.196" timestamp="2021-10-12T08:37:37+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="2244d7e4-adb7-4ecb-9930-2d77e123ce4f" name="test_create_security_group_rule_with_invalid_id" time="0.016" timestamp="2021-10-12T08:37:37+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="84c81249-9f6e-439c-9bbf-cbb0d2cddbdf" name="test_create_security_group_rule_with_invalid_ip_protocol" time="0.184" timestamp="2021-10-12T08:37:37+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="00296fa9-0576-496a-ae15-fbab843189e0" name="test_create_security_group_rule_with_invalid_port_range" time="0.265" timestamp="2021-10-12T08:37:38+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="ff88804d-144f-45d1-bf59-dd155838a43a" name="test_create_security_group_rule_with_invalid_to_port" time="0.186" timestamp="2021-10-12T08:37:38+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="1d507e98-7951-469b-82c3-23f1e6b8c254" name="test_create_security_group_rule_with_non_existent_id" time="0.041" timestamp="2021-10-12T08:37:38+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON" id="56fddcca-dbb8-4494-a0db-96e9f869527c" name="test_delete_security_group_rule_with_non_existent_id" time="0.035" timestamp="2021-10-12T08:37:38+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="8fea6be7-065e-47cf-89b8-496e6f96c699" name="test_create_with_existing_server_name" time="22.403" timestamp="2021-10-12T08:37:39+0000" />
    <testcase classname="tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test" id="c7e0e60b-ee45-43d0-abeb-8596fd42a2f9" name="test_add_remove_fixed_ip" time="27.325" timestamp="2021-10-12T08:37:45+0000" />
    <testcase classname="tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest" id="3e41c782-2a89-4922-a9d2-9a188c4e7c7c" name="test_tagged_attachment" time="35.607" timestamp="2021-10-12T08:38:00+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="89b90870-bc13-4b73-96af-f9d4f2b70077" name="test_update_access_server_address" time="11.545" timestamp="2021-10-12T08:38:01+0000" />
    <testcase classname="tempest.api.compute.admin.test_migrations.MigrationsAdminTest" id="33f1fec3-ba18-4470-8e4e-1d888e7c3593" name="test_resize_server_revert_deleted_flavor" time="311.864" timestamp="2021-10-12T08:38:05+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/admin/test_migrations.py", line 113, in test_resize_server_revert_deleted_flavor
    waiters.wait_for_server_status(self.servers_client, server['id'],
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Server f2a69826-e5a2-4f0b-9dff-2f6d89d6d0cd failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_servers.ServersTestJSON" id="5e6ccff8-349d-4852-a8b3-055df7988dd2" name="test_update_server_name" time="12.137" timestamp="2021-10-12T08:38:13+0000" />
    <testcase classname="tempest.api.compute.servers.test_availability_zone.AZV2TestJSON" id="a8333aa2-205c-449f-a828-d38c2489bf25" name="test_get_availability_zone_list_with_non_admin_user" time="0.176" timestamp="2021-10-12T08:38:16+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="925fdfb4-5b13-47ea-ac8a-c36ae6fddb05" name="test_delete_active_server" time="13.411" timestamp="2021-10-12T08:38:18+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="d0f3f0d6-d9b6-4a32-8da4-23015dcab23c" name="test_delete_server_while_in_attached_volume" time="16.412" timestamp="2021-10-12T08:38:32+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="9e6e0c87-3352-42f7-9faf-5d6210dbd159" name="test_delete_server_while_in_building_state" time="1.160" timestamp="2021-10-12T08:38:48+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="943bd6e8-4d7a-4904-be83-7a6cc2d4213b" name="test_delete_server_while_in_pause_state" time="15.881" timestamp="2021-10-12T08:38:49+0000" />
    <testcase classname="tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON" id="aacc71ca-1d70-4aa5-bbf6-0ff71470e43c" name="test_get_instance_action" time="0.070" timestamp="2021-10-12T08:38:52+0000" />
    <testcase classname="tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON" id="77ca5cc5-9990-45e0-ab98-1de8fead201a" name="test_list_instance_actions" time="6.202" timestamp="2021-10-12T08:38:52+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="fd57f159-68d6-4c2a-902b-03070828a87e" name="test_create_numeric_server_name" time="0.388" timestamp="2021-10-12T08:38:55+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="74085be3-a370-4ca2-bc51-2d0e10e0f573" name="test_create_server_from_non_bootable_volume" time="1.860" timestamp="2021-10-12T08:38:55+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="12146ac1-d7df-4928-ad25-b1f99e5286cd" name="test_create_server_invalid_bdm_in_2nd_dict" time="1.686" timestamp="2021-10-12T08:38:57+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7fc74810-0bd2-4cd7-8244-4f33a9db865a" name="test_create_server_metadata_exceeds_length_limit" time="0.399" timestamp="2021-10-12T08:38:59+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="c3e0fb12-07fc-4d76-a22e-37409887afe8" name="test_create_server_name_length_exceeds_256" time="0.732" timestamp="2021-10-12T08:38:59+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="18f5227f-d155-4429-807c-ccb103887537" name="test_create_with_invalid_flavor" time="0.373" timestamp="2021-10-12T08:39:00+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="fcba1052-0a50-4cf3-b1ac-fae241edf02f" name="test_create_with_invalid_image" time="0.404" timestamp="2021-10-12T08:39:00+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="4e72dc2d-44c5-4336-9667-f7972e95c402" name="test_create_with_invalid_network_uuid" time="0.378" timestamp="2021-10-12T08:39:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7a2efc39-530c-47de-b875-2dd01c8d39bd" name="test_create_with_non_existent_keypair" time="0.603" timestamp="2021-10-12T08:39:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="c5fa6041-80cd-483b-aa6d-4e45f19d093c" name="test_create_with_nonexistent_security_group" time="0.442" timestamp="2021-10-12T08:39:02+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="1041b4e6-514b-4855-96a5-e974b60870a3" name="test_delete_non_existent_server" time="0.401" timestamp="2021-10-12T08:39:02+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5" name="test_delete_server_pass_id_exceeding_length_limit" time="0.321" timestamp="2021-10-12T08:39:02+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="75f79124-277c-45e6-a373-a1d6803f4cc4" name="test_delete_server_pass_negative_id" time="0.350" timestamp="2021-10-12T08:39:03+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="6f47992b-5144-4250-9f8b-f00aa33950f3" name="test_force_delete_nonexistent_server_id" time="0.324" timestamp="2021-10-12T08:39:03+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7dd919e7-413f-4198-bebb-35e2a01b13e9" name="test_get_console_output_of_non_existent_server" time="0.322" timestamp="2021-10-12T08:39:03+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="3436b02f-1b1e-4f03-881e-c6a602327439" name="test_get_non_existent_server" time="0.323" timestamp="2021-10-12T08:39:04+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7f70a4d1-608f-4794-9e56-cb182765972c" name="test_invalid_access_ip_v4_address" time="0.327" timestamp="2021-10-12T08:39:04+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0" name="test_invalid_ip_v6_address" time="0.403" timestamp="2021-10-12T08:39:04+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad" name="test_delete_server_while_in_shelved_state" time="24.852" timestamp="2021-10-12T08:39:05+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON" id="476da616-f1ef-4271-a9b1-b9fc87727cdf" name="test_max_count_less_than_min_count" time="0.424" timestamp="2021-10-12T08:39:05+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="6a8dc0c6-6cd4-4c0a-9f32-413881828091" name="test_pause_non_existent_server" time="0.305" timestamp="2021-10-12T08:39:05+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="d1417e7f-a509-41b5-a102-d5eed8613369" name="test_pause_paused_server" time="2.893" timestamp="2021-10-12T08:39:05+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON" id="a6f9c2ab-e060-4b82-b23c-4532cb9390ff" name="test_max_count_less_than_one" time="0.295" timestamp="2021-10-12T08:39:06+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON" id="9c5698d1-d7af-4c80-b971-9d403135eea2" name="test_max_count_non_integer" time="0.219" timestamp="2021-10-12T08:39:06+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON" id="daf29d8d-e928-4a01-9a8c-b129603f3fc0" name="test_min_count_less_than_one" time="0.246" timestamp="2021-10-12T08:39:06+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON" id="999aa722-d624-4423-b813-0d1ac9884d7a" name="test_min_count_non_integer" time="0.213" timestamp="2021-10-12T08:39:06+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="581a397d-5eab-486f-9cf9-1014bbd4c984" name="test_reboot_deleted_server" time="0.368" timestamp="2021-10-12T08:39:08+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="d4c023a0-9c55-4747-9dd5-413b820143c7" name="test_reboot_non_existent_server" time="0.316" timestamp="2021-10-12T08:39:08+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="98fa0458-1485-440f-873b-fe7f0d714930" name="test_rebuild_deleted_server" time="0.345" timestamp="2021-10-12T08:39:09+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="d86141a7-906e-4731-b187-d64a2ea61422" name="test_rebuild_non_existent_server" time="0.326" timestamp="2021-10-12T08:39:09+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7ea45b3e-e770-46fa-bfcc-9daaf6d987c0" name="test_resize_nonexistent_server" time="0.322" timestamp="2021-10-12T08:39:09+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="ced1a1d7-2ab6-45c9-b90f-b27d87b30efd" name="test_resize_server_with_non_existent_flavor" time="0.876" timestamp="2021-10-12T08:39:10+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="45436a7d-a388-4a35-a9d8-3adc5d0d940b" name="test_resize_server_with_null_flavor" time="0.303" timestamp="2021-10-12T08:39:11+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="9c6d38cc-fcfb-437a-85b9-7b788af8bf01" name="test_restore_nonexistent_server_id" time="0.326" timestamp="2021-10-12T08:39:11+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7fcadfab-bd6a-4753-8db7-4a51e51aade9" name="test_restore_server_invalid_state" time="0.333" timestamp="2021-10-12T08:39:11+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="221cd282-bddb-4837-a683-89c2487389b6" name="test_resume_non_existent_server" time="0.318" timestamp="2021-10-12T08:39:12+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="ccb6294d-c4c9-498f-8a43-554c098bfadb" name="test_resume_server_invalid_state" time="0.324" timestamp="2021-10-12T08:39:12+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf" name="test_server_name_blank" time="0.402" timestamp="2021-10-12T08:39:12+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="abca56e2-a892-48ea-b5e5-e07e69774816" name="test_shelve_non_existent_server" time="0.298" timestamp="2021-10-12T08:39:13+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="443e4f9b-e6bf-4389-b601-3a710f15fddd" name="test_shelve_shelved_server" time="35.192" timestamp="2021-10-12T08:39:13+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON" id="a2ab5144-78c0-4942-a0ed-cc8edccfd9ba" name="test_list_server_addresses_by_network_neg" time="0.049" timestamp="2021-10-12T08:39:21+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON" id="02c3f645-2d2e-4417-8525-68c0407d001b" name="test_list_server_addresses_invalid_server_id" time="0.012" timestamp="2021-10-12T08:39:21+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="546d368c-bb6c-4645-979a-83ed16f3a6be" name="test_delete_server_while_in_shutoff_state" time="22.023" timestamp="2021-10-12T08:39:30+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON" id="92431555-4d8b-467c-b95b-b17daa5e57ff" name="test_create_server_metadata_blank_key" time="0.109" timestamp="2021-10-12T08:39:46+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON" id="f408e78e-3066-4097-9299-3b0182da812e" name="test_list_server_metadata_non_existent_server" time="0.020" timestamp="2021-10-12T08:39:46+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON" id="fe114a8f-3a57-4eff-9ee2-4e14628df049" name="test_server_create_metadata_key_too_long" time="0.220" timestamp="2021-10-12T08:39:46+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON" id="4d9cd7a3-2010-4b41-b8fe-3bbf0b169466" name="test_server_metadata_non_existent_server" time="0.022" timestamp="2021-10-12T08:39:46+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="a31460a9-49e1-42aa-82ee-06e0bb7c2d03" name="test_stop_non_existent_server" time="0.333" timestamp="2021-10-12T08:39:48+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="d1f032d5-7b6e-48aa-b252-d5f16dd994ca" name="test_suspend_non_existent_server" time="0.295" timestamp="2021-10-12T08:39:48+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="7f323206-05a9-4bf8-996b-dd5b2036501b" name="test_suspend_server_invalid_state" time="7.566" timestamp="2021-10-12T08:39:49+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="1f82ebd3-8253-4f4e-b93f-de9b7df56d8b" name="test_delete_server_while_in_suspended_state" time="14.802" timestamp="2021-10-12T08:39:52+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="705b8e3a-e8a7-477c-a19b-6868fc24ac75" name="test_unpause_non_existent_server" time="0.301" timestamp="2021-10-12T08:39:56+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="c8e639a7-ece8-42dd-a2e0-49615917ba4f" name="test_unpause_server_invalid_state" time="0.439" timestamp="2021-10-12T08:39:57+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="23d23b37-afaf-40d7-aa5d-5726f82d8821" name="test_unshelve_non_existent_server" time="0.365" timestamp="2021-10-12T08:39:57+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="8f198ded-1cca-4228-9e65-c6b449c54880" name="test_unshelve_server_invalid_state" time="0.442" timestamp="2021-10-12T08:39:57+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="aa8eed43-e2cb-4ebf-930b-da14f6a21d81" name="test_update_name_of_non_existent_server" time="0.311" timestamp="2021-10-12T08:39:58+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="5c8e244c-dada-4590-9944-749c455b431f" name="test_update_server_name_length_exceeds_256" time="0.313" timestamp="2021-10-12T08:39:58+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON" id="38204696-17c6-44da-9590-40f87fb5a899" name="test_update_server_set_empty_name" time="0.338" timestamp="2021-10-12T08:39:58+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON" id="f8229e8b-b625-4493-800a-bde86ac611ea" name="test_delete_server_password" time="0.066" timestamp="2021-10-12T08:40:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON" id="f83b582f-62a8-4f22-85b0-0dee50ff783a" name="test_get_server_password" time="0.041" timestamp="2021-10-12T08:40:01+0000" />
    <testcase classname="tempest.api.compute.test_quotas.QuotasTestJSON" id="cd65d997-f7e4-4966-a7e9-d5001b674fdc" name="test_compare_tenant_quotas_with_default_quotas" time="0.472" timestamp="2021-10-12T08:40:06+0000" />
    <testcase classname="tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON" id="ab0c38b4-cdd8-49d3-9b92-0cb898723c01" name="test_delete_server_while_in_verify_resize_state" time="308.296" timestamp="2021-10-12T08:40:07+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_delete_server.py", line 103, in test_delete_server_while_in_verify_resize_state
    waiters.wait_for_server_status(self.client, server['id'],
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Server 38c70fab-78f3-4af6-8492-f7b498112a7c failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.test_quotas.QuotasTestJSON" id="9bfecac7-b966-4f47-913f-1a9e2c12134a" name="test_get_default_quotas" time="0.082" timestamp="2021-10-12T08:40:07+0000" />
    <testcase classname="tempest.api.compute.test_quotas.QuotasTestJSON" id="f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107" name="test_get_quotas" time="0.305" timestamp="2021-10-12T08:40:07+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="5125ae14-152b-40a7-b3c5-eae15e9022ef" name="test_create_volume_with_invalid_size" time="0.150" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="8cce995e-0a83-479a-b94d-e1e40b8a09d1" name="test_create_volume_with_size_zero" time="0.015" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="131cb3a1-75cc-4d40-b4c3-1317f64719b0" name="test_create_volume_without_passing_size" time="0.014" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="62972737-124b-4513-b6cf-2f019f178494" name="test_delete_invalid_volume_id" time="0.042" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="0d1417c5-4ae8-4c2c-adc5-5f0b864253e5" name="test_delete_volume_without_passing_volume_id" time="0.012" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="62bab09a-4c03-4617-8cca-8572bc94af9b" name="test_get_volume_without_passing_volume_id" time="0.013" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="54a34226-d910-4b00-9ef8-8683e6c55846" name="test_volume_delete_nonexistent_volume_id" time="0.036" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest" id="c03ea686-905b-41a2-8748-9635154b7c57" name="test_volume_get_nonexistent_volume_id" time="0.041" timestamp="2021-10-12T08:40:08+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest" id="3b3dd48f-3388-406a-a9e6-4d078a552d0e" name="test_create_application_credential_with_roles" time="0.605" timestamp="2021-10-12T08:40:10+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId" id="d6110661-6a71-49a7-a453-b5e26640ff6d" name="test_default_project_id" time="1.251" timestamp="2021-10-12T08:40:13+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="036df86e-bb5d-42c0-a7c2-66b9db3a6046" name="test_create_domain_with_disabled_status" time="0.261" timestamp="2021-10-12T08:40:17+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="2abf8764-309a-4fa9-bc58-201b799817ad" name="test_create_domain_without_description" time="0.397" timestamp="2021-10-12T08:40:17+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="f2f5b44a-82e8-4dad-8084-0661ea3b18cf" name="test_create_update_delete_domain" time="0.538" timestamp="2021-10-12T08:40:18+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea" name="test_domain_delete_cascades_content" time="0.759" timestamp="2021-10-12T08:40:18+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="8cf516ef-2114-48f1-907b-d32726c734d4" name="test_list_domains" time="0.032" timestamp="2021-10-12T08:40:19+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="3fd19840-65c1-43f8-b48c-51bdd066dff9" name="test_list_domains_filter_by_enabled" time="0.038" timestamp="2021-10-12T08:40:19+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains.DomainsTestJSON" id="c6aee07b-4981-440c-bb0b-eb598f58ffe9" name="test_list_domains_filter_by_name" time="0.032" timestamp="2021-10-12T08:40:19+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON" id="b4baa3ae-ac00-4b4e-9e27-80deaad7771f" name="test_get_user" time="0.081" timestamp="2021-10-12T08:40:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON" id="08f9aabb-dcfe-41d0-8172-82b5fa0bd73d" name="test_list_user_domains" time="0.072" timestamp="2021-10-12T08:40:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON" id="b30d4651-a2ea-4666-8551-0c0e49692635" name="test_list_users" time="0.049" timestamp="2021-10-12T08:40:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON" id="c285bb37-7325-4c02-bff3-3da5d946d683" name="test_list_users_with_name" time="0.053" timestamp="2021-10-12T08:40:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON" id="bff8bf2f-9408-4ef5-b63a-753c8c2124eb" name="test_list_users_with_not_enabled" time="0.097" timestamp="2021-10-12T08:40:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test" id="c8307ea6-a86c-47fd-ae7b-5b3b2caca76d" name="test_create_and_show_consumer" time="0.182" timestamp="2021-10-12T08:40:26+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test" id="fdfa1b7f-2a31-4354-b2c7-f6ae20554f93" name="test_delete_consumer" time="0.232" timestamp="2021-10-12T08:40:26+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test" id="09ca50de-78f2-4ffb-ac71-f2254036b2b8" name="test_list_consumers" time="0.188" timestamp="2021-10-12T08:40:26+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test" id="080a9b1a-c009-47c0-9979-5305bf72e3dc" name="test_update_consumer" time="0.140" timestamp="2021-10-12T08:40:26+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON" id="6dfc0a55-3a77-4564-a144-1587b7971dde" name="test_rescue_non_existent_server" time="0.018" timestamp="2021-10-12T08:40:29+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON" id="cc3a883f-43c0-4fb6-a9bb-5579d64984ed" name="test_rescue_paused_instance" time="2.774" timestamp="2021-10-12T08:40:29+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON" id="e544703a-2f03-4cf2-9b0f-350782fdb0d3" name="test_create_update_delete_policy" time="0.234" timestamp="2021-10-12T08:40:29+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON" id="1a0ad286-2d06-4123-ab0d-728893a76201" name="test_list_policies" time="0.307" timestamp="2021-10-12T08:40:29+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON" id="d0ccac79-0091-4cf4-a1ce-26162d0cc55f" name="test_rescued_vm_attach_volume" time="13.473" timestamp="2021-10-12T08:40:32+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON" id="8d68c012-89e0-4394-8d6b-ccd7196def97" name="test_project_delete_by_unauthorized_user" time="0.306" timestamp="2021-10-12T08:40:32+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON" id="ec5ecb05-af64-4c04-ac86-4d9f6f12f185" name="test_get_available_domain_scopes" time="4.022" timestamp="2021-10-12T08:40:35+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON" id="08ed85ce-2ba8-4864-b442-bcc61f16ae89" name="test_get_available_project_scopes" time="0.264" timestamp="2021-10-12T08:40:39+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON" id="565fa210-1da1-4563-999b-f7b5b67cf112" name="test_rescope_token" time="1.197" timestamp="2021-10-12T08:40:39+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON" id="4773ebd5-ecbf-4255-b8d8-b63e6f72b65d" name="test_get_trusts_all" time="1.396" timestamp="2021-10-12T08:40:43+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON" id="f56e465b-fe10-48bf-b75d-646cda3a8bc9" name="test_rescued_vm_detach_volume" time="16.353" timestamp="2021-10-12T08:40:45+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON" id="6268b345-87ca-47c0-9ce3-37792b43403a" name="test_get_trusts_query" time="1.457" timestamp="2021-10-12T08:40:45+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON" id="0ed14b66-cefd-4b5c-a964-65759453e292" name="test_trust_expire" time="1.803" timestamp="2021-10-12T08:40:46+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON" id="3e48f95d-e660-4fa9-85e0-5a3d85594384" name="test_trust_expire_invalid" time="1.206" timestamp="2021-10-12T08:40:48+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON" id="5a0a91a4-baef-4a14-baba-59bf4d7fcace" name="test_trust_impersonate" time="1.571" timestamp="2021-10-12T08:40:49+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON" id="ed2a8779-a7ac-49dc-afd7-30f32f936ed2" name="test_trust_noimpersonate" time="1.578" timestamp="2021-10-12T08:40:51+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users.UsersV3TestJSON" id="c10dcd90-461d-4b16-8e23-4eb836c00644" name="test_get_user" time="0.517" timestamp="2021-10-12T08:40:55+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users.UsersV3TestJSON" id="a831e70c-e35b-430b-92ed-81ebbc5437b8" name="test_list_user_projects" time="1.622" timestamp="2021-10-12T08:40:55+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users.UsersV3TestJSON" id="568cd46c-ee6c-4ab4-a33a-d3791931979e" name="test_password_history_not_enforced_in_admin_reset" time="0.442" timestamp="2021-10-12T08:40:57+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users.UsersV3TestJSON" id="2d223a0e-e457-4a70-9fb1-febe027a0ff9" name="test_update_user_password" time="1.302" timestamp="2021-10-12T08:40:57+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users.UsersV3TestJSON" id="b537d090-afb9-4519-b95d-270b0708e87e" name="test_user_update" time="0.550" timestamp="2021-10-12T08:40:59+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON" id="db22b618-f157-4566-a317-1b6d467a8094" name="test_rescued_vm_reboot" time="0.043" timestamp="2021-10-12T08:41:01+0000" />
    <testcase classname="tempest.api.identity.v3.test_api_discovery.TestApiDiscovery" id="657c1970-4722-4189-8831-7325f3bc4265" name="test_api_media_types" time="0.063" timestamp="2021-10-12T08:41:01+0000" />
    <testcase classname="tempest.api.identity.v3.test_api_discovery.TestApiDiscovery" id="b9232f5e-d9e5-4d97-b96c-28d3db4de1bd" name="test_api_version_resources" time="0.059" timestamp="2021-10-12T08:41:01+0000" />
    <testcase classname="tempest.api.identity.v3.test_api_discovery.TestApiDiscovery" id="8879a470-abfb-47bb-bb8d-5a7fd279ad1e" name="test_api_version_statuses" time="0.020" timestamp="2021-10-12T08:41:01+0000" />
    <testcase classname="tempest.api.identity.v3.test_api_discovery.TestApiDiscovery" id="79aec9ae-710f-4c54-a4fc-3aa25b4feac3" name="test_identity_v3_existence" time="0.008" timestamp="2021-10-12T08:41:01+0000" />
    <testcase classname="tempest.api.identity.v3.test_api_discovery.TestApiDiscovery" id="721f480f-35b6-46c7-846e-047e6acea0dc" name="test_list_api_versions" time="0.007" timestamp="2021-10-12T08:41:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON" id="70cdb8a1-89f8-437d-9448-8844fd82bf46" name="test_rescued_vm_rebuild" time="0.039" timestamp="2021-10-12T08:41:02+0000" />
    <testcase classname="tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest" id="b0f55a29-54e5-4166-999d-712347e0c920" name="test_create_ec2_credential" time="0.111" timestamp="2021-10-12T08:41:02+0000" />
    <testcase classname="tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest" id="9408d61b-8be0-4a8d-9b85-14f61edb456b" name="test_delete_ec2_credential" time="0.140" timestamp="2021-10-12T08:41:02+0000" />
    <testcase classname="tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest" id="897813f0-160c-4fdc-aabc-24ee635ce4a9" name="test_list_ec2_credentials" time="0.173" timestamp="2021-10-12T08:41:02+0000" />
    <testcase classname="tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest" id="8b8d1010-5958-48df-a6cd-5e3df72e6bcf" name="test_show_ec2_credential" time="0.093" timestamp="2021-10-12T08:41:03+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest" id="a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876" name="test_create_list_delete_namespace_tags" time="0.400" timestamp="2021-10-12T08:41:04+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest" id="a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875" name="test_create_update_delete_tag" time="0.334" timestamp="2021-10-12T08:41:05+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest" id="6f358a4e-5ef0-11e6-a795-080027d0d606" name="test_basic_meta_def_resource_type_association" time="0.437" timestamp="2021-10-12T08:41:07+0000" />
    <testcase classname="tempest.api.image.v2.test_images.BasicOperationsImagesTest" id="951ebe01-969f-4ea9-9898-8a3f1f442ab0" name="test_deactivate_reactivate_image" time="2.346" timestamp="2021-10-12T08:41:10+0000" />
    <testcase classname="tempest.api.image.v2.test_images.BasicOperationsImagesTest" id="f848bb94-1c6e-45a4-8726-39e3a5b23535" name="test_delete_image" time="0.629" timestamp="2021-10-12T08:41:12+0000" />
    <testcase classname="tempest.api.image.v2.test_images.BasicOperationsImagesTest" id="139b765e-7f3d-4b3d-8b37-3ca3876ee318" name="test_register_upload_get_image_file" time="2.275" timestamp="2021-10-12T08:41:13+0000" />
    <testcase classname="tempest.api.compute.test_versions.TestVersions" id="b953a29e-929c-4a8e-81be-ec3a7e03cb76" name="test_get_version_details" time="0.039" timestamp="2021-10-12T08:41:14+0000" />
    <testcase classname="tempest.api.compute.test_versions.TestVersions" id="6c0a0990-43b6-4529-9b61-5fd8daf7c55c" name="test_list_api_versions" time="0.013" timestamp="2021-10-12T08:41:14+0000" />
    <testcase classname="tempest.api.image.v2.test_images.BasicOperationsImagesTest" id="f66891a7-a35c-41a8-b590-a065c2a1caa6" name="test_update_image" time="0.646" timestamp="2021-10-12T08:41:15+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest" id="b79efb37-820d-4cf0-b54c-308b00cf842c" name="test_image_share_invalid_status" time="1.021" timestamp="2021-10-12T08:41:18+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest" id="27002f74-109e-4a37-acd0-f91cd4597967" name="test_image_share_owner_cannot_accept" time="0.755" timestamp="2021-10-12T08:41:19+0000" />
    <testcase classname="tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON" id="7fa563fe-f0f7-43eb-9e22-a1ece036b513" name="test_list_get_volume_attachments" time="28.731" timestamp="2021-10-12T08:41:20+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="e9e44891-3cb8-3b40-a532-e0a39fea3dab" name="test_get_metadata_namespace_schema" time="0.099" timestamp="2021-10-12T08:41:21+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="ffe44891-678b-3ba0-a3e2-e0a3967b3aeb" name="test_get_metadata_namespaces_schema" time="0.010" timestamp="2021-10-12T08:41:21+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b" name="test_get_metadata_object_schema" time="0.009" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c" name="test_get_metadata_objects_schema" time="0.009" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e" name="test_get_metadata_properties_schema" time="0.008" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d" name="test_get_metadata_property_schema" time="0.009" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="fde34891-678b-3b40-ae32-e0a3e67b6beb" name="test_get_metadata_resource_type_schema" time="0.008" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a" name="test_get_metadata_resources_types_schema" time="0.008" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e" name="test_get_metadata_tag_schema" time="0.010" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest" id="cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a" name="test_get_metadata_tags_schema" time="0.009" timestamp="2021-10-12T08:41:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest" id="39c023a2-325a-433a-9eea-649bf1414b19" name="test_delete_non_existing_tag" time="0.720" timestamp="2021-10-12T08:41:23+0000" />
    <testcase classname="tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest" id="8cd30f82-6f9a-4c6e-8034-c1b51fba43d9" name="test_update_tags_for_non_existing_image" time="0.025" timestamp="2021-10-12T08:41:23+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="cbe42f84-04c2-11e7-8adb-fa163e4fa634" name="test_create_router_set_gateway_with_fixed_ip" time="3.984" timestamp="2021-10-12T08:41:25+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="e54dd3a3-4352-4921-b09d-44369ae17397" name="test_create_router_setting_project_id" time="0.912" timestamp="2021-10-12T08:41:29+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="847257cc-6afd-4154-b8fb-af49f5670ce8" name="test_create_router_with_default_snat_value" time="2.745" timestamp="2021-10-12T08:41:30+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="ea74068d-09e9-4fd7-8995-9b6a1ace920f" name="test_create_router_with_snat_explicit" time="4.619" timestamp="2021-10-12T08:41:33+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="f2faf994-97f4-410b-a831-9bc977b64374" name="test_update_router_reset_gateway_without_snat" time="2.433" timestamp="2021-10-12T08:41:37+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="6cc285d8-46bf-4f36-9b1a-783e3008ba79" name="test_update_router_set_gateway" time="2.432" timestamp="2021-10-12T08:41:40+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="b386c111-3b21-466d-880c-5e72b01e1a33" name="test_update_router_set_gateway_with_snat_explicit" time="2.406" timestamp="2021-10-12T08:41:42+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="96536bc7-8262-4fb2-9967-5c46940fa279" name="test_update_router_set_gateway_without_snat" time="3.059" timestamp="2021-10-12T08:41:45+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersAdminTest" id="ad81b7ee-4f81-407b-a19c-17e623f763e8" name="test_update_router_unset_gateway" time="2.834" timestamp="2021-10-12T08:41:48+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="cbe42f84-04c2-11e7-8adb-fa163e4fa634" name="test_create_router_set_gateway_with_fixed_ip" time="3.497" timestamp="2021-10-12T08:41:53+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON" id="f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f" name="test_volume_create_get_delete" time="1.595" timestamp="2021-10-12T08:41:55+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="e54dd3a3-4352-4921-b09d-44369ae17397" name="test_create_router_setting_project_id" time="0.596" timestamp="2021-10-12T08:41:57+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="847257cc-6afd-4154-b8fb-af49f5670ce8" name="test_create_router_with_default_snat_value" time="2.531" timestamp="2021-10-12T08:41:57+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="ea74068d-09e9-4fd7-8995-9b6a1ace920f" name="test_create_router_with_snat_explicit" time="4.213" timestamp="2021-10-12T08:42:00+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON" id="bc2dd1a0-15af-48e5-9990-f2e75a48325d" name="test_volume_list" time="0.091" timestamp="2021-10-12T08:42:03+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON" id="1048ed81-2baf-487a-b284-c0622b86e7b8" name="test_volume_list_param_limit" time="0.095" timestamp="2021-10-12T08:42:03+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON" id="51c22651-a074-4ea7-af0b-094f9331303e" name="test_volume_list_param_offset_and_limit" time="0.170" timestamp="2021-10-12T08:42:03+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON" id="33985568-4965-49d5-9bcc-0aa007ca5b7a" name="test_volume_list_with_detail_param_limit" time="0.099" timestamp="2021-10-12T08:42:03+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON" id="06b6abc4-3f10-48e9-a7a1-3facc98f03e5" name="test_volume_list_with_detail_param_offset_and_limit" time="0.168" timestamp="2021-10-12T08:42:03+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON" id="bad0567a-5a4f-420b-851e-780b55bb867c" name="test_volume_list_with_details" time="0.089" timestamp="2021-10-12T08:42:04+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="f2faf994-97f4-410b-a831-9bc977b64374" name="test_update_router_reset_gateway_without_snat" time="2.610" timestamp="2021-10-12T08:42:04+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="6cc285d8-46bf-4f36-9b1a-783e3008ba79" name="test_update_router_set_gateway" time="2.307" timestamp="2021-10-12T08:42:07+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON" id="0e2446d2-c1fd-461b-a729-b9e73e3e3b37" name="test_create_list_show_delete_endpoint" time="0.349" timestamp="2021-10-12T08:42:09+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="b386c111-3b21-466d-880c-5e72b01e1a33" name="test_update_router_set_gateway_with_snat_explicit" time="2.187" timestamp="2021-10-12T08:42:09+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON" id="c19ecf90-240e-4e23-9966-21cee3f6a618" name="test_list_endpoints" time="0.172" timestamp="2021-10-12T08:42:10+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON" id="37e8f15e-ee7c-4657-a1e7-f6b61e375eff" name="test_update_endpoint" time="0.407" timestamp="2021-10-12T08:42:10+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="96536bc7-8262-4fb2-9967-5c46940fa279" name="test_update_router_set_gateway_without_snat" time="2.470" timestamp="2021-10-12T08:42:11+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON" id="ac6c137e-4d3d-448f-8c83-4f13d0942651" name="test_create_with_enabled_False" time="0.037" timestamp="2021-10-12T08:42:13+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON" id="9c43181e-0627-484a-8c79-923e8a59598b" name="test_create_with_enabled_True" time="0.073" timestamp="2021-10-12T08:42:13+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON" id="65e41f32-5eb7-498f-a92a-a6ccacf7439a" name="test_update_with_enabled_False" time="0.266" timestamp="2021-10-12T08:42:13+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON" id="faba3587-f066-4757-a48e-b4a3f01803bb" name="test_update_with_enabled_True" time="0.189" timestamp="2021-10-12T08:42:13+0000" />
    <testcase classname="tempest.api.network.admin.test_routers.RoutersIpV6AdminTest" id="ad81b7ee-4f81-407b-a19c-17e623f763e8" name="test_update_router_unset_gateway" time="2.846" timestamp="2021-10-12T08:42:14+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON" id="1d830662-22ad-427c-8c3e-4ec854b0af44" name="test_list_projects" time="0.210" timestamp="2021-10-12T08:42:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON" id="fab13f3c-f6a6-4b9f-829b-d32fd44fdf10" name="test_list_projects_with_domains" time="0.211" timestamp="2021-10-12T08:42:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON" id="fa178524-4e6d-4925-907c-7ab9f42c7e26" name="test_list_projects_with_name" time="0.073" timestamp="2021-10-12T08:42:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest" id="7c123aac-999d-416a-a0fb-84b915ab10de" name="test_list_update_delete_project_tags" time="0.843" timestamp="2021-10-12T08:42:18+0000" />
    <testcase classname="tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test" id="7101cc02-058a-11e7-93e1-fa163e4fa634" name="test_router_set_gateway_used_ip_returns_409" time="1.875" timestamp="2021-10-12T08:42:19+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="59398d4a-5dc5-4f86-9a4c-c26cc804d6c6" name="test_associate_user_to_project" time="0.563" timestamp="2021-10-12T08:42:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5" name="test_create_is_domain_project" time="0.447" timestamp="2021-10-12T08:42:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="1f66dc76-50cc-4741-a200-af984509e480" name="test_project_create_enabled" time="0.249" timestamp="2021-10-12T08:42:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207" name="test_project_create_not_enabled" time="0.237" timestamp="2021-10-12T08:42:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="0ecf465c-0dc4-4532-ab53-91ffeb74d12d" name="test_project_create_with_description" time="0.362" timestamp="2021-10-12T08:42:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="5f50fe07-8166-430b-a882-3b2ee0abe26f" name="test_project_create_with_domain" time="0.623" timestamp="2021-10-12T08:42:23+0000" />
    <testcase classname="tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest" id="e335be47-b9a1-46fd-be30-0874c0b751e6" name="test_list_agents_non_admin" time="0.187" timestamp="2021-10-12T08:42:23+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="1854f9c0-70bc-4d11-a08a-1c789d339e3d" name="test_project_create_with_parent" time="0.835" timestamp="2021-10-12T08:42:24+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="d1db68b6-aebe-4fa0-b79d-d724d2e21162" name="test_project_get_equals_list" time="0.313" timestamp="2021-10-12T08:42:25+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="f138b715-255e-4a7d-871d-351e1ef2e153" name="test_project_update_desc" time="0.340" timestamp="2021-10-12T08:42:25+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="b6b25683-c97f-474d-a595-55d410b68100" name="test_project_update_enable" time="0.306" timestamp="2021-10-12T08:42:25+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON" id="f608f368-048c-496b-ad63-d286c26dab6b" name="test_project_update_name" time="0.315" timestamp="2021-10-12T08:42:26+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON" id="86c3529b-1231-40de-803c-00e40882f043" name="test_create_list_port_with_address_pair" time="0.816" timestamp="2021-10-12T08:42:26+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON" id="9599b337-272c-47fd-b3cf-509414414ac4" name="test_update_port_with_address_pair" time="1.138" timestamp="2021-10-12T08:42:27+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON" id="4d6d178f-34f6-4bff-a01c-0a2f8fe909e4" name="test_update_port_with_cidr_address_pair" time="2.024" timestamp="2021-10-12T08:42:28+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_services.ServicesTestJSON" id="d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269" name="test_create_service_without_description" time="0.139" timestamp="2021-10-12T08:42:29+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_services.ServicesTestJSON" id="5193aad5-bcb7-411d-85b0-b3b61b96ef06" name="test_create_update_get_service" time="0.306" timestamp="2021-10-12T08:42:29+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_services.ServicesTestJSON" id="e55908e8-360e-439e-8719-c3230a3e179e" name="test_list_services" time="0.423" timestamp="2021-10-12T08:42:29+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON" id="b3f20091-6cd5-472b-8487-3516137df933" name="test_update_port_with_multiple_ip_mac_address_pair" time="2.326" timestamp="2021-10-12T08:42:30+0000" />
    <testcase classname="tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test" id="8080c75c-eddc-4786-941a-c2da7039ae61" name="test_create_application_credential" time="0.398" timestamp="2021-10-12T08:42:32+0000" />
    <testcase classname="tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test" id="852daf0c-42b5-4239-8466-d193d0543ed3" name="test_create_application_credential_expires" time="0.169" timestamp="2021-10-12T08:42:32+0000" />
    <testcase classname="tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test" id="ff0cd457-6224-46e7-b79e-0ada4964a8a6" name="test_list_application_credentials" time="0.384" timestamp="2021-10-12T08:42:32+0000" />
    <testcase classname="tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test" id="9bb5e5cc-5250-493a-8869-8b665f6aa5f6" name="test_query_application_credentials" time="0.313" timestamp="2021-10-12T08:42:33+0000" />
    <testcase classname="tempest.api.identity.v3.test_domains.DefaultDomainTestJSON" id="17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5" name="test_default_domain_exists" time="0.065" timestamp="2021-10-12T08:42:34+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="a4d9ec4c-0306-4111-a75c-db01a709030b" name="test_create_delete_subnet_all_attributes" time="0.916" timestamp="2021-10-12T08:42:35+0000" />
    <testcase classname="tempest.api.identity.v3.test_tokens.TokensV3Test" id="6f8e4436-fc96-4282-8122-e41df57197a9" name="test_create_token" time="0.028" timestamp="2021-10-12T08:42:36+0000" />
    <testcase classname="tempest.api.identity.v3.test_tokens.TokensV3Test" id="0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212" name="test_token_auth_creation_existence_deletion" time="0.203" timestamp="2021-10-12T08:42:36+0000" />
    <testcase classname="tempest.api.identity.v3.test_tokens.TokensV3Test" id="a9512ac3-3909-48a4-b395-11f438e16260" name="test_validate_token" time="0.162" timestamp="2021-10-12T08:42:36+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="bec949c4-3147-4ba6-af5f-cd2306118404" name="test_create_delete_subnet_with_allocation_pools" time="0.977" timestamp="2021-10-12T08:42:36+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="94ce038d-ff0a-4a4c-a56b-09da3ca0b55d" name="test_create_delete_subnet_with_dhcp_enabled" time="2.121" timestamp="2021-10-12T08:42:37+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest" id="646a6eaa-135f-4493-a0af-12583021224e" name="test_create_image_owner_param" time="0.814" timestamp="2021-10-12T08:42:38+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest" id="525ba546-10ef-4aad-bba1-1858095ce553" name="test_update_image_owner_param" time="0.649" timestamp="2021-10-12T08:42:39+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="9393b468-186d-496d-aa36-732348cd76e7" name="test_create_delete_subnet_with_gw" time="0.873" timestamp="2021-10-12T08:42:39+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="8217a149-0c6c-4cfb-93db-0486f707d13f" name="test_create_delete_subnet_with_gw_and_allocation_pools" time="0.893" timestamp="2021-10-12T08:42:40+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="d830de0a-be47-468f-8f02-1fd996118289" name="test_create_delete_subnet_with_host_routes_and_dns_nameservers" time="1.000" timestamp="2021-10-12T08:42:41+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member.ImagesMemberTest" id="a6ee18b9-4378-465e-9ad9-9a6de58a3287" name="test_get_image_member" time="0.984" timestamp="2021-10-12T08:42:42+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="d2d596e2-8e76-47a9-ac51-d4648009f4d3" name="test_create_delete_subnet_without_gateway" time="0.900" timestamp="2021-10-12T08:42:42+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member.ImagesMemberTest" id="634dcc3f-f6e2-4409-b8fd-354a0bb25d83" name="test_get_image_member_schema" time="0.012" timestamp="2021-10-12T08:42:43+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member.ImagesMemberTest" id="6ae916ef-1052-4e11-8d36-b3ae14853cbb" name="test_get_image_members_schema" time="0.011" timestamp="2021-10-12T08:42:43+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member.ImagesMemberTest" id="5934c6ea-27dc-4d6e-9421-eeb5e045494a" name="test_image_share_accept" time="0.782" timestamp="2021-10-12T08:42:43+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="0e269138-0da6-4efc-a46d-578161e7b221" name="test_create_update_delete_network_subnet" time="2.283" timestamp="2021-10-12T08:42:43+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member.ImagesMemberTest" id="d9e83e5f-3524-4b38-a900-22abcb26e90e" name="test_image_share_reject" time="0.786" timestamp="2021-10-12T08:42:44+0000" />
    <testcase classname="tempest.api.image.v2.test_images_member.ImagesMemberTest" id="72989bc7-2268-48ed-af22-8821e835c914" name="test_remove_image_member" time="0.757" timestamp="2021-10-12T08:42:44+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="c72c1c0c-2193-4aca-ccc4-b1442640bbbb" name="test_create_update_network_description" time="0.710" timestamp="2021-10-12T08:42:45+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="f04f61a9-b7f3-4194-90b2-9bcf660d1bfe" name="test_delete_network_with_subnet" time="0.982" timestamp="2021-10-12T08:42:46+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="af774677-42a9-4e4b-bb58-16fe6a5bc1ec" name="test_external_network_visibility" time="0.216" timestamp="2021-10-12T08:42:47+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="f7ffdeda-e200-4a7a-bcbe-05716e86bf43" name="test_list_networks" time="0.152" timestamp="2021-10-12T08:42:47+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="6ae6d24f-9194-4869-9c85-c313cb20e080" name="test_list_networks_fields" time="0.131" timestamp="2021-10-12T08:42:47+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="db68ba48-f4ea-49e9-81d1-e367f6d0b20a" name="test_list_subnets" time="0.097" timestamp="2021-10-12T08:42:47+0000" />
    <testcase classname="tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON" id="d402ae6c-0be0-4d8e-833b-a738895d98d0" name="test_create_port_with_precreated_floatingip_as_fixed_ip" time="2.166" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="842589e3-9663-46b0-85e4-7f01273b0412" name="test_list_subnets_fields" time="0.050" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="2bf13842-c93f-4a69-83ed-717d2ec3b44e" name="test_show_network" time="0.093" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="867819bb-c4b6-45f7-acf9-90edcf70aa5e" name="test_show_network_fields" time="0.095" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc" name="test_show_subnet" time="0.326" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="270fff0b-8bfc-411f-a184-1e8fd35286f0" name="test_show_subnet_fields" time="0.048" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksTest" id="3d3852eb-3009-49ec-97ac-5ce83b73010a" name="test_update_subnet_gw_dns_host_routes_dhcp" time="1.982" timestamp="2021-10-12T08:42:48+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="2323061e-9fbf-4eb0-b547-7e8fafc90849" name="test_create_additional_default_security_group_fails" time="0.126" timestamp="2021-10-12T08:42:52+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="8fde898f-ce88-493b-adc9-4e4692879fc5" name="test_create_duplicate_security_group_rule_fails" time="0.487" timestamp="2021-10-12T08:42:53+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="5666968c-fff3-40d6-9efc-df1c8bd01abb" name="test_create_security_group_rule_with_bad_ethertype" time="0.278" timestamp="2021-10-12T08:42:53+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="981bdc22-ce48-41ed-900a-73148b583958" name="test_create_security_group_rule_with_bad_protocol" time="0.231" timestamp="2021-10-12T08:42:53+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="5f8daf69-3c5f-4aaa-88c9-db1d66f68679" name="test_create_security_group_rule_with_bad_remote_ip_prefix" time="0.278" timestamp="2021-10-12T08:42:54+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d" name="test_create_security_group_rule_with_invalid_ports" time="0.390" timestamp="2021-10-12T08:42:54+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="4bf786fd-2f02-443c-9716-5b98e159a49a" name="test_create_security_group_rule_with_non_existent_remote_groupid" time="0.335" timestamp="2021-10-12T08:42:54+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="be308db6-a7cf-4d5c-9baf-71bafd73f35e" name="test_create_security_group_rule_with_non_existent_security_group" time="0.039" timestamp="2021-10-12T08:42:55+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="b5c4b247-6b02-435b-b088-d10d45650881" name="test_create_security_group_rule_with_remote_ip_and_group" time="0.629" timestamp="2021-10-12T08:42:55+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="966e2b96-023a-11e7-a9e4-fa163e4fa634" name="test_create_security_group_update_name_default" time="0.275" timestamp="2021-10-12T08:42:55+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="1f1bb89d-5664-4956-9fcd-83ee0fa603df" name="test_delete_non_existent_security_group" time="0.014" timestamp="2021-10-12T08:42:56+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="424fd5c3-9ddc-486a-b45f-39bf0c820fc6" name="test_show_non_existent_security_group" time="0.015" timestamp="2021-10-12T08:42:56+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupTest" id="4c094c09-000b-4e41-8100-9617600c02a6" name="test_show_non_existent_security_group_rule" time="0.014" timestamp="2021-10-12T08:42:56+0000" />
    <testcase classname="tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON" id="32727cc3-abe2-4485-a16e-48f2d54c14f2" name="test_create_list_show_floating_ip_with_tenant_id_by_admin" time="2.102" timestamp="2021-10-12T08:42:57+0000" />
    <testcase classname="tempest.api.network.test_versions.NetworksApiDiscovery" id="cac8a836-c2e0-4304-b556-cd299c7281d1" name="test_api_version_resources" time="0.009" timestamp="2021-10-12T08:42:57+0000" />
    <testcase classname="tempest.api.network.test_versions.NetworksApiDiscovery" id="e64b7216-3178-4263-967c-d389290988bf" name="test_show_api_v2_details" time="0.135" timestamp="2021-10-12T08:42:57+0000" />
    <testcase classname="tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON" id="64f2100b-5471-4ded-b46c-ddeeeb4f231b" name="test_list_floating_ips_from_admin_and_nonadmin" time="3.338" timestamp="2021-10-12T08:42:59+0000" />
    <testcase classname="tempest.api.object_storage.test_account_quotas.AccountQuotasTest" id="63f51f9f-5f1d-4fc6-b5be-d454d70949d6" name="test_admin_modify_quota" time="0.086" timestamp="2021-10-12T08:42:59+0000" />
    <testcase classname="tempest.api.object_storage.test_account_quotas.AccountQuotasTest" id="a22ef352-a342-4587-8f47-3bbdb5b039c4" name="test_upload_valid_object" time="0.027" timestamp="2021-10-12T08:42:59+0000" />
    <testcase classname="tempest.api.object_storage.test_container_quotas.ContainerQuotasTest" id="22eeeb2b-3668-4160-baef-44790f65a5a0" name="test_upload_large_object" time="0.234" timestamp="2021-10-12T08:43:01+0000" />
    <testcase classname="tempest.api.object_storage.test_container_quotas.ContainerQuotasTest" id="3a387039-697a-44fc-a9c0-935de31f426b" name="test_upload_too_many_objects" time="0.071" timestamp="2021-10-12T08:43:01+0000" />
    <testcase classname="tempest.api.object_storage.test_container_quotas.ContainerQuotasTest" id="9a0fb034-86af-4df0-86fa-f8bd7db21ae0" name="test_upload_valid_object" time="0.047" timestamp="2021-10-12T08:43:01+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="ac666539-d566-4f02-8ceb-58e968dfb732" name="test_create_container_metadata_exceeds_overall_metadata_count" time="0.142" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="41e645bf-2e68-4f84-bf7b-c71aa5cd76ce" name="test_create_container_metadata_name_exceeds_max_length" time="0.008" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="81e36922-326b-4b7c-8155-3bbceecd7a82" name="test_create_container_metadata_value_exceeds_max_length" time="0.006" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="30686921-4bed-4764-a038-40d741ed4e78" name="test_create_container_name_exceeds_max_length" time="0.004" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="42da116e-1e8c-4c96-9e06-2f13884ed2b1" name="test_delete_non_empty_container" time="0.087" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="65387dbf-a0e2-4aac-9ddc-16eb3f1f69ba" name="test_delete_with_nonexistent_container_name" time="0.008" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="1a95ab2e-b712-4a98-8a4d-8ce21b7557d6" name="test_get_metadata_headers_with_invalid_container_name" time="0.004" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="86b2ab08-92d5-493d-acd2-85f0c848819e" name="test_list_all_container_objects_on_deleted_container" time="0.051" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="14331d21-1e81-420a-beea-19cb5e5207f5" name="test_list_all_container_objects_with_nonexistent_container" time="0.005" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest" id="125a24fa-90a7-4cfc-b604-44e49d788390" name="test_update_metadata_with_nonexistent_container_name" time="0.005" timestamp="2021-10-12T08:43:03+0000" />
    <testcase classname="tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest" id="d3fb3c4d-e627-48ce-9379-a1631f21336d" name="test_post_object_using_form_expired" time="2.017" timestamp="2021-10-12T08:43:04+0000" />
    <testcase classname="tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest" id="b277257f-113c-4499-b8d1-5fead79f7360" name="test_post_object_using_form_invalid_signature" time="0.010" timestamp="2021-10-12T08:43:06+0000" />
    <testcase classname="tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest" id="5a583aca-c804-41ba-9d9a-e7be132bdf0b" name="test_get_object_after_expiration_time" time="2.021" timestamp="2021-10-12T08:43:08+0000" />
    <testcase classname="tempest.api.network.admin.test_quotas.QuotasTest" id="2390f766-836d-40ef-9aeb-e810d78207fb" name="test_quotas" time="0.602" timestamp="2021-10-12T08:43:09+0000" />
    <testcase classname="tempest.api.network.admin.test_quotas.QuotasTest" id="7b05ec5f-bf44-43cb-b28f-ddd72a824288" name="test_show_quota_details" time="0.163" timestamp="2021-10-12T08:43:09+0000" />
    <testcase classname="tempest.api.object_storage.test_object_version.ContainerTest" id="a151e158-dcbf-4a1f-a1e7-46cd65895a6f" name="test_versioned_container" time="0.405" timestamp="2021-10-12T08:43:11+0000" />
    <testcase classname="tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest" id="7101cc02-058a-11e7-93e1-fa163e4fa634" name="test_router_set_gateway_used_ip_returns_409" time="1.746" timestamp="2021-10-12T08:43:12+0000" />
    <testcase classname="tempest.api.volume.admin.test_group_types.GroupTypesTest" id="dd71e5f9-393e-4d4f-90e9-fa1b8d278864" name="test_group_type_create_list_update_show" time="0.298" timestamp="2021-10-12T08:43:13+0000" />
    <testcase classname="tempest.api.volume.admin.test_groups.GroupsV320Test" id="b20c696b-0cbc-49a5-8b3a-b1fb9338f45c" name="test_reset_group_status" time="2.959" timestamp="2021-10-12T08:43:15+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON" id="86c3529b-1231-40de-803c-00e40882f043" name="test_create_list_port_with_address_pair" time="1.132" timestamp="2021-10-12T08:43:16+0000" />
    <testcase classname="tempest.api.compute.admin.test_migrations.MigrationsAdminTest" id="caa1aa8b-f4ef-4374-be0d-95f001c2ac2d" name="test_revert_cold_migration" time="0.002" timestamp="2021-10-12T08:43:17+0000">
      <skipped>Less than 2 compute nodes, skipping multinode tests.</skipped>
    </testcase>
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON" id="9599b337-272c-47fd-b3cf-509414414ac4" name="test_update_port_with_address_pair" time="1.561" timestamp="2021-10-12T08:43:18+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON" id="4d6d178f-34f6-4bff-a01c-0a2f8fe909e4" name="test_update_port_with_cidr_address_pair" time="1.423" timestamp="2021-10-12T08:43:19+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest" id="0132f42d-0147-4b45-8501-cc504bbf7810" name="test_unmanage_manage_snapshot" time="7.288" timestamp="2021-10-12T08:43:20+0000" />
    <testcase classname="tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON" id="b3f20091-6cd5-472b-8487-3516137df933" name="test_update_port_with_multiple_ip_mac_address_pair" time="2.673" timestamp="2021-10-12T08:43:21+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON" id="389d04f0-3a41-405f-9317-e5f86e3c44f0" name="test_delete_quota" time="0.913" timestamp="2021-10-12T08:43:25+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON" id="3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d" name="test_get_default_quotas" time="0.166" timestamp="2021-10-12T08:43:26+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON" id="ce9e0815-8091-4abd-8345-7fe5b85faa1d" name="test_get_updated_quotas" time="1.098" timestamp="2021-10-12T08:43:26+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="4ab211a0-276f-4552-9070-51e27f58fecf" name="test_dhcp_stateful" time="4.695" timestamp="2021-10-12T08:43:26+0000" />
    <testcase classname="tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON" id="55fbe2bf-21a9-435b-bbd2-4162b0ed799a" name="test_update_all_quota_resources_for_tenant" time="0.678" timestamp="2021-10-12T08:43:27+0000" />
    <testcase classname="tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON" id="49667619-5af9-4c63-ab5d-2cfdd1c8f7f1" name="test_list_security_groups_list_all_tenants_filter" time="2.998" timestamp="2021-10-12T08:43:30+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="51a5e97f-f02e-4e4e-9a17-a69811d300e3" name="test_dhcp_stateful_fixedips" time="5.642" timestamp="2021-10-12T08:43:31+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest" id="3e13ca2f-48ea-49f3-ae1a-488e9180d535" name="test_reset_snapshot_status" time="0.295" timestamp="2021-10-12T08:43:34+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest" id="05f711b6-e629-4895-8103-7ca069f2073a" name="test_snapshot_force_delete_when_snapshot_is_creating" time="3.447" timestamp="2021-10-12T08:43:34+0000" />
    <testcase classname="tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest" id="31ff3486-b8a0-4f56-a6c0-aab460531db3" name="test_get_server_diagnostics" time="8.300" timestamp="2021-10-12T08:43:35+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="57b8302b-cba9-4fbb-8835-9168df029051" name="test_dhcp_stateful_fixedips_duplicate" time="1.894" timestamp="2021-10-12T08:43:36+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="98244d88-d990-4570-91d4-6b25d70d08af" name="test_dhcp_stateful_fixedips_outrange" time="1.065" timestamp="2021-10-12T08:43:38+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest" id="92ce8597-b992-43a1-8868-6316b22a969e" name="test_snapshot_force_delete_when_snapshot_is_deleting" time="2.401" timestamp="2021-10-12T08:43:38+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="e98f65db-68f4-4330-9fea-abd8c5192d4d" name="test_dhcp_stateful_router" time="7.377" timestamp="2021-10-12T08:43:39+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest" id="645a4a67-a1eb-4e8e-a547-600abac1525d" name="test_snapshot_force_delete_when_snapshot_is_error" time="2.411" timestamp="2021-10-12T08:43:40+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest" id="bf89080f-8129-465e-9327-b2f922666ba5" name="test_snapshot_force_delete_when_snapshot_is_error_deleting" time="2.443" timestamp="2021-10-12T08:43:42+0000" />
    <testcase classname="tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest" id="41288afd-d463-485e-8f6e-4eea159413eb" name="test_update_snapshot_status" time="0.202" timestamp="2021-10-12T08:43:45+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="4256c61d-c538-41ea-9147-3c450c36669e" name="test_dhcpv6_64_subnets" time="11.802" timestamp="2021-10-12T08:43:47+0000" />
    <testcase classname="tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test" id="64d0d48c-dff1-11e6-bf01-fe55135034f3" name="test_get_server_diagnostics" time="18.965" timestamp="2021-10-12T08:43:49+0000" />
    <testcase classname="tempest.api.volume.admin.test_user_messages.UserMessagesTest" id="c6eb6901-cdcc-490f-b735-4fe251842aed" name="test_delete_message" time="1.638" timestamp="2021-10-12T08:43:50+0000" />
    <testcase classname="tempest.api.volume.admin.test_user_messages.UserMessagesTest" id="50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a" name="test_list_show_messages" time="1.469" timestamp="2021-10-12T08:43:52+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="874b35a9-51f1-4258-bec5-cd561b6690d3" name="test_delete_quota" time="0.299" timestamp="2021-10-12T08:43:56+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="2be020a2-5fdd-423d-8d35-a7ffbc36e9f7" name="test_list_default_quotas" time="0.035" timestamp="2021-10-12T08:43:57+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="59eada70-403c-4cef-a2a3-a8ce2f1b07a0" name="test_list_quotas" time="0.043" timestamp="2021-10-12T08:43:57+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="ae8b6091-48ad-4bfa-a188-bbf5cc02115f" name="test_quota_usage" time="2.675" timestamp="2021-10-12T08:43:57+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="81f18ef6-95b5-4584-9966-10d480b7496a" name="test_dhcpv6_invalid_options" time="0.760" timestamp="2021-10-12T08:43:59+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="e5517e62-6f16-430d-a672-f80875493d4c" name="test_dhcpv6_stateless_eui64" time="4.689" timestamp="2021-10-12T08:43:59+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="8911036f-9d54-4720-80cc-a1c9796a8805" name="test_quota_usage_after_volume_transfer" time="3.214" timestamp="2021-10-12T08:43:59+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="18c51ae9-cb03-48fc-b234-14a19374dbed" name="test_show_quota_usage" time="0.053" timestamp="2021-10-12T08:44:03+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON" id="3d45c99e-cc42-4424-a56e-5cbd212b63a6" name="test_update_all_quota_resources_for_tenant" time="0.228" timestamp="2021-10-12T08:44:03+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832" name="test_dhcpv6_stateless_no_ra" time="4.044" timestamp="2021-10-12T08:44:04+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON" id="2dc27eee-8659-4298-b900-169d71a91374" name="test_quota_volume_gigabytes" time="0.191" timestamp="2021-10-12T08:44:07+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON" id="bf544854-d62a-47f2-a681-90f7a47d86b6" name="test_quota_volumes" time="0.182" timestamp="2021-10-12T08:44:07+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="21635b6f-165a-4d42-bf49-7d195e47342f" name="test_dhcpv6_stateless_no_ra_no_dhcp" time="1.738" timestamp="2021-10-12T08:44:08+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON" id="d321dc21-d8c6-401f-95fe-49f4845f1a6d" name="test_volume_extend_gigabytes_quota_deviation" time="0.150" timestamp="2021-10-12T08:44:08+0000" />
    <testcase classname="tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6" id="4544adf7-bb5f-4bdc-b769-b3e77026cef2" name="test_dhcpv6_two_subnets" time="12.553" timestamp="2021-10-12T08:44:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest" id="a5924b5f-b6c1-49ba-994c-b4af55d26e52" name="test_create_volume_type_encryption_nonexistent_type_id" time="0.157" timestamp="2021-10-12T08:44:11+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest" id="8c09f849-f225-4d78-ba87-bffd9a5e0c6f" name="test_create_volume_with_private_volume_type" time="0.180" timestamp="2021-10-12T08:44:11+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest" id="878b4e57-faa2-4659-b0d1-ce740a06ae81" name="test_create_with_empty_name" time="0.013" timestamp="2021-10-12T08:44:12+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest" id="969b10c7-3d77-4e1b-a4f2-2d265980f7e5" name="test_create_with_repeated_name" time="0.054" timestamp="2021-10-12T08:44:12+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest" id="6b3926d2-7d73-4896-bc3d-e42dfd11a9f6" name="test_delete_nonexistent_type_id" time="0.017" timestamp="2021-10-12T08:44:12+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest" id="994610d6-0476-4018-a644-a2602ef5d4aa" name="test_get_nonexistent_type_id" time="0.017" timestamp="2021-10-12T08:44:12+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON" id="d0884a69-f693-4e79-a9af-232d15643bf7" name="test_get_service_by_invalid_params" time="0.213" timestamp="2021-10-12T08:44:14+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON" id="1e966d4a-226e-47c7-b601-0b18a27add54" name="test_get_service_by_invalid_service_and_valid_host" time="0.075" timestamp="2021-10-12T08:44:14+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON" id="64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655" name="test_get_service_with_valid_service_and_invalid_host" time="0.082" timestamp="2021-10-12T08:44:14+0000" />
    <testcase classname="tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON" id="1126d1f8-266e-485f-a687-adc547492646" name="test_list_services_with_non_admin_user" time="0.118" timestamp="2021-10-12T08:44:14+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest" id="d38285d9-929d-478f-96a5-00e66a115b81" name="test_force_detach_volume" time="16.632" timestamp="2021-10-12T08:44:16+0000" />
    <testcase classname="tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON" id="94135049-a4c5-4934-ad39-08fa7da4f22e" name="test_get_usage_tenant" time="1.288" timestamp="2021-10-12T08:44:26+0000" />
    <testcase classname="tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON" id="9d00a412-b40e-4fd9-8eba-97b496316116" name="test_get_usage_tenant_with_non_admin_user" time="0.317" timestamp="2021-10-12T08:44:27+0000" />
    <testcase classname="tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON" id="062c8ae9-9912-4249-8b51-e38d664e926e" name="test_list_usage_all_tenants" time="0.681" timestamp="2021-10-12T08:44:27+0000" />
    <testcase classname="tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON" id="d2c17063-3767-4a24-be4f-a23dbfa133c9" name="test_create_list_port_with_extra_dhcp_options" time="1.621" timestamp="2021-10-12T08:44:27+0000" />
    <testcase classname="tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON" id="9a6aebf4-86ee-4f47-b07a-7f7232c55607" name="test_update_show_port_with_extra_dhcp_options" time="0.287" timestamp="2021-10-12T08:44:29+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest" id="db8d607a-aa2e-4beb-b51d-d4005c232011" name="test_volume_force_delete_when_volume_is_attaching" time="2.559" timestamp="2021-10-12T08:44:32+0000" />
    <testcase classname="tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON" id="d2c17063-3767-4a24-be4f-a23dbfa133c9" name="test_create_list_port_with_extra_dhcp_options" time="0.786" timestamp="2021-10-12T08:44:33+0000" />
    <testcase classname="tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON" id="9a6aebf4-86ee-4f47-b07a-7f7232c55607" name="test_update_show_port_with_extra_dhcp_options" time="0.322" timestamp="2021-10-12T08:44:33+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest" id="21737d5a-92f2-46d7-b009-a0cc0ee7a570" name="test_volume_force_delete_when_volume_is_creating" time="2.553" timestamp="2021-10-12T08:44:35+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest" id="3e33a8a8-afd4-4d64-a86b-c27a185c5a4a" name="test_volume_force_delete_when_volume_is_error" time="2.525" timestamp="2021-10-12T08:44:38+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest" id="b957cabd-1486-4e21-90cf-a9ed3c39dfb2" name="test_volume_force_delete_when_volume_is_maintenance" time="2.527" timestamp="2021-10-12T08:44:40+0000" />
    <testcase classname="tempest.api.network.test_floating_ips.FloatingIPTestJSON" id="36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5" name="test_create_floating_ip_specifying_a_fixed_ip_address" time="2.531" timestamp="2021-10-12T08:44:41+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest" id="d063f96e-a2e0-4f34-8b8a-395c42de1845" name="test_volume_reset_status" time="1.713" timestamp="2021-10-12T08:44:43+0000" />
    <testcase classname="tempest.api.network.test_floating_ips.FloatingIPTestJSON" id="62595970-ab1c-4b7f-8fcc-fddfe55e8718" name="test_create_list_show_update_delete_floating_ip" time="4.852" timestamp="2021-10-12T08:44:44+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON" id="6edef4b2-aaf1-4abc-bbe3-993e2561e0fe" name="test_associate_already_associated_floating_ip" time="15.986" timestamp="2021-10-12T08:44:46+0000" />
    <testcase classname="tempest.api.network.test_floating_ips.FloatingIPTestJSON" id="45c4c683-ea97-41ef-9c51-5e9802f2f3d7" name="test_create_update_floatingip_with_port_multiple_ip_address" time="4.755" timestamp="2021-10-12T08:44:49+0000" />
    <testcase classname="tempest.api.volume.test_extensions.ExtensionsTestJSON" id="94607eb0-43a5-47ca-82aa-736b41bd2e2c" name="test_list_extensions" time="0.142" timestamp="2021-10-12T08:44:49+0000" />
    <testcase classname="tempest.api.volume.test_versions.VersionsTest" id="77838fc4-b49b-4c64-9533-166762517369" name="test_list_versions" time="0.011" timestamp="2021-10-12T08:44:51+0000" />
    <testcase classname="tempest.api.volume.test_versions.VersionsTest" id="7f755ae2-caa9-4049-988c-331d8f7a579f" name="test_show_version" time="0.180" timestamp="2021-10-12T08:44:51+0000" />
    <testcase classname="tempest.api.network.test_floating_ips.FloatingIPTestJSON" id="e1f6bffd-442f-4668-b30e-df13f2705e77" name="test_floating_ip_delete_port" time="3.378" timestamp="2021-10-12T08:44:53+0000" />
    <testcase classname="tempest.api.volume.test_volume_metadata.VolumesMetadataTest" id="6f5b125b-f664-44bf-910f-751591fe5769" name="test_crud_volume_metadata" time="0.269" timestamp="2021-10-12T08:44:53+0000" />
    <testcase classname="tempest.api.volume.test_volume_metadata.VolumesMetadataTest" id="862261c5-8df4-475a-8c21-946e50e36a20" name="test_update_show_volume_metadata_item" time="0.210" timestamp="2021-10-12T08:44:54+0000" />
    <testcase classname="tempest.api.network.test_floating_ips.FloatingIPTestJSON" id="1bb2f731-fe5a-4b8c-8409-799ade1bed4d" name="test_floating_ip_update_different_router" time="11.662" timestamp="2021-10-12T08:44:57+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6" name="test_attach_volumes_with_nonexistent_volume_id" time="12.760" timestamp="2021-10-12T08:44:58+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON" id="307efa27-dc6f-48a0-8cd2-162ce3ef0b52" name="test_associate_disassociate_floating_ip" time="4.459" timestamp="2021-10-12T08:45:02+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="d15e7f35-2cfc-48c8-9418-c8223a89bcbb" name="test_create_volume_from_deactivated_image" time="2.038" timestamp="2021-10-12T08:45:10+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="5b810c91-0ad1-47ce-aee8-615f789be78f" name="test_create_volume_from_image_with_decreasing_size" time="2.236" timestamp="2021-10-12T08:45:13+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="1ed83a8a-682d-4dfb-a30e-ee63ffd6c049" name="test_create_volume_with_invalid_size" time="0.015" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="0c36f6ae-4604-4017-b0a9-34fdc63096f9" name="test_create_volume_with_nonexistent_snapshot_id" time="0.021" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="47c73e08-4be8-45bb-bfdf-0c4e79b88344" name="test_create_volume_with_nonexistent_source_volid" time="0.021" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="10254ed8-3849-454e-862e-3ab8e6aa01d2" name="test_create_volume_with_nonexistent_volume_type" time="0.022" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="8b472729-9eba-446e-a83b-916bdb34bef7" name="test_create_volume_with_size_negative" time="0.012" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="41331caa-eaf4-4001-869d-bc18c1869360" name="test_create_volume_with_size_zero" time="0.014" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="9387686f-334f-4d31-a439-33494b9e2683" name="test_create_volume_without_passing_size" time="0.012" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="1f035827-7c32-4019-9240-b4ec2dbd9dfd" name="test_delete_invalid_volume_id" time="0.022" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="441a1550-5d44-4b30-af0f-a6d402f52026" name="test_delete_volume_without_passing_volume_id" time="0.011" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="9f9c24e4-011d-46b5-b992-952140ce237a" name="test_detach_volumes_with_invalid_volume_id" time="0.023" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="30799cfd-7ee4-446c-b66c-45b383ed211b" name="test_get_invalid_volume_id" time="0.024" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="c6c3db06-29ad-4e91-beb0-2ab195fe49e3" name="test_get_volume_without_passing_volume_id" time="0.011" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="ba94b27b-be3f-496c-a00e-0283b373fa75" name="test_list_volumes_detail_with_invalid_status" time="0.067" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="9ca17820-a0e7-4cbd-a7fa-f4468735e359" name="test_list_volumes_detail_with_nonexistent_name" time="0.067" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="143b279b-7522-466b-81be-34a87d564a7c" name="test_list_volumes_with_invalid_status" time="0.063" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f" name="test_list_volumes_with_nonexistent_name" time="0.056" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="449c4ed2-ecdd-47bb-98dc-072aeccf158c" name="test_reserve_volume_with_negative_volume_status" time="0.106" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="ac6084c0-0546-45f9-b284-38a367e0e0e2" name="test_reserve_volume_with_nonexistent_volume_id" time="0.023" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="eb467654-3dc1-4a72-9b46-47c29d22654c" name="test_unreserve_volume_with_nonexistent_volume_id" time="0.023" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="72aeca85-57a5-4c1f-9057-f320f9ea575b" name="test_update_volume_with_empty_volume_id" time="0.010" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="e66e40d6-65e6-4e75-bdc7-636792fa152d" name="test_update_volume_with_invalid_volume_id" time="0.019" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="0186422c-999a-480e-a026-6a665744c30c" name="test_update_volume_with_nonexistent_volume_id" time="0.022" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="555efa6e-efcd-44ef-8a3b-4a7ca4837a29" name="test_volume_delete_nonexistent_volume_id" time="0.022" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="355218f1-8991-400a-a6bb-971239287d92" name="test_volume_extend_with_None_size" time="0.017" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="5d0b480d-e833-439f-8a5a-96ad2ed6f22f" name="test_volume_extend_with_non_number_size" time="0.011" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="8f05a943-013c-4063-ac71-7baf561e82eb" name="test_volume_extend_with_nonexistent_volume_id" time="0.022" timestamp="2021-10-12T08:45:15+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="e0c75c74-ee34-41a9-9288-2a2051452854" name="test_volume_extend_with_size_smaller_than_original_size" time="0.012" timestamp="2021-10-12T08:45:16+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="aff8ba64-6d6f-4f2e-bc33-41a08ee9f115" name="test_volume_extend_without_passing_volume_id" time="0.020" timestamp="2021-10-12T08:45:16+0000" />
    <testcase classname="tempest.api.volume.test_volumes_negative.VolumesNegativeTest" id="f131c586-9448-44a4-a8b0-54ca838aa43e" name="test_volume_get_nonexistent_volume_id" time="0.020" timestamp="2021-10-12T08:45:16+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="a4d9ec4c-0306-4111-a75c-db01a709030b" name="test_create_delete_subnet_all_attributes" time="0.894" timestamp="2021-10-12T08:45:18+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="bec949c4-3147-4ba6-af5f-cd2306118404" name="test_create_delete_subnet_with_allocation_pools" time="0.919" timestamp="2021-10-12T08:45:19+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON" id="f7bfb946-297e-41b8-9e8c-aba8e9bb5194" name="test_allocate_floating_ip" time="2.518" timestamp="2021-10-12T08:45:20+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="ebb4fd95-524f-46af-83c1-0305b239338f" name="test_create_delete_subnet_with_default_gw" time="0.776" timestamp="2021-10-12T08:45:20+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="94ce038d-ff0a-4a4c-a56b-09da3ca0b55d" name="test_create_delete_subnet_with_dhcp_enabled" time="2.343" timestamp="2021-10-12T08:45:20+0000" />
    <testcase classname="tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON" id="de45e989-b5ca-4a9b-916b-04a52e7bbb8b" name="test_delete_floating_ip" time="2.184" timestamp="2021-10-12T08:45:22+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="e41a4888-65a6-418c-a095-f7c2ef4ad59a" name="test_create_delete_subnet_with_gw" time="0.501" timestamp="2021-10-12T08:45:23+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="8217a149-0c6c-4cfb-93db-0486f707d13f" name="test_create_delete_subnet_with_gw_and_allocation_pools" time="1.082" timestamp="2021-10-12T08:45:23+0000" />
    <testcase classname="tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON" id="9c9fae77-4feb-402f-8450-bf1c8b609713" name="test_rebuild_server_with_auto_disk_config" time="16.608" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="d830de0a-be47-468f-8f02-1fd996118289" name="test_create_delete_subnet_with_host_routes_and_dns_nameservers" time="1.522" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="db4d8e0a-7a2e-41cc-a712-961f6844e896" name="test_snapshot_list_param_limit" time="0.028" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="a1427f61-420e-48a5-b6e3-0b394fa95400" name="test_snapshot_list_param_limit_equals_infinite" time="0.043" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="e3b44b7f-ae87-45b5-8a8c-66110eb24d0a" name="test_snapshot_list_param_limit_equals_zero" time="0.025" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="05489dde-44bc-4961-a1f5-3ce7ee7824f7" name="test_snapshot_list_param_marker" time="0.068" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="ca96d551-17c6-4e11-b0e8-52d3bb8a63c7" name="test_snapshot_list_param_offset" time="0.031" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="4052c3a0-2415-440a-a8cc-305a875331b0" name="test_snapshot_list_param_sort_created_at_asc" time="0.021" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf" name="test_snapshot_list_param_sort_created_at_desc" time="0.027" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="c5513ada-64c1-4d28-83b9-af3307ec1388" name="test_snapshot_list_param_sort_id_asc" time="0.045" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="8a7fe058-0b41-402a-8afd-2dbc5a4a718b" name="test_snapshot_list_param_sort_id_desc" time="0.034" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="d58b5fed-0c37-42d3-8c5d-39014ac13c00" name="test_snapshot_list_param_sort_name_asc" time="0.031" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="96ba6f4d-1f18-47e1-b4bc-76edc6c21250" name="test_snapshot_list_param_sort_name_desc" time="0.036" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="220a1022-1fcd-4a74-a7bd-6b859156cda2" name="test_snapshots_list_details_with_params" time="0.105" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON" id="59f41f43-aebf-48a9-ab5d-d76340fab32b" name="test_snapshots_list_with_params" time="0.087" timestamp="2021-10-12T08:45:24+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="d2d596e2-8e76-47a9-ac51-d4648009f4d3" name="test_create_delete_subnet_without_gateway" time="1.100" timestamp="2021-10-12T08:45:26+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="a9653883-b2a4-469b-8c3c-4518430a7e55" name="test_create_list_subnet_with_no_gw64_one_network" time="0.992" timestamp="2021-10-12T08:45:27+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON" id="848e157f-6bcf-4b2e-a5dd-5124025a8518" name="test_delete_nonexistent_image_metadata_item" time="0.181" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON" id="41ae052c-6ee6-405c-985e-5712393a620d" name="test_get_nonexistent_image_metadata_item" time="0.042" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON" id="94069db2-792f-4fa8-8bd3-2271a6e0c095" name="test_list_nonexistent_image_metadata" time="0.034" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON" id="dc64f2ce-77e8-45b0-88c8-e15041d08eaf" name="test_set_nonexistent_image_metadata" time="0.038" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON" id="2154fd03-ab54-457c-8874-e6e3eb56e9cf" name="test_set_nonexistent_image_metadata_item" time="0.039" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON" id="a403ef9e-9f95-427c-b70a-3ce3388796f1" name="test_update_nonexistent_image_metadata" time="0.054" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="0e269138-0da6-4efc-a46d-578161e7b221" name="test_create_update_delete_network_subnet" time="2.390" timestamp="2021-10-12T08:45:28+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="c72c1c0c-2193-4aca-ccc4-b1442640bbbb" name="test_create_update_network_description" time="0.612" timestamp="2021-10-12T08:45:30+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="f04f61a9-b7f3-4194-90b2-9bcf660d1bfe" name="test_delete_network_with_subnet" time="0.968" timestamp="2021-10-12T08:45:31+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="af774677-42a9-4e4b-bb58-16fe6a5bc1ec" name="test_external_network_visibility" time="0.210" timestamp="2021-10-12T08:45:32+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="f7ffdeda-e200-4a7a-bcbe-05716e86bf43" name="test_list_networks" time="0.138" timestamp="2021-10-12T08:45:32+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="6ae6d24f-9194-4869-9c85-c313cb20e080" name="test_list_networks_fields" time="0.104" timestamp="2021-10-12T08:45:32+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="db68ba48-f4ea-49e9-81d1-e367f6d0b20a" name="test_list_subnets" time="0.067" timestamp="2021-10-12T08:45:32+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="842589e3-9663-46b0-85e4-7f01273b0412" name="test_list_subnets_fields" time="0.057" timestamp="2021-10-12T08:45:32+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="2bf13842-c93f-4a69-83ed-717d2ec3b44e" name="test_show_network" time="0.083" timestamp="2021-10-12T08:45:33+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="867819bb-c4b6-45f7-acf9-90edcf70aa5e" name="test_show_network_fields" time="0.083" timestamp="2021-10-12T08:45:33+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc" name="test_show_subnet" time="0.045" timestamp="2021-10-12T08:45:33+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="270fff0b-8bfc-411f-a184-1e8fd35286f0" name="test_show_subnet_fields" time="0.104" timestamp="2021-10-12T08:45:33+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6Test" id="3d3852eb-3009-49ec-97ac-5ce83b73010a" name="test_update_subnet_gw_dns_host_routes_dhcp" time="2.094" timestamp="2021-10-12T08:45:33+0000" />
    <testcase classname="tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON" id="55d1d38c-dd66-4933-9c8e-7d92aeb60ddc" name="test_create_image_specify_invalid_metadata" time="0.295" timestamp="2021-10-12T08:45:41+0000" />
    <testcase classname="tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON" id="3d24d11f-5366-4536-bd28-cff32b748eca" name="test_create_image_specify_metadata_over_limits" time="0.306" timestamp="2021-10-12T08:45:41+0000" />
    <testcase classname="tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON" id="bef56b09-2e8c-4883-a370-4950812f430e" name="test_rebuild_server_with_manual_disk_config" time="14.702" timestamp="2021-10-12T08:45:41+0000" />
    <testcase classname="tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON" id="084f0cbc-500a-4963-8a4e-312905862581" name="test_create_image_specify_name_over_character_limit" time="0.309" timestamp="2021-10-12T08:45:42+0000" />
    <testcase classname="tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON" id="0460efcf-ee88-4f94-acef-1bf658695456" name="test_create_second_image_when_first_image_is_being_saved" time="16.632" timestamp="2021-10-12T08:45:42+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6TestAttrs" id="88554555-ebf8-41ef-9300-4926d45e06e9" name="test_create_delete_slaac_subnet_with_ports" time="1.767" timestamp="2021-10-12T08:45:45+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6TestAttrs" id="2de6ab5a-fcf0-4144-9813-f91a940291f1" name="test_create_delete_stateless_subnet_with_ports" time="1.527" timestamp="2021-10-12T08:45:47+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6TestAttrs" id="176b030f-a923-4040-a755-9dc94329e60c" name="test_create_delete_subnet_with_v6_attributes_slaac" time="1.141" timestamp="2021-10-12T08:45:48+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6TestAttrs" id="da40cd1b-a833-4354-9a85-cd9b8a3b74ca" name="test_create_delete_subnet_with_v6_attributes_stateful" time="2.259" timestamp="2021-10-12T08:45:49+0000" />
    <testcase classname="tempest.api.network.test_networks.NetworksIpV6TestAttrs" id="7d410310-8c86-4902-adf9-865d08e31adb" name="test_create_delete_subnet_with_v6_attributes_stateless" time="2.516" timestamp="2021-10-12T08:45:52+0000" />
    <testcase classname="tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON" id="693d16f3-556c-489a-8bac-3d0ca2490bad" name="test_resize_server_from_auto_to_manual" time="308.932" timestamp="2021-10-12T08:45:56+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_disk_config.py", line 116, in test_resize_server_from_auto_to_manual
    self.resize_server(server['id'], self.flavor_ref_alt,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 449, in resize_server
    waiters.wait_for_server_status(self.servers_client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Server f55b1c2e-1013-42c1-87b1-b4f80b0edc77 failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON" id="0894954d-2db2-4195-a45b-ffec0bc0187e" name="test_delete_image_that_is_not_yet_active" time="12.578" timestamp="2021-10-12T08:45:59+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="67f1b811-f8db-43e2-86bd-72c074d4a42c" name="test_create_bulk_port" time="2.021" timestamp="2021-10-12T08:45:59+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="0435f278-40ae-48cb-a404-b8a087bc09b1" name="test_create_port_in_allowed_allocation_pools" time="2.234" timestamp="2021-10-12T08:46:01+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="4179dcb9-1382-4ced-84fe-1b91c54f5735" name="test_create_port_with_no_securitygroups" time="2.314" timestamp="2021-10-12T08:46:03+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="13e95171-6cbd-489c-9d7c-3f9c58215c18" name="test_create_show_delete_port_user_defined_mac" time="1.606" timestamp="2021-10-12T08:46:05+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="c72c1c0c-2193-4aca-aaa4-b1442640f51c" name="test_create_update_delete_port" time="1.083" timestamp="2021-10-12T08:46:07+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="63aeadd4-3b49-427f-a3b1-19ca81f06270" name="test_create_update_port_with_second_ip" time="3.918" timestamp="2021-10-12T08:46:08+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="cf95b358-3e92-4a29-a148-52445e1ac50e" name="test_list_ports" time="0.084" timestamp="2021-10-12T08:46:12+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="ff7f117f-f034-4e0e-abff-ccef05c454b4" name="test_list_ports_fields" time="0.075" timestamp="2021-10-12T08:46:12+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="e7fe260b-1e79-4dd3-86d9-bec6a7959fc5" name="test_port_list_filter_by_ip" time="4.003" timestamp="2021-10-12T08:46:12+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="79895408-85d5-460d-94e7-9531c5fd9123" name="test_port_list_filter_by_ip_substr" time="3.636" timestamp="2021-10-12T08:46:16+0000" />
    <testcase classname="tempest.api.compute.images.test_list_images.ListImagesTestJSON" id="490d0898-e12a-463f-aef0-c50156b9f789" name="test_get_image" time="0.218" timestamp="2021-10-12T08:46:17+0000" />
    <testcase classname="tempest.api.compute.images.test_list_images.ListImagesTestJSON" id="fd51b7f4-d4a3-4331-9885-866658112a6f" name="test_list_images" time="0.091" timestamp="2021-10-12T08:46:17+0000" />
    <testcase classname="tempest.api.compute.images.test_list_images.ListImagesTestJSON" id="9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6" name="test_list_images_with_detail" time="0.095" timestamp="2021-10-12T08:46:18+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON" id="a4233d5d-52d8-47cc-9a25-e1864527e3df" name="test_get_keypair_detail" time="0.419" timestamp="2021-10-12T08:46:19+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON" id="6c1d3123-4519-4742-9194-622cb1714b7d" name="test_keypair_create_delete" time="0.169" timestamp="2021-10-12T08:46:19+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON" id="39c90c6a-304a-49dd-95ec-2366129def05" name="test_keypair_create_with_pub_key" time="0.078" timestamp="2021-10-12T08:46:19+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON" id="1d1dbedb-d7a0-432a-9d09-83f543c3c19b" name="test_keypairs_create_list_delete" time="0.727" timestamp="2021-10-12T08:46:19+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="5ad01ed0-0e6e-4c5d-8194-232801b15c72" name="test_port_list_filter_by_router_id" time="4.483" timestamp="2021-10-12T08:46:20+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON" id="a4233d5d-52d8-47cc-9a25-e1864527e3df" name="test_get_keypair_detail" time="0.510" timestamp="2021-10-12T08:46:21+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON" id="6c1d3123-4519-4742-9194-622cb1714b7d" name="test_keypair_create_delete" time="0.540" timestamp="2021-10-12T08:46:22+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON" id="39c90c6a-304a-49dd-95ec-2366129def05" name="test_keypair_create_with_pub_key" time="0.083" timestamp="2021-10-12T08:46:22+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON" id="1d1dbedb-d7a0-432a-9d09-83f543c3c19b" name="test_keypairs_create_list_delete" time="0.795" timestamp="2021-10-12T08:46:23+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON" id="8726fa85-7f98-4b20-af9e-f710a4f3391c" name="test_keypairsv22_create_list_show" time="0.174" timestamp="2021-10-12T08:46:23+0000" />
    <testcase classname="tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON" id="89d59d43-f735-441a-abcf-0601727f47b6" name="test_keypairsv22_create_list_show_with_type" time="0.309" timestamp="2021-10-12T08:46:24+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="c9a685bd-e83f-499c-939f-9f7863ca259f" name="test_show_port" time="0.052" timestamp="2021-10-12T08:46:24+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd" name="test_show_port_fields" time="0.059" timestamp="2021-10-12T08:46:24+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="58091b66-4ff4-4cc1-a549-05d60c7acd1a" name="test_update_port_with_security_group_and_extra_attributes" time="3.307" timestamp="2021-10-12T08:46:24+0000" />
    <testcase classname="tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON" id="b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b" name="test_absLimits_get" time="0.191" timestamp="2021-10-12T08:46:25+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON" id="850795d7-d4d3-4e55-b527-a774c0123d3a" name="test_security_group_rules_create" time="0.538" timestamp="2021-10-12T08:46:28+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON" id="7a01873e-3c38-4f30-80be-31a043cfe2fd" name="test_security_group_rules_create_with_optional_cidr" time="0.377" timestamp="2021-10-12T08:46:28+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsIpV6TestJSON" id="edf6766d-3d40-4621-bc6e-2521a44c257d" name="test_update_port_with_two_security_groups_and_extra_attributes" time="4.257" timestamp="2021-10-12T08:46:28+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON" id="7f5d2899-7705-4d4b-8458-4505188ffab6" name="test_security_group_rules_create_with_optional_group_id" time="0.620" timestamp="2021-10-12T08:46:29+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON" id="fc5c5acf-2091-43a6-a6ae-e42760e9ffaf" name="test_security_group_rules_delete_when_peer_group_deleted" time="0.967" timestamp="2021-10-12T08:46:29+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON" id="a6154130-5a55-4850-8be4-5e9e796dbf17" name="test_security_group_rules_list" time="0.744" timestamp="2021-10-12T08:46:30+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="802c73c9-c937-4cef-824b-2191e24a6aab" name="test_add_multiple_router_interfaces" time="8.395" timestamp="2021-10-12T08:46:34+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON" id="6727c00b-214c-4f9e-9a52-017ac3e98411" name="test_delete_nonexistent_security_group" time="0.182" timestamp="2021-10-12T08:46:35+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON" id="1438f330-8fa4-4aeb-8a94-37c250106d7f" name="test_delete_security_group_without_passing_id" time="0.013" timestamp="2021-10-12T08:46:35+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON" id="36a1629f-c6da-4a26-b8b8-55e7e5d5cd58" name="test_delete_the_default_security_group" time="0.292" timestamp="2021-10-12T08:46:35+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON" id="673eaec1-9b3e-48ed-bdf1-2786c1b9661c" name="test_security_group_get_nonexistent_group" time="0.039" timestamp="2021-10-12T08:46:35+0000" />
    <testcase classname="tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON" id="27edee9c-873d-4da6-a68a-3c256efebe8f" name="test_update_non_existent_security_group" time="0.041" timestamp="2021-10-12T08:46:35+0000" />
    <testcase classname="tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON" id="d290c06c-f5b3-11e7-8ec8-002293781009" name="test_create_list_show_delete_interfaces_by_fixed_ip" time="27.100" timestamp="2021-10-12T08:46:41+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="2b7d2f37-6748-4d78-92e5-1d590234f0d5" name="test_add_remove_router_interface_with_port_id" time="5.437" timestamp="2021-10-12T08:46:43+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="b42e6e39-2e37-49cc-a6f4-8467e940900a" name="test_add_remove_router_interface_with_subnet_id" time="4.483" timestamp="2021-10-12T08:46:48+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="f64403e2-8483-4b34-8ccd-b09a87bcc68c" name="test_create_show_list_update_delete_router" time="2.631" timestamp="2021-10-12T08:46:53+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="96522edf-b4b5-45d9-8443-fa11c26e6eff" name="test_router_interface_port_update_with_fixed_ip" time="5.587" timestamp="2021-10-12T08:46:55+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="c86ac3a8-50bd-4b00-a6b8-62af84a0765c" name="test_update_delete_extra_route" time="20.503" timestamp="2021-10-12T08:47:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON" id="73fe8f02-590d-4bf1-b184-e9ca81065051" name="test_create_list_show_delete_interfaces_by_network_port" time="33.749" timestamp="2021-10-12T08:47:09+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersTest" id="a8902683-c788-4246-95c7-ad9c6d63a4d9" name="test_update_router_admin_state" time="0.770" timestamp="2021-10-12T08:47:21+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="957751a3-3c68-4fa2-93b6-eb52ea10db6e" name="test_add_router_interfaces_on_overlapping_subnets_returns_400" time="4.457" timestamp="2021-10-12T08:47:25+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4" name="test_delete_non_existent_router_returns_404" time="0.034" timestamp="2021-10-12T08:47:29+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="37a94fc0-a834-45b9-bd23-9a81d2fd1e22" name="test_router_add_gateway_invalid_network_returns_404" time="0.189" timestamp="2021-10-12T08:47:29+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="11836a18-0b15-4327-a50b-f0d9dc66bddd" name="test_router_add_gateway_net_not_external_returns_400" time="0.998" timestamp="2021-10-12T08:47:30+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="04df80f9-224d-47f5-837a-bf23e33d1c20" name="test_router_remove_interface_in_use_returns_409" time="2.791" timestamp="2021-10-12T08:47:31+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="c2a70d72-8826-43a7-8208-0209e6360c47" name="test_show_non_existent_router_returns_404" time="0.053" timestamp="2021-10-12T08:47:33+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeTest" id="b23d1569-8b0c-4169-8d4b-6abd34fad5c7" name="test_update_non_existent_router_returns_404" time="0.048" timestamp="2021-10-12T08:47:33+0000" />
    <testcase classname="tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON" id="62595970-ab1c-4b7f-8fcc-fddfe55e9811" name="test_create_list_show_update_delete_subnetpools" time="0.458" timestamp="2021-10-12T08:47:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest" id="d1dc5076-555e-4e6d-9697-28f1fe976324" name="test_user_modify_quota" time="0.130" timestamp="2021-10-12T08:47:40+0000" />
    <testcase classname="tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON" id="2f3a0127-95c7-4977-92d2-bc5aec602fb4" name="test_reassign_port_between_servers" time="59.323" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="92139d73-7819-4db1-85f8-3f2f22a8d91f" name="test_create_container" time="0.186" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="49f866ed-d6af-4395-93e7-4187eb56d322" name="test_create_container_overwrite" time="0.048" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="c2ac4d59-d0f5-40d5-ba19-0635056d48cd" name="test_create_container_with_metadata_key" time="0.027" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="e1e8df32-7b22-44e1-aa08-ccfd8d446b58" name="test_create_container_with_metadata_value" time="0.026" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="24d16451-1c0c-4e4f-b59c-9840a3aba40e" name="test_create_container_with_remove_metadata_key" time="0.057" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="8a21ebad-a5c7-4e29-b428-384edc8cd156" name="test_create_container_with_remove_metadata_value" time="0.052" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="95d3a249-b702-4082-a2c4-14bb860cf06a" name="test_delete_container" time="0.048" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="312ff6bd-5290-497f-bda1-7c5fec6697ab" name="test_list_container_contents" time="0.040" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="fe323a32-57b9-4704-a996-2e68f83b09bc" name="test_list_container_contents_with_delimiter" time="0.048" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="55b4fa5c-e12e-4ca9-8fcf-a79afe118522" name="test_list_container_contents_with_end_marker" time="0.043" timestamp="2021-10-12T08:47:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="196f5034-6ab0-4032-9da9-a937bbb9fba9" name="test_list_container_contents_with_format_json" time="0.042" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="655a53ca-4d15-408c-a377-f4c6dbd0a1fa" name="test_list_container_contents_with_format_xml" time="0.047" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="297ec38b-2b61-4ff4-bcd1-7fa055e97b61" name="test_list_container_contents_with_limit" time="0.043" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="c31ddc63-2a58-4f6b-b25c-94d2937e6867" name="test_list_container_contents_with_marker" time="0.042" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="4646ac2d-9bfb-4c7d-a3c5-0f527402b3df" name="test_list_container_contents_with_no_object" time="0.035" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="58ca6cc9-6af0-408d-aaec-2a6a7b2f0df9" name="test_list_container_contents_with_path" time="0.081" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="77e742c7-caf2-4ec9-8aa4-f7d509a3344c" name="test_list_container_contents_with_prefix" time="0.041" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="96e68f0e-19ec-4aa2-86f3-adc6a45e14dd" name="test_list_container_metadata" time="0.031" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="a2faf936-6b13-4f8d-92a2-c2278355821e" name="test_list_no_container_metadata" time="0.024" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="cf19bc0b-7e16-4a5a-aaed-cb0c2fe8deef" name="test_update_container_metadata_with_create_and_delete_metadata" time="0.031" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="2ae5f295-4bf1-4e04-bfad-21e54b62cec5" name="test_update_container_metadata_with_create_metadata" time="0.032" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="31f40a5f-6a52-4314-8794-cd89baed3040" name="test_update_container_metadata_with_create_metadata_key" time="0.032" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="3a5ce7d4-6e4b-47d0-9d87-7cd42c325094" name="test_update_container_metadata_with_delete_metadata" time="0.033" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_services.ContainerTest" id="a2e36378-6f1f-43f4-840a-ffd9cfd61914" name="test_update_container_metadata_with_delete_metadata_key" time="0.035" timestamp="2021-10-12T08:47:43+0000" />
    <testcase classname="tempest.api.object_storage.test_container_staticweb.StaticWebTest" id="f18b4bef-212e-45e7-b3ca-59af3a465f82" name="test_web_error" time="0.022" timestamp="2021-10-12T08:47:46+0000" />
    <testcase classname="tempest.api.object_storage.test_container_staticweb.StaticWebTest" id="c1f055ab-621d-4a6a-831f-846fcb578b8b" name="test_web_index" time="0.025" timestamp="2021-10-12T08:47:46+0000" />
    <testcase classname="tempest.api.object_storage.test_container_staticweb.StaticWebTest" id="941814cf-db9e-4b21-8112-2b6d0af10ee5" name="test_web_listing" time="0.023" timestamp="2021-10-12T08:47:46+0000" />
    <testcase classname="tempest.api.object_storage.test_container_staticweb.StaticWebTest" id="bc37ec94-43c8-4990-842e-0e5e02fc8926" name="test_web_listing_css" time="0.016" timestamp="2021-10-12T08:47:46+0000" />
    <testcase classname="tempest.api.object_storage.test_object_formpost.ObjectFormPostTest" id="80fac02b-6e54-4f7b-be0d-a965b5cbef76" name="test_post_object_using_form" time="0.020" timestamp="2021-10-12T08:47:47+0000" />
    <testcase classname="tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest" id="f91c96d4-1230-4bba-8eb9-84476d18d991" name="test_get_object_using_temp_url" time="0.017" timestamp="2021-10-12T08:47:49+0000" />
    <testcase classname="tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest" id="671f9583-86bd-4128-a034-be282a68c5d8" name="test_get_object_using_temp_url_key_2" time="0.022" timestamp="2021-10-12T08:47:49+0000" />
    <testcase classname="tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest" id="9d9cfd90-708b-465d-802c-e4a8090b823d" name="test_get_object_using_temp_url_with_inline_query_parameter" time="0.011" timestamp="2021-10-12T08:47:49+0000" />
    <testcase classname="tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest" id="249a0111-5ad3-4534-86a7-1993d55f9185" name="test_head_object_using_temp_url" time="0.010" timestamp="2021-10-12T08:47:49+0000" />
    <testcase classname="tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest" id="9b08dade-3571-4152-8a4f-a4f2a873a735" name="test_put_object_using_temp_url" time="0.028" timestamp="2021-10-12T08:47:49+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON" id="178710e4-7596-4e08-9333-745cb8bc4f8d" name="test_get_service_by_host_name" time="0.038" timestamp="2021-10-12T08:47:51+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON" id="ffa6167c-4497-4944-a464-226bbdb53908" name="test_get_service_by_service_and_host_name" time="0.030" timestamp="2021-10-12T08:47:51+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON" id="63a3e1ca-37ee-4983-826d-83276a370d25" name="test_get_service_by_service_binary_name" time="0.020" timestamp="2021-10-12T08:47:51+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON" id="67ec6902-f91d-4dec-91fa-338523208bbc" name="test_get_service_by_volume_host_name" time="1.474" timestamp="2021-10-12T08:47:52+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON" id="e0218299-0a59-4f43-8b2b-f1c035b3d26d" name="test_list_services" time="0.023" timestamp="2021-10-12T08:47:53+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest" id="d4dd0027-835f-4554-a6e5-50903fb79184" name="test_volume_type_access_add" time="1.726" timestamp="2021-10-12T08:47:57+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest" id="5220eb28-a435-43ce-baaf-ed46f0e95159" name="test_volume_type_access_list" time="0.174" timestamp="2021-10-12T08:47:58+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types.VolumeTypesTest" id="c03cc62c-f4e9-4623-91ec-64ce2f9c1260" name="test_volume_crud_with_volume_type_and_extra_specs" time="2.976" timestamp="2021-10-12T08:48:03+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types.VolumeTypesTest" id="4e955c3b-49db-4515-9590-0c99f8e471ad" name="test_volume_type_create_get_delete" time="0.074" timestamp="2021-10-12T08:48:06+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types.VolumeTypesTest" id="7830abd0-ff99-4793-a265-405684a54d46" name="test_volume_type_encryption_create_get_update_delete" time="0.258" timestamp="2021-10-12T08:48:06+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types.VolumeTypesTest" id="9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54" name="test_volume_type_list" time="0.042" timestamp="2021-10-12T08:48:06+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types.VolumeTypesTest" id="cf9f07c6-db9e-4462-a243-5933ad65e9c8" name="test_volume_type_update" time="0.129" timestamp="2021-10-12T08:48:06+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="bc772c71-1ed4-4716-b945-8b5ed0f15e87" name="test_create_invalid_body" time="0.016" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="c821bdc8-43a4-4bf4-86c8-82f3858d5f7d" name="test_create_none_body" time="0.016" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="49d5472c-a53d-4eab-a4d3-450c4db1c545" name="test_create_nonexistent_type_id" time="0.053" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="031cda8b-7d23-4246-8bf6-bbe73fd67074" name="test_delete_nonexistent_volume_type_id" time="0.020" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="c881797d-12ff-4f1a-b09d-9f6212159753" name="test_get_nonexistent_extra_spec_name" time="0.025" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="9f402cbd-1838-4eb4-9554-126a6b1908c9" name="test_get_nonexistent_volume_type_id" time="0.023" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="dee5cf0c-cdd6-4353-b70c-e847050d71fb" name="test_list_nonexistent_volume_type_id" time="0.020" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="a77dfda2-9100-448e-9076-ed1711f4bdfc" name="test_update_multiple_extra_spec" time="0.015" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="08961d20-5cbb-4910-ac0f-89ad6dbb2da1" name="test_update_no_body" time="0.016" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="9bf7a657-b011-4aec-866d-81c496fbe5c8" name="test_update_none_extra_spec_id" time="0.032" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="25e5a0ee-89b3-4c53-8310-236f76c75365" name="test_update_nonexistent_extra_spec_id" time="0.033" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest" id="474090d2-0824-eb3b-9335-f506b4aa49d8" name="test_update_nonexistent_type_id" time="0.031" timestamp="2021-10-12T08:48:10+0000" />
    <testcase classname="tempest.api.volume.test_volume_transfers.VolumesTransfersTest" id="4d75b645-a478-48b1-97c8-503f64242f1a" name="test_create_get_list_accept_volume_transfer" time="3.430" timestamp="2021-10-12T08:48:13+0000" />
    <testcase classname="tempest.api.volume.test_volume_transfers.VolumesTransfersTest" id="ab526943-b725-4c07-b875-8e8ef87a2c30" name="test_create_list_delete_volume_transfer" time="3.889" timestamp="2021-10-12T08:48:17+0000" />
    <testcase classname="tempest.api.volume.test_volumes_actions.VolumesActionsTest" id="fff42874-7db5-4487-a8e1-ddda5fb5288d" name="test_attach_detach_volume_to_instance" time="12.878" timestamp="2021-10-12T08:48:25+0000" />
    <testcase classname="tempest.api.volume.test_volumes_actions.VolumesActionsTest" id="9516a2c8-9135-488c-8dd6-5677a7e5f371" name="test_get_volume_attachment" time="11.825" timestamp="2021-10-12T08:48:38+0000" />
    <testcase classname="tempest.api.volume.test_volumes_actions.VolumesActionsTest" id="92c4ef64-51b2-40c0-9f7e-4749fbaaba33" name="test_reserve_unreserve_volume" time="0.174" timestamp="2021-10-12T08:48:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_actions.VolumesActionsTest" id="63e21b4c-0a0c-41f6-bfc3-7c2816815599" name="test_volume_bootable" time="0.190" timestamp="2021-10-12T08:48:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_actions.VolumesActionsTest" id="fff74e1e-5bd3-4b33-9ea9-24c103bc3f59" name="test_volume_readonly_update" time="0.188" timestamp="2021-10-12T08:48:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_actions.VolumesActionsTest" id="d8f1ca95-3d5b-44a3-b8ca-909691c9532d" name="test_volume_upload" time="11.284" timestamp="2021-10-12T08:48:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test" id="9b374cbc-be5f-4d37-8848-7efb8a873dcc" name="test_update_backup" time="5.873" timestamp="2021-10-12T08:49:04+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume" id="ac1ad47f-984b-4441-9274-c9079b7a0666" name="test_host_name_is_same_as_server_name" time="0.042" timestamp="2021-10-12T08:49:10+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume" id="9a438d88-10c6-4bcd-8b5b-5b6e25e1346f" name="test_list_servers" time="0.069" timestamp="2021-10-12T08:49:10+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume" id="585e934c-448e-43c4-acbf-d06a9b899997" name="test_list_servers_with_detail" time="0.186" timestamp="2021-10-12T08:49:10+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume" id="cbc0f52f-05aa-492b-bdc1-84b575ca294b" name="test_verify_created_server_vcpus" time="0.071" timestamp="2021-10-12T08:49:10+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume" id="5de47127-9977-400a-936f-abcfbec1218f" name="test_verify_server_details" time="0.001" timestamp="2021-10-12T08:49:10+0000" />
    <testcase classname="tempest.api.volume.test_volumes_clone.VolumesCloneTest" id="cbbcd7c6-5a6c-481a-97ac-ca55ab715d16" name="test_create_from_bootable_volume" time="7.170" timestamp="2021-10-12T08:49:13+0000" />
    <testcase classname="tempest.api.volume.test_volumes_clone.VolumesCloneTest" id="9adae371-a257-43a5-9555-dc7c88e66e0e" name="test_create_from_volume" time="6.047" timestamp="2021-10-12T08:49:20+0000" />
    <testcase classname="tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest" id="9adae371-a257-43a5-459a-dc7c88e66e0e" name="test_create_from_volume_decreasing_size" time="1.518" timestamp="2021-10-12T08:49:32+0000" />
    <testcase classname="tempest.api.volume.test_volumes_extend.VolumesExtendTest" id="9a36df71-a257-43a5-9555-dc7c88e66e0e" name="test_volume_extend" time="6.024" timestamp="2021-10-12T08:49:36+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestJSON" id="ac1ad47f-984b-4441-9274-c9079b7a0666" name="test_host_name_is_same_as_server_name" time="0.042" timestamp="2021-10-12T08:49:40+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestJSON" id="9a438d88-10c6-4bcd-8b5b-5b6e25e1346f" name="test_list_servers" time="0.085" timestamp="2021-10-12T08:49:40+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestJSON" id="585e934c-448e-43c4-acbf-d06a9b899997" name="test_list_servers_with_detail" time="0.295" timestamp="2021-10-12T08:49:40+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestJSON" id="cbc0f52f-05aa-492b-bdc1-84b575ca294b" name="test_verify_created_server_vcpus" time="0.055" timestamp="2021-10-12T08:49:40+0000" />
    <testcase classname="tempest.api.compute.servers.test_create_server.ServersTestJSON" id="5de47127-9977-400a-936f-abcfbec1218f" name="test_verify_server_details" time="0.001" timestamp="2021-10-12T08:49:40+0000" />
    <testcase classname="tempest.api.volume.test_volumes_extend.VolumesExtendTest" id="86be1cba-2640-11e5-9c82-635fb964c912" name="test_volume_extend_when_volume_has_snapshot" time="3.709" timestamp="2021-10-12T08:49:42+0000" />
    <testcase classname="tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON" id="0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1" name="test_get_list_deleted_instance_actions" time="11.398" timestamp="2021-10-12T08:49:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_get.VolumesSummaryTest" id="c4f2431e-4920-4736-9e00-4040386b6feb" name="test_show_volume_summary" time="0.160" timestamp="2021-10-12T08:49:51+0000" />
    <testcase classname="tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON" id="0269f40a-6f18-456c-b336-c03623c897f1" name="test_get_instance_action_invalid_request" time="0.046" timestamp="2021-10-12T08:50:12+0000" />
    <testcase classname="tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON" id="67e1fce6-7ec2-45c6-92d4-0a8f1a632910" name="test_list_instance_actions_non_existent_server" time="0.025" timestamp="2021-10-12T08:50:12+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="b963d4f1-94b3-4c40-9e97-7b583f46e470" name="test_create_backup" time="32.944" timestamp="2021-10-12T08:50:36+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/utils/__init__.py", line 70, in wrapper
    return f(*func_args, **func_kwargs)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 528, in test_create_backup
    waiters.wait_for_image_status(glance_client,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 167, in wait_for_image_status
    image = show_image(image_id)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/services/image/v2/images_client.py", line 119, in show_image
    resp, body = self.get(url)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 314, in get
    return self.request('GET', url, extra_headers, headers)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 703, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/common/rest_client.py", line 809, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'message': 'No image found with ID 3346f232-69fe-495f-aefb-ab5bd5abeab5&lt;br /&gt;&lt;br /&gt;\n\n\n', 'code': '404 Not Found', 'title': 'Not Found'}
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON" id="414e7e93-45b5-44bc-8e03-55159c6bfc97" name="test_resize_server_from_manual_to_auto" time="310.018" timestamp="2021-10-12T08:51:05+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_disk_config.py", line 100, in test_resize_server_from_manual_to_auto
    self.resize_server(server['id'], self.flavor_ref_alt,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/base.py", line 449, in resize_server
    waiters.wait_for_server_status(self.servers_client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Server 00483ac1-9699-4658-a344-135658e63da2 failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="4b8867e6-fffa-4d54-b1d1-6fdda57be2f3" name="test_get_console_output" time="8.102" timestamp="2021-10-12T08:51:09+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="5b65d4e7-4ecd-437c-83c0-d6b79d927568" name="test_get_console_output_server_id_in_shutoff_status" time="10.711" timestamp="2021-10-12T08:51:17+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="89104062-69d8-4b19-a71b-f47b7af093d7" name="test_get_console_output_with_unlimited_size" time="8.907" timestamp="2021-10-12T08:51:28+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="80a8094c-211e-440a-ab88-9e59d556c7ee" name="test_lock_unlock_server" time="6.142" timestamp="2021-10-12T08:51:37+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="bd61a9fd-062f-4670-972b-2d6c3e3b9e73" name="test_pause_unpause_server" time="3.230" timestamp="2021-10-12T08:51:43+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32" name="test_reboot_server_hard" time="14.542" timestamp="2021-10-12T08:51:46+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="aaa6cdf3-55a7-461a-add9-1c8596b9a07c" name="test_rebuild_server" time="19.971" timestamp="2021-10-12T08:52:01+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="30449a88-5aff-4f9b-9866-6ee9b17f906d" name="test_rebuild_server_in_stop_state" time="21.361" timestamp="2021-10-12T08:52:21+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce" name="test_remove_server_all_security_groups" time="7.230" timestamp="2021-10-12T08:52:42+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="1499262a-9328-4eda-9068-db1ac57498d2" name="test_resize_server_confirm" time="305.260" timestamp="2021-10-12T08:52:50+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 353, in test_resize_server_confirm
    self._test_resize_server_confirm(self.server_id, stop=False)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 333, in _test_resize_server_confirm
    waiters.wait_for_server_status(self.client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_resize_server_confirm) Server 2ac7bc66-6904-4215-a539-ec1f2cad78c7 failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON" id="5ef18867-358d-4de9-b3c9-94d4ba35742f" name="test_update_server_from_auto_to_manual" time="9.164" timestamp="2021-10-12T08:56:15+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="80c574cc-0925-44ba-8602-299028357dd9" name="test_list_servers_detailed_filter_by_flavor" time="0.250" timestamp="2021-10-12T08:56:42+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="b3304c3b-97df-46d2-8cd3-e2b6659724e7" name="test_list_servers_detailed_filter_by_image" time="0.327" timestamp="2021-10-12T08:56:42+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="f9eb2b70-735f-416c-b260-9914ac6181e4" name="test_list_servers_detailed_filter_by_server_name" time="0.243" timestamp="2021-10-12T08:56:43+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="de2612ab-b7dd-4044-b0b1-d2539601911f" name="test_list_servers_detailed_filter_by_server_status" time="0.290" timestamp="2021-10-12T08:56:43+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="67aec2d0-35fe-4503-9f92-f13272b867ed" name="test_list_servers_detailed_limit_results" time="0.256" timestamp="2021-10-12T08:56:43+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e" name="test_list_servers_filter_by_active_status" time="0.201" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="37791bbd-90c0-4de0-831e-5f38cba9c6b3" name="test_list_servers_filter_by_exceed_limit" time="0.142" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="573637f5-7325-47bb-9144-3476d0416908" name="test_list_servers_filter_by_flavor" time="0.142" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="05e8a8e7-9659-459a-989d-92c2f501f4ba" name="test_list_servers_filter_by_image" time="0.091" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="614cdfc1-d557-4bac-915b-3e67b48eee76" name="test_list_servers_filter_by_limit" time="0.104" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="9b067a7b-7fee-4f6a-b29c-be43fe18fc5a" name="test_list_servers_filter_by_server_name" time="0.154" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c" name="test_list_servers_filter_by_shutoff_status" time="6.554" timestamp="2021-10-12T08:56:44+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="b1495414-2d93-414c-8019-849afe8d319e" name="test_list_servers_filter_by_zero_limit" time="0.021" timestamp="2021-10-12T08:56:51+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="43a1242e-7b31-48d1-88f2-3f72aa9f2077" name="test_list_servers_filtered_by_ip" time="0.825" timestamp="2021-10-12T08:56:51+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="24a89b0c-0d55-4a28-847f-45075f19b27b" name="test_list_servers_filtered_by_name_regex" time="0.547" timestamp="2021-10-12T08:56:52+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON" id="e9f624ee-92af-4562-8bec-437945a18dcb" name="test_list_servers_filtered_by_name_wildcard" time="0.282" timestamp="2021-10-12T08:56:52+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="74745ad8-b346-45b5-b9b8-509d7447fc1f" name="test_list_servers_by_changes_since_future_date" time="0.116" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="87d12517-e20a-4c9c-97b6-dd1628d6d6c9" name="test_list_servers_by_changes_since_invalid_date" time="0.013" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="d47c17fb-eebd-4287-8e95-f20a7e627b18" name="test_list_servers_by_limits_greater_than_actual_count" time="0.154" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="62610dd9-4713-4ee0-8beb-fd2c1aa7f950" name="test_list_servers_by_limits_pass_negative_value" time="0.013" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="679bc053-5e70-4514-9800-3dfab1a380a6" name="test_list_servers_by_limits_pass_string" time="0.016" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="5913660b-223b-44d4-a651-a0fbfd44ca75" name="test_list_servers_by_non_existing_flavor" time="0.028" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="ff01387d-c7ad-47b4-ae9e-64fa214638fe" name="test_list_servers_by_non_existing_image" time="0.085" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="e2c77c4a-000a-4af3-a0bd-629a328bde7c" name="test_list_servers_by_non_existing_server_name" time="0.093" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="93055106-2d34-46fe-af68-d9ddbf7ee570" name="test_list_servers_detail_server_is_deleted" time="0.193" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="fcdf192d-0f74-4d89-911f-1ec002b822c4" name="test_list_servers_status_non_existing" time="0.021" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON" id="24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f" name="test_list_servers_with_a_deleted_server" time="0.115" timestamp="2021-10-12T08:57:22+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON" id="61e03386-89c3-449c-9bb1-a06f423fd9d1" name="test_multiple_create" time="9.945" timestamp="2021-10-12T08:57:30+0000" />
    <testcase classname="tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON" id="864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7" name="test_multiple_create_with_reservation_return" time="9.066" timestamp="2021-10-12T08:57:40+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="138b131d-66df-48c9-a171-64f45eb92962" name="test_resize_server_confirm_from_stopped" time="622.637" timestamp="2021-10-12T08:57:55+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 399, in test_resize_server_confirm_from_stopped
    self._test_resize_server_confirm(self.server_id, stop=True)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 333, in _test_resize_server_confirm
    waiters.wait_for_server_status(self.client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_resize_server_confirm_from_stopped) Server 410e5940-698b-456d-a9c0-cb042ee1b8ab failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: SHUTOFF. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON" id="81279a66-61c3-4759-b830-a2dbe64cbe08" name="test_check_tag_existence" time="0.200" timestamp="2021-10-12T08:58:04+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON" id="8d95abe2-c658-4c42-9a44-c0258500306b" name="test_create_delete_tag" time="0.317" timestamp="2021-10-12T08:58:04+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON" id="a63b2a74-e918-4b7c-bcab-10c855f3a57e" name="test_delete_all_tags" time="0.309" timestamp="2021-10-12T08:58:05+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON" id="a2c1af8c-127d-417d-974b-8115f7e3d831" name="test_update_all_tags" time="0.324" timestamp="2021-10-12T08:58:05+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServerShowV247Test" id="88b0bdb2-494c-11e7-a919-92ebcb67fe33" name="test_show_server" time="2.030" timestamp="2021-10-12T08:58:10+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers.ServerShowV247Test" id="8de397c2-57d0-4b90-aa30-e5d668f21a8b" name="test_update_rebuild_list_server" time="17.154" timestamp="2021-10-12T08:58:13+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON" id="5c75009d-3eea-423e-bea3-61b09fd25f9c" name="test_delete_a_server_of_another_tenant" time="0.231" timestamp="2021-10-12T08:58:49+0000" />
    <testcase classname="tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON" id="543d84c1-dd2e-4c6d-8cb2-b9da0efaa384" name="test_update_server_of_another_tenant" time="0.172" timestamp="2021-10-12T08:58:49+0000" />
    <testcase classname="tempest.api.compute.test_extensions.ExtensionsTest" id="05762f39-bdfa-4cdb-9b46-b78f8e78e2fd" name="test_get_extension" time="0.163" timestamp="2021-10-12T08:58:56+0000" />
    <testcase classname="tempest.api.compute.test_extensions.ExtensionsTest" id="3bb27738-b759-4e0d-a5fa-37d7a6df07d1" name="test_list_extensions" time="0.035" timestamp="2021-10-12T08:58:56+0000" />
    <testcase classname="tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest" id="edfea98e-bbe3-4c7a-9739-87b986baff26" name="test_list_show_tenant_networks" time="0.725" timestamp="2021-10-12T08:58:59+0000" />
    <testcase classname="tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest" id="ee37a796-2afb-11e7-bc0f-fa163e65f5ce" name="test_attach_attached_volume_to_different_server" time="20.757" timestamp="2021-10-12T08:59:02+0000" />
    <testcase classname="tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest" id="aab919e2-d992-4cbb-a4ed-745c2475398c" name="test_attach_attached_volume_to_same_server" time="12.733" timestamp="2021-10-12T08:59:23+0000" />
    <testcase classname="tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest" id="a313b5cd-fbd0-49cc-94de-870e99f763c7" name="test_delete_attached_volume" time="13.169" timestamp="2021-10-12T08:59:36+0000" />
    <testcase classname="tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON" id="cd4ec87d-7825-450d-8040-6e2068f2da8f" name="test_volume_snapshot_create_get_list_delete" time="6.276" timestamp="2021-10-12T09:00:07+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON" id="9e3ff13c-f597-4f01-9377-d6c06c2a1477" name="test_create_domain_config_and_show_config_groups_and_options" time="0.808" timestamp="2021-10-12T09:00:15+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON" id="7161023e-5dd0-4612-9da0-1bac6ac30b63" name="test_create_update_and_delete_domain_config" time="0.626" timestamp="2021-10-12T09:00:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON" id="c7510fa2-6661-4170-9c6b-4783a80651e9" name="test_create_update_and_delete_domain_config_groups_and_opts" time="0.675" timestamp="2021-10-12T09:00:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON" id="11a02bf0-6f94-4380-b3b0-c8dc18fc0d22" name="test_show_default_group_config_and_options" time="1.348" timestamp="2021-10-12T09:00:17+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON" id="9018461d-7d24-408d-b3fe-ae37e8cd5c9e" name="test_create_domain_with_empty_name" time="0.072" timestamp="2021-10-12T09:00:21+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON" id="37b1bbf2-d664-4785-9a11-333438586eae" name="test_create_domain_with_name_length_over_64" time="0.028" timestamp="2021-10-12T09:00:21+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON" id="1f3fbff5-4e44-400d-9ca1-d953f05f609b" name="test_delete_active_domain" time="0.593" timestamp="2021-10-12T09:00:21+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON" id="43781c07-764f-4cf2-a405-953c1916f605" name="test_delete_non_existent_domain" time="0.078" timestamp="2021-10-12T09:00:21+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON" id="e6f9e4a2-4f36-4be8-bdbc-4e199ae29427" name="test_domain_create_duplicate" time="0.452" timestamp="2021-10-12T09:00:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest" id="7c69e7a1-f865-402d-a2ea-44493017315a" name="test_create_list_show_check_delete_endpoint_group" time="0.367" timestamp="2021-10-12T09:00:25+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest" id="51c8fc38-fa84-4e76-b5b6-6fc37770fb26" name="test_update_endpoint_group" time="0.275" timestamp="2021-10-12T09:00:25+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON" id="2e80343b-6c81-4ac3-88c7-452f3e9d5129" name="test_group_create_update_get" time="0.399" timestamp="2021-10-12T09:00:28+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON" id="1598521a-2f36-4606-8df9-30772bd51339" name="test_group_users_add_list_delete" time="1.500" timestamp="2021-10-12T09:00:28+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON" id="cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71" name="test_list_groups" time="0.479" timestamp="2021-10-12T09:00:30+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON" id="64573281-d26a-4a52-b899-503cb0f4e4ec" name="test_list_user_groups" time="0.673" timestamp="2021-10-12T09:00:30+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON" id="0fe7a334-675a-4509-b00e-1c4b95d5dae8" name="test_list_projects_with_enabled" time="0.121" timestamp="2021-10-12T09:00:34+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON" id="6edc66f5-2941-4a17-9526-4073311c1fac" name="test_list_projects_with_parent" time="0.037" timestamp="2021-10-12T09:00:34+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_regions.RegionsTestJSON" id="2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2" name="test_create_region_with_specific_id" time="0.147" timestamp="2021-10-12T09:00:37+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_regions.RegionsTestJSON" id="56186092-82e4-43f2-b954-91013218ba42" name="test_create_update_get_delete_region" time="0.325" timestamp="2021-10-12T09:00:38+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_regions.RegionsTestJSON" id="d180bf99-544a-445c-ad0d-0c0d27663796" name="test_list_regions" time="0.026" timestamp="2021-10-12T09:00:38+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_regions.RegionsTestJSON" id="2d1057cb-bbde-413a-acdf-e2d265284542" name="test_list_regions_filter_by_parent_region_id" time="0.108" timestamp="2021-10-12T09:00:38+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="3859df7e-5b78-4e4d-b10e-214c8953842a" name="test_assignments_for_domain_roles" time="0.314" timestamp="2021-10-12T09:00:41+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="c8828027-df48-4021-95df-b65b92c7429e" name="test_assignments_for_implied_roles_create_delete" time="0.485" timestamp="2021-10-12T09:00:41+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="d92a41d2-5501-497a-84bb-6e294330e8f8" name="test_domain_roles_create_delete" time="0.270" timestamp="2021-10-12T09:00:42+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="4bf8a70b-e785-413a-ad53-9f91ce02faa7" name="test_grant_list_revoke_role_to_group_on_domain" time="0.203" timestamp="2021-10-12T09:00:42+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="cbf11737-1904-4690-9613-97bcbb3df1c4" name="test_grant_list_revoke_role_to_group_on_project" time="0.543" timestamp="2021-10-12T09:00:42+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="c888fe4f-8018-48db-b959-542225c1b4b6" name="test_grant_list_revoke_role_to_group_on_system" time="0.200" timestamp="2021-10-12T09:00:43+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="6c9a2940-3625-43a3-ac02-5dcec62ef3bd" name="test_grant_list_revoke_role_to_user_on_domain" time="0.209" timestamp="2021-10-12T09:00:43+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="c6b80012-fe4a-498b-9ce8-eb391c05169f" name="test_grant_list_revoke_role_to_user_on_project" time="0.313" timestamp="2021-10-12T09:00:43+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="e5a81737-d294-424d-8189-8664858aae4c" name="test_grant_list_revoke_role_to_user_on_system" time="0.171" timestamp="2021-10-12T09:00:43+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="eb1e1c24-1bc4-4d47-9748-e127a1852c82" name="test_implied_domain_roles" time="1.265" timestamp="2021-10-12T09:00:44+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="c90c316c-d706-4728-bcba-eb1912081b69" name="test_implied_roles_create_check_show_delete" time="0.370" timestamp="2021-10-12T09:00:45+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="3748c316-c18f-4b08-997b-c60567bc6235" name="test_list_all_implied_roles" time="0.450" timestamp="2021-10-12T09:00:45+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="f5654bcc-08c4-4f71-88fe-05d64e06de94" name="test_list_roles" time="0.085" timestamp="2021-10-12T09:00:46+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="18afc6c0-46cf-4911-824e-9989cc056c3a" name="test_role_create_update_show_list" time="0.190" timestamp="2021-10-12T09:00:46+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON" id="dc6f5959-b74d-4e30-a9e5-a8255494ff00" name="test_roles_hierarchy" time="0.552" timestamp="2021-10-12T09:00:46+0000" />
    <testcase classname="tempest.api.identity.v3.test_catalog.IdentityCatalogTest" id="56b57ced-22b8-4127-9b8a-565dfb0207e2" name="test_catalog_standardization" time="0.076" timestamp="2021-10-12T09:00:50+0000" />
    <testcase classname="tempest.api.identity.v3.test_users.IdentityV3UsersTest" id="941784ee-5342-4571-959b-b80dd2cea516" name="test_password_history_check_self_service_api" time="6.835" timestamp="2021-10-12T09:00:51+0000" />
    <testcase classname="tempest.api.identity.v3.test_users.IdentityV3UsersTest" id="a7ad8bbf-2cff-4520-8c1d-96332e151658" name="test_user_account_lockout" time="11.210" timestamp="2021-10-12T09:00:58+0000" />
    <testcase classname="tempest.api.identity.v3.test_users.IdentityV3UsersTest" id="ad71bd23-12ad-426b-bb8b-195d2b635f27" name="test_user_update_own_password" time="5.587" timestamp="2021-10-12T09:01:09+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest" id="b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718" name="test_create_update_delete_meta_namespace_objects" time="0.404" timestamp="2021-10-12T09:01:16+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest" id="a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738" name="test_list_meta_namespace_objects" time="0.157" timestamp="2021-10-12T09:01:17+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest" id="b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768" name="test_show_meta_namespace_objects" time="0.160" timestamp="2021-10-12T09:01:17+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest" id="319b765e-7f3d-4b3d-8b37-3ca3876ee768" name="test_basic_metadata_definition_namespaces" time="0.628" timestamp="2021-10-12T09:01:19+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="32248db1-ab88-4821-9604-c7c369f1f88c" name="test_delete_image_null_id" time="0.153" timestamp="2021-10-12T09:01:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="6fe40f1c-57bd-4918-89cc-8500f850f3de" name="test_delete_non_existing_image" time="0.021" timestamp="2021-10-12T09:01:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="ab980a34-8410-40eb-872b-f264752f46e5" name="test_delete_protected_image" time="0.621" timestamp="2021-10-12T09:01:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="e57fc127-7ba0-4693-92d7-1d8a05ebcba9" name="test_get_delete_deleted_image" time="0.640" timestamp="2021-10-12T09:01:22+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="ef45000d-0a72-4781-866d-4cb7bf2562ad" name="test_get_image_null_id" time="0.009" timestamp="2021-10-12T09:01:23+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="668743d5-08ad-4480-b2b8-15da34f81d9f" name="test_get_non_existent_image" time="0.017" timestamp="2021-10-12T09:01:23+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="292bd310-369b-41c7-a7a3-10276ef76753" name="test_register_with_invalid_container_format" time="0.024" timestamp="2021-10-12T09:01:23+0000" />
    <testcase classname="tempest.api.image.v2.test_images_negative.ImagesNegativeTest" id="70c6040c-5a97-4111-9e13-e73665264ce1" name="test_register_with_invalid_disk_format" time="0.018" timestamp="2021-10-12T09:01:23+0000" />
    <testcase classname="tempest.api.image.v2.test_images_tags.ImagesTagsTest" id="10407036-6059-4f95-a2cd-cbbbee7ed329" name="test_update_delete_tags_for_image" time="0.845" timestamp="2021-10-12T09:01:24+0000" />
    <testcase classname="tempest.api.image.v2.test_versions.VersionsTest" id="659ea30a-a17c-4317-832c-0f68ed23c31d" name="test_list_versions" time="0.008" timestamp="2021-10-12T09:01:27+0000" />
    <testcase classname="tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest" id="644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf" name="test_network_quota_exceeding" time="1.755" timestamp="2021-10-12T09:01:28+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="67f1b811-f8db-43e2-86bd-72c074d4a42c" name="test_create_bulk_port" time="1.868" timestamp="2021-10-12T09:01:33+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="0435f278-40ae-48cb-a404-b8a087bc09b1" name="test_create_port_in_allowed_allocation_pools" time="2.342" timestamp="2021-10-12T09:01:35+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="4179dcb9-1382-4ced-84fe-1b91c54f5735" name="test_create_port_with_no_securitygroups" time="2.378" timestamp="2021-10-12T09:01:37+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="13e95171-6cbd-489c-9d7c-3f9c58215c18" name="test_create_show_delete_port_user_defined_mac" time="1.443" timestamp="2021-10-12T09:01:39+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="c72c1c0c-2193-4aca-aaa4-b1442640f51c" name="test_create_update_delete_port" time="0.795" timestamp="2021-10-12T09:01:41+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="63aeadd4-3b49-427f-a3b1-19ca81f06270" name="test_create_update_port_with_second_ip" time="4.988" timestamp="2021-10-12T09:01:42+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="cf95b358-3e92-4a29-a148-52445e1ac50e" name="test_list_ports" time="0.087" timestamp="2021-10-12T09:01:47+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="ff7f117f-f034-4e0e-abff-ccef05c454b4" name="test_list_ports_fields" time="0.040" timestamp="2021-10-12T09:01:47+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="e7fe260b-1e79-4dd3-86d9-bec6a7959fc5" name="test_port_list_filter_by_ip" time="3.652" timestamp="2021-10-12T09:01:47+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="79895408-85d5-460d-94e7-9531c5fd9123" name="test_port_list_filter_by_ip_substr" time="4.049" timestamp="2021-10-12T09:01:50+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="5ad01ed0-0e6e-4c5d-8194-232801b15c72" name="test_port_list_filter_by_router_id" time="6.044" timestamp="2021-10-12T09:01:54+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="c9a685bd-e83f-499c-939f-9f7863ca259f" name="test_show_port" time="0.049" timestamp="2021-10-12T09:02:00+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd" name="test_show_port_fields" time="0.033" timestamp="2021-10-12T09:02:00+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="58091b66-4ff4-4cc1-a549-05d60c7acd1a" name="test_update_port_with_security_group_and_extra_attributes" time="3.284" timestamp="2021-10-12T09:02:01+0000" />
    <testcase classname="tempest.api.network.test_ports.PortsTestJSON" id="edf6766d-3d40-4621-bc6e-2521a44c257d" name="test_update_port_with_two_security_groups_and_extra_attributes" time="4.537" timestamp="2021-10-12T09:02:04+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="957751a3-3c68-4fa2-93b6-eb52ea10db6e" name="test_add_router_interfaces_on_overlapping_subnets_returns_400" time="3.833" timestamp="2021-10-12T09:02:12+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4" name="test_delete_non_existent_router_returns_404" time="0.043" timestamp="2021-10-12T09:02:16+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="37a94fc0-a834-45b9-bd23-9a81d2fd1e22" name="test_router_add_gateway_invalid_network_returns_404" time="0.286" timestamp="2021-10-12T09:02:16+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="11836a18-0b15-4327-a50b-f0d9dc66bddd" name="test_router_add_gateway_net_not_external_returns_400" time="0.833" timestamp="2021-10-12T09:02:16+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="04df80f9-224d-47f5-837a-bf23e33d1c20" name="test_router_remove_interface_in_use_returns_409" time="2.891" timestamp="2021-10-12T09:02:17+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="c2a70d72-8826-43a7-8208-0209e6360c47" name="test_show_non_existent_router_returns_404" time="0.038" timestamp="2021-10-12T09:02:20+0000" />
    <testcase classname="tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test" id="b23d1569-8b0c-4169-8d4b-6abd34fad5c7" name="test_update_non_existent_router_returns_404" time="0.037" timestamp="2021-10-12T09:02:20+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="bfd128e5-3c92-44b6-9d66-7fe29d22c802" name="test_create_list_update_show_delete_security_group" time="0.620" timestamp="2021-10-12T09:02:24+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="87dfbcf9-1849-43ea-b1e4-efa3eeae9f71" name="test_create_security_group_rule_with_additional_args" time="0.475" timestamp="2021-10-12T09:02:25+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="c9463db8-b44d-4f52-b6c0-8dbda99f26ce" name="test_create_security_group_rule_with_icmp_type_code" time="1.420" timestamp="2021-10-12T09:02:25+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="0a307599-6655-4220-bebc-fd70c64f2290" name="test_create_security_group_rule_with_protocol_integer_value" time="0.422" timestamp="2021-10-12T09:02:26+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b" name="test_create_security_group_rule_with_remote_group_id" time="0.765" timestamp="2021-10-12T09:02:27+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="16459776-5da2-4634-bce4-4b55ee3ec188" name="test_create_security_group_rule_with_remote_ip_prefix" time="0.579" timestamp="2021-10-12T09:02:28+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="cfb99e0e-7410-4a3d-8a0c-959a63ee77e9" name="test_create_show_delete_security_group_rule" time="1.073" timestamp="2021-10-12T09:02:28+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupTest" id="e30abd17-fef9-4739-8617-dc26da88e686" name="test_list_security_groups" time="0.055" timestamp="2021-10-12T09:02:29+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="2323061e-9fbf-4eb0-b547-7e8fafc90849" name="test_create_additional_default_security_group_fails" time="0.113" timestamp="2021-10-12T09:02:31+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="8fde898f-ce88-493b-adc9-4e4692879fc5" name="test_create_duplicate_security_group_rule_fails" time="0.677" timestamp="2021-10-12T09:02:31+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="5666968c-fff3-40d6-9efc-df1c8bd01abb" name="test_create_security_group_rule_with_bad_ethertype" time="0.301" timestamp="2021-10-12T09:02:31+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="981bdc22-ce48-41ed-900a-73148b583958" name="test_create_security_group_rule_with_bad_protocol" time="0.344" timestamp="2021-10-12T09:02:32+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="5f8daf69-3c5f-4aaa-88c9-db1d66f68679" name="test_create_security_group_rule_with_bad_remote_ip_prefix" time="0.345" timestamp="2021-10-12T09:02:32+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d" name="test_create_security_group_rule_with_invalid_ports" time="0.917" timestamp="2021-10-12T09:02:32+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="4bf786fd-2f02-443c-9716-5b98e159a49a" name="test_create_security_group_rule_with_non_existent_remote_groupid" time="0.326" timestamp="2021-10-12T09:02:33+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="be308db6-a7cf-4d5c-9baf-71bafd73f35e" name="test_create_security_group_rule_with_non_existent_security_group" time="0.039" timestamp="2021-10-12T09:02:34+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="b5c4b247-6b02-435b-b088-d10d45650881" name="test_create_security_group_rule_with_remote_ip_and_group" time="0.585" timestamp="2021-10-12T09:02:34+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="7607439c-af73-499e-bf64-f687fd12a842" name="test_create_security_group_rule_wrong_ip_prefix_version" time="0.391" timestamp="2021-10-12T09:02:34+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="966e2b96-023a-11e7-a9e4-fa163e4fa634" name="test_create_security_group_update_name_default" time="0.265" timestamp="2021-10-12T09:02:35+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="1f1bb89d-5664-4956-9fcd-83ee0fa603df" name="test_delete_non_existent_security_group" time="0.014" timestamp="2021-10-12T09:02:35+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="424fd5c3-9ddc-486a-b45f-39bf0c820fc6" name="test_show_non_existent_security_group" time="0.013" timestamp="2021-10-12T09:02:35+0000" />
    <testcase classname="tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test" id="4c094c09-000b-4e41-8100-9617600c02a6" name="test_show_non_existent_security_group_rule" time="0.012" timestamp="2021-10-12T09:02:35+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="4894c312-6056-4587-8d6f-86ffbf861f80" name="test_list_account_metadata" time="0.028" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="3499406a-ae53-4f8c-b43a-133d4dc6fe3f" name="test_list_containers" time="0.011" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="b1811cff-d1ed-4c15-a52e-efd8de41cf34" name="test_list_containers_reverse_order" time="0.021" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="5ca164e4-7bde-43fa-bafb-913b53b9e786" name="test_list_containers_with_end_marker" time="0.013" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="1c7efa35-e8a2-4b0b-b5ff-862c7fd83704" name="test_list_containers_with_format_json" time="0.010" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="4477b609-1ca6-4d4b-b25d-ad3f01086089" name="test_list_containers_with_format_xml" time="0.011" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="5cfa4ab2-4373-48dd-a41f-a532b12b08b2" name="test_list_containers_with_limit" time="0.023" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="888a3f0e-7214-4806-8e50-5e0c9a69bb5e" name="test_list_containers_with_limit_and_end_marker" time="0.008" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="f7064ae8-dbcc-48da-b594-82feef6ea5af" name="test_list_containers_with_limit_and_marker" time="0.214" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="8cf98d9c-e3a0-4e44-971b-c87656fdddbd" name="test_list_containers_with_limit_and_marker_and_end_marker" time="0.007" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="638f876d-6a43-482a-bbb3-0840bca101c6" name="test_list_containers_with_marker" time="0.010" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="ac8502c2-d4e4-4f68-85a6-40befea2ef5e" name="test_list_containers_with_marker_and_end_marker" time="0.008" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="365e6fc7-1cfe-463b-a37c-8bd08d47b6aa" name="test_list_containers_with_prefix" time="0.009" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="6eb04a6a-4860-4e31-ba91-ea3347d76b58" name="test_list_extensions" time="0.005" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="b904c2e3-24c2-4dba-ad7d-04e90a761be5" name="test_list_no_account_metadata" time="0.011" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="884ec421-fbad-4fcc-916b-0580f2699565" name="test_list_no_containers" time="0.106" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="8e5fc073-59b9-42ee-984a-29ed11b2c749" name="test_update_account_metadata_with_create_and_delete_metadata" time="0.070" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="e2a08b5f-3115-4768-a3ee-d4287acd6c08" name="test_update_account_metadata_with_create_metadata" time="0.079" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="64fd53f3-adbd-4639-af54-436e4982dbfb" name="test_update_account_metadata_with_create_metadata_key" time="0.252" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="9f60348d-c46f-4465-ae06-d51dbd470953" name="test_update_account_metadata_with_delete_metadata" time="0.080" timestamp="2021-10-12T09:02:38+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services.AccountTest" id="d4d884d3-4696-4b85-bc98-4f57c4dd2bf1" name="test_update_account_metadata_with_delete_metadata_key" time="0.026" timestamp="2021-10-12T09:02:39+0000" />
    <testcase classname="tempest.api.object_storage.test_crossdomain.CrossdomainTest" id="d1b8b031-b622-4010-82f9-ff78a9e915c7" name="test_get_crossdomain_policy" time="0.003" timestamp="2021-10-12T09:02:41+0000" />
    <testcase classname="tempest.api.object_storage.test_healthcheck.HealthcheckTest" id="db5723b1-f25c-49a9-bfeb-7b5640caf337" name="test_get_healthcheck" time="0.004" timestamp="2021-10-12T09:02:42+0000" />
    <testcase classname="tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON" id="a9035743-d46a-47c5-9cb7-3c80ea16dea0" name="test_compare_volume_stats_values" time="0.075" timestamp="2021-10-12T09:02:44+0000" />
    <testcase classname="tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON" id="3750af44-5ea2-4cd4-bc3e-56e7e6caf854" name="test_get_capabilities_backend" time="0.040" timestamp="2021-10-12T09:02:44+0000" />
    <testcase classname="tempest.api.volume.admin.test_groups.GroupsV314Test" id="2424af8c-7851-4888-986a-794b10c3210e" name="test_create_group_from_group" time="8.241" timestamp="2021-10-12T09:02:46+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="1dd93c76-6420-485d-a771-874044c416ac" name="test_associate_disassociate_qos" time="0.387" timestamp="2021-10-12T09:02:57+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="b115cded-8f58-4ee4-aab5-9192cfada08f" name="test_create_delete_qos_with_back_end_consumer" time="0.127" timestamp="2021-10-12T09:02:57+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="f88d65eb-ea0d-487d-af8d-71f4011575a4" name="test_create_delete_qos_with_both_consumer" time="0.120" timestamp="2021-10-12T09:02:57+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="7e15f883-4bef-49a9-95eb-f94209a1ced1" name="test_create_delete_qos_with_front_end_consumer" time="0.113" timestamp="2021-10-12T09:02:58+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="7aa214cc-ac1a-4397-931f-3bb2e83bb0fd" name="test_get_qos" time="0.022" timestamp="2021-10-12T09:02:58+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="75e04226-bcf7-4595-a34b-fdf0736f38fc" name="test_list_qos" time="0.030" timestamp="2021-10-12T09:02:58+0000" />
    <testcase classname="tempest.api.volume.admin.test_qos.QosSpecsTestJSON" id="ed00fd85-4494-45f2-8ceb-9e2048919aed" name="test_set_unset_qos_key" time="0.139" timestamp="2021-10-12T09:02:58+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest" id="abb9198e-67d0-4b09-859f-4f4a1418f176" name="test_show_default_quota" time="0.176" timestamp="2021-10-12T09:03:01+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest" id="a7644c63-2669-467a-b00e-452dd5c5397b" name="test_update_default_quota" time="0.769" timestamp="2021-10-12T09:03:01+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON" id="c99a1ca9-6cdf-498d-9fdf-25832babef27" name="test_quota_volume_gigabytes_snapshots" time="0.209" timestamp="2021-10-12T09:03:08+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON" id="02bbf63f-6c05-4357-9d98-2926a94064ff" name="test_quota_volume_snapshots" time="0.055" timestamp="2021-10-12T09:03:08+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest" id="d4772798-601f-408a-b2a5-29e8a59d1220" name="test_volume_type_extra_spec_create_get_delete" time="0.146" timestamp="2021-10-12T09:03:13+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest" id="b42923e9-0452-4945-be5b-d362ae533e60" name="test_volume_type_extra_specs_list" time="0.073" timestamp="2021-10-12T09:03:13+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest" id="0806db36-b4a0-47a1-b6f3-c2e7f194d017" name="test_volume_type_extra_specs_update" time="0.197" timestamp="2021-10-12T09:03:13+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest" id="a99c54a1-dd80-4724-8a13-13bf58d4068d" name="test_volume_backup_export_import" time="11.786" timestamp="2021-10-12T09:03:16+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest" id="47a35425-a891-4e13-961c-c45deea21e94" name="test_volume_backup_reset_status" time="6.764" timestamp="2021-10-12T09:03:28+0000" />
    <testcase classname="tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON" id="5866286f-3290-4cfd-a414-088aa6cdc469" name="test_volume_list_param_tenant" time="1.516" timestamp="2021-10-12T09:03:43+0000" />
    <testcase classname="tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON" id="01f1ae88-eba9-4c6b-a011-6f7ace06b725" name="test_get_availability_zone_list" time="0.134" timestamp="2021-10-12T09:03:50+0000" />
    <testcase classname="tempest.api.volume.test_image_metadata.VolumesImageMetadata" id="03efff0b-5c75-4822-8f10-8789ac15b13e" name="test_update_show_delete_image_metadata" time="0.207" timestamp="2021-10-12T09:03:56+0000" />
    <testcase classname="tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test" id="9f36bb2b-619f-4507-b246-76aeb9a28851" name="test_create_get_list_accept_volume_transfer" time="3.396" timestamp="2021-10-12T09:03:59+0000" />
    <testcase classname="tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test" id="af4a5b97-0859-4f31-aa3c-85b05bb63322" name="test_create_list_delete_volume_transfer" time="2.688" timestamp="2021-10-12T09:04:03+0000" />
    <testcase classname="tempest.api.volume.test_volumes_backup.VolumesBackupsTest" id="07af8f6d-80af-44c9-a5dc-c8427b1b62e6" name="test_backup_create_attached_volume" time="22.079" timestamp="2021-10-12T09:04:08+0000" />
    <testcase classname="tempest.api.volume.test_volumes_backup.VolumesBackupsTest" id="2a8ba340-dff2-4511-9db7-646f07156b15" name="test_bootable_volume_backup_and_restore" time="13.574" timestamp="2021-10-12T09:04:30+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="0b6ddd39-b948-471f-8038-4787978747c4" name="test_volume_list" time="0.061" timestamp="2021-10-12T09:04:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="a28e8da4-0b56-472f-87a8-0f4d3f819c02" name="test_volume_list_by_name" time="0.064" timestamp="2021-10-12T09:04:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="2de3a6d4-12aa-403b-a8f2-fdeb42a89623" name="test_volume_list_details_by_name" time="0.079" timestamp="2021-10-12T09:04:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="e9138a2c-f67b-4796-8efa-635c196d01de" name="test_volume_list_details_pagination" time="0.316" timestamp="2021-10-12T09:04:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="2a7064eb-b9c3-429b-b888-33928fc5edd3" name="test_volume_list_details_with_multiple_params" time="0.172" timestamp="2021-10-12T09:04:50+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="af55e775-8e4b-4feb-8719-215c43b0238c" name="test_volume_list_pagination" time="0.250" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="777c87c1-2fc4-4883-8b8e-5c0b951d1ec8" name="test_volume_list_param_display_name_and_status" time="0.058" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="856ab8ca-6009-4c37-b691-be1065528ad4" name="test_volume_list_with_detail_param_display_name_and_status" time="0.077" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="46eff077-100b-427f-914e-3db2abcdb7e2" name="test_volume_list_with_detail_param_marker" time="0.072" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d" name="test_volume_list_with_detail_param_metadata" time="0.081" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="adcbb5a7-5ad8-4b61-bd10-5380e111a877" name="test_volume_list_with_details" time="0.079" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="b5ebea1b-0603-40a0-bb41-15fcd0a53214" name="test_volume_list_with_param_metadata" time="0.062" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="c0cfa863-3020-40d7-b587-e35f597d5d87" name="test_volumes_list_by_availability_zone" time="0.117" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="2016a942-3020-40d7-95ce-7613bf8407ce" name="test_volumes_list_by_bootable" time="0.123" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="39654e13-734c-4dab-95ce-7613bf8407ce" name="test_volumes_list_by_status" time="0.133" timestamp="2021-10-12T09:04:51+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="e1b80d13-94f0-4ba2-a40e-386af29f8db1" name="test_volumes_list_details_by_availability_zone" time="0.079" timestamp="2021-10-12T09:04:52+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="2016a939-72ec-482a-bf49-d5ca06216b9f" name="test_volumes_list_details_by_bootable" time="0.073" timestamp="2021-10-12T09:04:52+0000" />
    <testcase classname="tempest.api.volume.test_volumes_list.VolumesListTestJSON" id="2943f712-71ec-482a-bf49-d5ca06216b9f" name="test_volumes_list_details_by_status" time="0.074" timestamp="2021-10-12T09:04:52+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON" id="e3e466af-70ab-4f4b-a967-ab04e3532ea7" name="test_create_snapshot_with_nonexistent_volume_id" time="0.144" timestamp="2021-10-12T09:04:56+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON" id="bb9da53e-d335-4309-9c15-7e76fd5e4d6d" name="test_create_snapshot_without_passing_volume_id" time="0.062" timestamp="2021-10-12T09:04:57+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON" id="8fd92339-e22f-4591-86b4-1e2215372a40" name="test_list_snapshot_invalid_param_limit" time="0.015" timestamp="2021-10-12T09:04:57+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON" id="b68deeda-ca79-4a32-81af-5c51179e553a" name="test_list_snapshots_invalid_param_marker" time="0.022" timestamp="2021-10-12T09:04:57+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON" id="27b5f37f-bf69-4e8c-986e-c44f3d6819b8" name="test_list_snapshots_invalid_param_sort" time="0.014" timestamp="2021-10-12T09:04:57+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON" id="677863d1-34f9-456d-b6ac-9924f667a7f4" name="test_volume_from_snapshot_decreasing_size" time="2.599" timestamp="2021-10-12T09:04:57+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="c03aab19-adb1-44f5-917d-c419577e9e68" name="test_resize_server_revert" time="318.152" timestamp="2021-10-12T09:08:18+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 415, in test_resize_server_revert
    waiters.wait_for_server_status(self.client, self.server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_resize_server_revert) Server 97568f5d-7452-4c30-a297-adeb6bd27974 failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="fbbf075f-a812-4022-bc5c-ccb8047eef12" name="test_resize_server_revert_with_volume_attached" time="322.699" timestamp="2021-10-12T09:13:36+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/decorators.py", line 105, in wrapper
    raise exc
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/decorators.py", line 97, in wrapper
    return f(*func_args, **func_kwargs)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/utils/__init__.py", line 70, in wrapper
    return f(*func_args, **func_kwargs)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 447, in test_resize_server_revert_with_volume_attached
    waiters.wait_for_server_status(
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached) Server 8c3aa765-aa72-4d7f-9511-14700d422a4a failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="e6c28180-7454-4b59-b188-0257af08a63b" name="test_resize_volume_backed_server_confirm" time="342.539" timestamp="2021-10-12T09:18:59+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/decorators.py", line 105, in wrapper
    raise exc
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/lib/decorators.py", line 97, in wrapper
    return f(*func_args, **func_kwargs)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/utils/__init__.py", line 70, in wrapper
    return f(*func_args, **func_kwargs)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 377, in test_resize_volume_backed_server_confirm
    self._test_resize_server_confirm(server['id'])
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 333, in _test_resize_server_confirm
    waiters.wait_for_server_status(self.client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Server 31bd4077-14f1-45ab-a9df-05bb4aacc092 failed to reach VERIFY_RESIZE status and task state "None" within the required time (300 s). Current status: ACTIVE. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="8cf9f450-a871-42cf-9bef-77eba189c0b0" name="test_shelve_paused_server" time="21.985" timestamp="2021-10-12T09:24:41+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="77eba8e0-036e-4635-944b-f7a8f3b78dc9" name="test_shelve_unshelve_server" time="604.756" timestamp="2021-10-12T09:25:03+0000">
      <failure>Traceback (most recent call last):
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/utils/__init__.py", line 70, in wrapper
    return f(*func_args, **func_kwargs)
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/api/compute/servers/test_server_actions.py", line 691, in test_shelve_unshelve_server
    compute.shelve_server(self.client, self.server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/compute.py", line 291, in shelve_server
    waiters.wait_for_server_status(servers_client, server_id,
  File "/root/.rally/verification/verifier-806239b1-da1f-4eda-bf7e-26d78e5786fa/repo/tempest/common/waiters.py", line 96, in wait_for_server_status
    raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerActionsTestJSON:test_shelve_unshelve_server) Server c685cd98-c8b7-4af5-b26f-3960da0d4e8b failed to reach SHELVED_OFFLOADED status and task state "None" within the required time (300 s). Current status: SHUTOFF. Current task state: None.
</failure>
    </testcase>
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="af8eafd4-38a7-4a4b-bdbc-75145a580560" name="test_stop_start_server" time="19.881" timestamp="2021-10-12T09:35:08+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON" id="0d8ee21e-b749-462d-83da-b85b41c86c7f" name="test_suspend_resume_server" time="10.179" timestamp="2021-10-12T09:35:28+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON" id="6eb718c0-02d9-4d5e-acd1-4e0c269cef39" name="test_list_server_addresses" time="0.038" timestamp="2021-10-12T09:36:16+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON" id="87bbc374-5538-4f64-b673-2b0e4443cc30" name="test_list_server_addresses_by_network" time="0.081" timestamp="2021-10-12T09:36:16+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_group.ServerGroupTestJSON" id="154dc5a4-a2fe-44b5-b99e-f15806a4a113" name="test_create_delete_multiple_server_groups_with_same_name_policy" time="0.518" timestamp="2021-10-12T09:36:23+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_group.ServerGroupTestJSON" id="5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b" name="test_create_delete_server_group_with_affinity_policy" time="0.140" timestamp="2021-10-12T09:36:23+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_group.ServerGroupTestJSON" id="3645a102-372f-4140-afad-13698d850d23" name="test_create_delete_server_group_with_anti_affinity_policy" time="0.146" timestamp="2021-10-12T09:36:23+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_group.ServerGroupTestJSON" id="ed20d3fb-9d1f-4329-b160-543fbd5d9811" name="test_create_server_with_scheduler_hint_group" time="11.344" timestamp="2021-10-12T09:36:23+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_group.ServerGroupTestJSON" id="d4874179-27b4-4d7d-80e4-6c560cdfe321" name="test_list_server_groups" time="0.061" timestamp="2021-10-12T09:36:35+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_group.ServerGroupTestJSON" id="b3545034-dd78-48f0-bdc2-a4adfa6d0ead" name="test_show_server_group" time="0.043" timestamp="2021-10-12T09:36:35+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235" id="affca41f-7195-492d-8065-e09eee245404" name="test_rescued_vm_add_remove_security_group" time="0.997" timestamp="2021-10-12T09:36:58+0000" />
    <testcase classname="tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235" id="4842e0cf-e87d-4d9d-b61f-f4791da3cacc" name="test_rescued_vm_associate_dissociate_floating_ip" time="4.626" timestamp="2021-10-12T09:36:59+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON" id="7cd59bf9-bda4-4c72-9467-d21cab278355" name="test_credentials_create_get_update_delete" time="0.184" timestamp="2021-10-12T09:37:12+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON" id="13202c00-0021-42a1-88d4-81b44d448aab" name="test_credentials_list_delete" time="0.199" timestamp="2021-10-12T09:37:13+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON" id="26021436-d5a4-4256-943c-ded01e0d4b45" name="test_inherit_assign_check_revoke_roles_on_projects_group" time="0.371" timestamp="2021-10-12T09:37:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON" id="18b70e45-7687-4b72-8277-b8f1a47d7591" name="test_inherit_assign_check_revoke_roles_on_projects_user" time="0.469" timestamp="2021-10-12T09:37:16+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON" id="c7a8dda2-be50-4fb4-9a9c-e830771078b1" name="test_inherit_assign_list_check_revoke_roles_on_domains_group" time="0.391" timestamp="2021-10-12T09:37:17+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON" id="4e6f0366-97c8-423c-b2be-41eae6ac91c8" name="test_inherit_assign_list_check_revoke_roles_on_domains_user" time="0.404" timestamp="2021-10-12T09:37:17+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON" id="3acf666e-5354-42ac-8e17-8b68893bcd36" name="test_inherit_assign_list_revoke_user_roles_on_domain" time="0.803" timestamp="2021-10-12T09:37:17+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON" id="9f02ccd9-9b57-46b4-8f77-dd5a736f3a06" name="test_inherit_assign_list_revoke_user_roles_on_project_tree" time="0.741" timestamp="2021-10-12T09:37:18+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON" id="8fba9de2-3e1f-4e77-812a-60cb68f8df13" name="test_create_project_by_unauthorized_user" time="0.104" timestamp="2021-10-12T09:37:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON" id="7828db17-95e5-475b-9432-9a51b4aa79a9" name="test_create_project_with_empty_name" time="0.065" timestamp="2021-10-12T09:37:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON" id="502b6ceb-b0c8-4422-bf53-f08fdb21e2f0" name="test_create_projects_name_length_over_64" time="0.075" timestamp="2021-10-12T09:37:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON" id="7965b581-60c1-43b7-8169-95d4ab7fc6fb" name="test_delete_non_existent_project" time="0.049" timestamp="2021-10-12T09:37:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON" id="24c49279-45dd-4155-887a-cb738c2385aa" name="test_list_projects_by_unauthorized_user" time="0.070" timestamp="2021-10-12T09:37:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON" id="874c3e84-d174-4348-a16b-8c01f599561b" name="test_project_create_duplicate" time="0.219" timestamp="2021-10-12T09:37:22+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest" id="b3c9fccc-4134-46f5-b600-1da6fb0a3b1f" name="test_authentication_for_disabled_user" time="0.667" timestamp="2021-10-12T09:37:25+0000" />
    <testcase classname="tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest" id="e75f006c-89cc-477b-874d-588e4eab4b17" name="test_create_user_for_non_existent_domain" time="0.107" timestamp="2021-10-12T09:37:26+0000" />
    <testcase classname="tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest" id="86128d46-e170-4644-866a-cc487f699e1d" name="test_list_projects_returns_only_authorized_projects" time="0.270" timestamp="2021-10-12T09:37:28+0000" />
    <testcase classname="tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest" id="b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768" name="test_basic_meta_def_namespace_property" time="0.476" timestamp="2021-10-12T09:37:31+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListSharedImagesTest" id="3fa50be4-8e38-4c02-a8db-7811bb780122" name="test_list_images_param_member_status" time="2.215" timestamp="2021-10-12T09:37:33+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="622b925c-479f-4736-860d-adeaf13bc371" name="test_get_image_schema" time="0.018" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="25c8d7b2-df21-460f-87ac-93130bcdc684" name="test_get_images_schema" time="0.012" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="e9a44b91-31c8-4b40-a332-e0a39ffb4dbb" name="test_list_image_param_owner" time="0.070" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e" name="test_list_images_param_container_format" time="0.067" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="4a4735a7-f22f-49b6-b0d9-66e1ef7453eb" name="test_list_images_param_disk_format" time="0.047" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="e914a891-3cc8-4b40-ad32-e0a39ffbddbb" name="test_list_images_param_limit" time="0.026" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="4ad8c157-971a-4ba8-aa84-ed61154b1e7f" name="test_list_images_param_min_max_size" time="0.067" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="55c8f5f5-bfed-409d-a6d5-4caeda985d7b" name="test_list_images_param_name" time="0.046" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="cf1b9a48-8340-480e-af7b-fe7e17690876" name="test_list_images_param_size" time="0.070" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="eeadce49-04e0-43b7-aec7-52535d903e7a" name="test_list_images_param_sort" time="0.076" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="9faaa0c2-c3a5-43e1-8f61-61c54b409a49" name="test_list_images_param_sort_key_dir" time="0.049" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="7fc9e369-0f58-4d05-9aa5-0969e2d59d15" name="test_list_images_param_status" time="0.064" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="aa8ac4df-cff9-418b-8d0f-dd9c67b072c9" name="test_list_images_param_tag" time="0.155" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="7a95bb92-d99e-4b12-9718-7bc6ab73e6d2" name="test_list_images_param_visibility" time="0.065" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.image.v2.test_images.ListUserImagesTest" id="1e341d7a-90a9-494c-b143-2cdf2aeb6aee" name="test_list_no_params" time="0.055" timestamp="2021-10-12T09:37:49+0000" />
    <testcase classname="tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON" id="462be770-b310-4df9-9c42-773217e4c8b1" name="test_create_external_network" time="0.667" timestamp="2021-10-12T09:37:53+0000" />
    <testcase classname="tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON" id="82068503-2cf2-4ed4-b3be-ecb89432e4bb" name="test_delete_external_networks_with_floating_ip" time="2.316" timestamp="2021-10-12T09:37:54+0000" />
    <testcase classname="tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON" id="39be4c9b-a57e-4ff9-b7c7-b218e209dfcc" name="test_list_external_networks" time="0.570" timestamp="2021-10-12T09:37:56+0000" />
    <testcase classname="tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON" id="2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2" name="test_show_external_networks_attribute" time="0.614" timestamp="2021-10-12T09:37:56+0000" />
    <testcase classname="tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON" id="4db5417a-e11c-474d-a361-af00ebef57c5" name="test_update_external_network" time="0.591" timestamp="2021-10-12T09:37:57+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON" id="8e8569c1-9ac7-44db-8bc1-f5fb2814f29b" name="test_create_port_binding_ext_attr" time="0.953" timestamp="2021-10-12T09:38:01+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON" id="1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8" name="test_list_ports_binding_ext_attr" time="1.097" timestamp="2021-10-12T09:38:02+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON" id="b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13" name="test_show_port_binding_ext_attr" time="0.619" timestamp="2021-10-12T09:38:03+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON" id="6f6c412c-711f-444d-8502-0ac30fbf5dd5" name="test_update_port_binding_ext_attr" time="1.077" timestamp="2021-10-12T09:38:04+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON" id="8e8569c1-9ac7-44db-8bc1-f5fb2814f29b" name="test_create_port_binding_ext_attr" time="0.815" timestamp="2021-10-12T09:38:08+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON" id="1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8" name="test_list_ports_binding_ext_attr" time="1.220" timestamp="2021-10-12T09:38:09+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON" id="b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13" name="test_show_port_binding_ext_attr" time="0.551" timestamp="2021-10-12T09:38:10+0000" />
    <testcase classname="tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON" id="6f6c412c-711f-444d-8502-0ac30fbf5dd5" name="test_update_port_binding_ext_attr" time="0.860" timestamp="2021-10-12T09:38:11+0000" />
    <testcase classname="tempest.api.network.test_extensions.ExtensionsTestJSON" id="ef28c7e6-e646-4979-9d67-deb207bc5564" name="test_list_show_extensions" time="0.820" timestamp="2021-10-12T09:38:13+0000" />
    <testcase classname="tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON" id="6b3b8797-6d43-4191-985c-c48b773eb429" name="test_associate_floatingip_port_ext_net_unreachable" time="1.948" timestamp="2021-10-12T09:38:18+0000" />
    <testcase classname="tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON" id="50b9aeb4-9f0b-48ee-aa31-fa955a48ff54" name="test_create_floatingip_in_private_network" time="0.119" timestamp="2021-10-12T09:38:20+0000" />
    <testcase classname="tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON" id="22996ea8-4a81-4b27-b6e1-fa5df92fa5e8" name="test_create_floatingip_with_port_ext_net_unreachable" time="0.894" timestamp="2021-10-12T09:38:20+0000" />
    <testcase classname="tempest.api.network.test_networks.BulkNetworkOpsIpV6Test" id="d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2" name="test_bulk_create_delete_network" time="1.303" timestamp="2021-10-12T09:38:25+0000" />
    <testcase classname="tempest.api.network.test_networks.BulkNetworkOpsIpV6Test" id="48037ff2-e889-4c3b-b86a-8e3f34d2d060" name="test_bulk_create_delete_port" time="1.978" timestamp="2021-10-12T09:38:27+0000" />
    <testcase classname="tempest.api.network.test_networks.BulkNetworkOpsIpV6Test" id="8936533b-c0aa-4f29-8e53-6cc873aec489" name="test_bulk_create_delete_subnet" time="5.315" timestamp="2021-10-12T09:38:28+0000" />
    <testcase classname="tempest.api.network.test_networks.BulkNetworkOpsTest" id="d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2" name="test_bulk_create_delete_network" time="1.321" timestamp="2021-10-12T09:38:37+0000" />
    <testcase classname="tempest.api.network.test_networks.BulkNetworkOpsTest" id="48037ff2-e889-4c3b-b86a-8e3f34d2d060" name="test_bulk_create_delete_port" time="1.753" timestamp="2021-10-12T09:38:38+0000" />
    <testcase classname="tempest.api.network.test_networks.BulkNetworkOpsTest" id="8936533b-c0aa-4f29-8e53-6cc873aec489" name="test_bulk_create_delete_subnet" time="1.666" timestamp="2021-10-12T09:38:40+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="13d3b106-47e6-4b9b-8d53-dae947f092fe" name="test_create_port_on_non_existent_network" time="0.122" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="03795047-4a94-4120-a0a1-bd376e36fd4e" name="test_delete_non_existent_network" time="0.022" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="49ec2bbd-ac2e-46fd-8054-798e679ff894" name="test_delete_non_existent_port" time="0.030" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="a176c859-99fb-42ec-a208-8a85b552a239" name="test_delete_non_existent_subnet" time="0.027" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="9293e937-824d-42d2-8d5b-e985ea67002a" name="test_show_non_existent_network" time="0.023" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="a954861d-cbfd-44e8-b0a9-7fab111f235d" name="test_show_non_existent_port" time="0.030" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="d746b40c-5e09-4043-99f7-cba1be8b70df" name="test_show_non_existent_subnet" time="0.024" timestamp="2021-10-12T09:38:44+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="98bfe4e3-574e-4012-8b17-b2647063de87" name="test_update_non_existent_network" time="0.020" timestamp="2021-10-12T09:38:45+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="cf8eef21-4351-4f53-adcd-cc5cb1e76b92" name="test_update_non_existent_port" time="0.020" timestamp="2021-10-12T09:38:45+0000" />
    <testcase classname="tempest.api.network.test_networks_negative.NetworksNegativeTestJSON" id="1cc47884-ac52-4415-a31c-e7ce5474a868" name="test_update_non_existent_subnet" time="0.024" timestamp="2021-10-12T09:38:45+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="802c73c9-c937-4cef-824b-2191e24a6aab" name="test_add_multiple_router_interfaces" time="8.578" timestamp="2021-10-12T09:38:46+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="2b7d2f37-6748-4d78-92e5-1d590234f0d5" name="test_add_remove_router_interface_with_port_id" time="5.603" timestamp="2021-10-12T09:38:54+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="b42e6e39-2e37-49cc-a6f4-8467e940900a" name="test_add_remove_router_interface_with_subnet_id" time="4.113" timestamp="2021-10-12T09:39:00+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="f64403e2-8483-4b34-8ccd-b09a87bcc68c" name="test_create_show_list_update_delete_router" time="3.039" timestamp="2021-10-12T09:39:04+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="96522edf-b4b5-45d9-8443-fa11c26e6eff" name="test_router_interface_port_update_with_fixed_ip" time="4.991" timestamp="2021-10-12T09:39:07+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="c86ac3a8-50bd-4b00-a6b8-62af84a0765c" name="test_update_delete_extra_route" time="16.918" timestamp="2021-10-12T09:39:12+0000" />
    <testcase classname="tempest.api.network.test_routers.RoutersIpV6Test" id="a8902683-c788-4246-95c7-ad9c6d63a4d9" name="test_update_router_admin_state" time="1.075" timestamp="2021-10-12T09:39:29+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="bfd128e5-3c92-44b6-9d66-7fe29d22c802" name="test_create_list_update_show_delete_security_group" time="0.787" timestamp="2021-10-12T09:39:32+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="87dfbcf9-1849-43ea-b1e4-efa3eeae9f71" name="test_create_security_group_rule_with_additional_args" time="0.561" timestamp="2021-10-12T09:39:33+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="c9463db8-b44d-4f52-b6c0-8dbda99f26ce" name="test_create_security_group_rule_with_icmp_type_code" time="1.312" timestamp="2021-10-12T09:39:33+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="0a307599-6655-4220-bebc-fd70c64f2290" name="test_create_security_group_rule_with_protocol_integer_value" time="0.406" timestamp="2021-10-12T09:39:35+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b" name="test_create_security_group_rule_with_remote_group_id" time="0.814" timestamp="2021-10-12T09:39:35+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="16459776-5da2-4634-bce4-4b55ee3ec188" name="test_create_security_group_rule_with_remote_ip_prefix" time="0.655" timestamp="2021-10-12T09:39:36+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="cfb99e0e-7410-4a3d-8a0c-959a63ee77e9" name="test_create_show_delete_security_group_rule" time="1.065" timestamp="2021-10-12T09:39:36+0000" />
    <testcase classname="tempest.api.network.test_security_groups.SecGroupIPv6Test" id="e30abd17-fef9-4739-8617-dc26da88e686" name="test_list_security_groups" time="0.036" timestamp="2021-10-12T09:39:37+0000" />
    <testcase classname="tempest.api.network.test_service_providers.ServiceProvidersTest" id="2cbbeea9-f010-40f6-8df5-4eaa0c918ea6" name="test_service_providers_list" time="0.169" timestamp="2021-10-12T09:39:39+0000" />
    <testcase classname="tempest.api.object_storage.test_account_bulk.BulkTest" id="c075e682-0d2a-43b2-808d-4116200d736d" name="test_bulk_delete" time="0.213" timestamp="2021-10-12T09:39:40+0000" />
    <testcase classname="tempest.api.object_storage.test_account_bulk.BulkTest" id="dbea2bcb-efbb-4674-ac8a-a5a0e33d1d79" name="test_bulk_delete_by_POST" time="0.068" timestamp="2021-10-12T09:39:40+0000" />
    <testcase classname="tempest.api.object_storage.test_account_bulk.BulkTest" id="a407de51-1983-47cc-9f14-47c2b059413c" name="test_extract_archive" time="0.098" timestamp="2021-10-12T09:39:40+0000" />
    <testcase classname="tempest.api.object_storage.test_account_services_negative.AccountNegativeTest" id="070e6aca-6152-4867-868d-1118d68fb38c" name="test_list_containers_with_non_authorized_user" time="0.180" timestamp="2021-10-12T09:39:42+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl.ObjectTestACLs" id="a3270f3f-7640-4944-8448-c7ea783ea5b6" name="test_read_object_with_rights" time="0.236" timestamp="2021-10-12T09:39:44+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl.ObjectTestACLs" id="aa58bfa5-40d9-4bc3-82b4-d07f4a9e392a" name="test_write_object_with_rights" time="0.042" timestamp="2021-10-12T09:39:45+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="7343ac3d-cfed-4198-9bb0-00149741a492" name="test_delete_object_with_non_authorized_user" time="0.222" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="af85af0b-a025-4e72-a90e-121babf55720" name="test_delete_object_without_using_creds" time="0.038" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="b4e366f8-f185-47ab-b789-df4416f9ecdb" name="test_delete_object_without_write_rights" time="0.048" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="abf63359-be52-4feb-87dd-447689fc77fd" name="test_read_object_with_non_authorized_user" time="0.040" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="9ed01334-01e9-41ea-87ea-e6f465582823" name="test_read_object_without_rights" time="0.047" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="63d84e37-55a6-42e2-9e5f-276e60e26a00" name="test_write_object_with_non_authorized_user" time="0.031" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="a3a585a7-d8cf-4b65-a1a0-edc2b1204f85" name="test_write_object_without_rights" time="0.033" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="af587587-0c24-4e15-9822-8352ce711013" name="test_write_object_without_using_creds" time="0.026" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest" id="8ba512ad-aa6e-444e-b882-2906a0ea2052" name="test_write_object_without_write_rights" time="0.033" timestamp="2021-10-12T09:39:47+0000" />
    <testcase classname="tempest.api.object_storage.test_object_expiry.ObjectExpiryTest" id="fb024a42-37f3-4ba5-9684-4f40a7910b41" name="test_get_object_after_expiry_time" time="11.062" timestamp="2021-10-12T09:39:49+0000" />
    <testcase classname="tempest.api.object_storage.test_object_expiry.ObjectExpiryTest" id="e592f18d-679c-48fe-9e36-4be5f47102c5" name="test_get_object_at_expiry_time" time="12.160" timestamp="2021-10-12T09:40:01+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="06f90388-2d0e-40aa-934c-e9a8833e958a" name="test_copy_object_2d_way" time="0.043" timestamp="2021-10-12T09:40:15+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="aa467252-44f3-472a-b5ae-5b57c3c9c147" name="test_copy_object_across_containers" time="0.084" timestamp="2021-10-12T09:40:15+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="1a9ab572-1b66-4981-8c21-416e2a5e6011" name="test_copy_object_in_same_container" time="0.038" timestamp="2021-10-12T09:40:15+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="2248abba-415d-410b-9c30-22dff9cd6e67" name="test_copy_object_to_itself" time="0.035" timestamp="2021-10-12T09:40:15+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="5a9e2cc6-85b6-46fc-916d-0cbb7a88e5fd" name="test_copy_object_with_x_fresh_metadata" time="0.031" timestamp="2021-10-12T09:40:15+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="edabedca-24c3-4322-9b70-d6d9f942a074" name="test_copy_object_with_x_object_meta" time="0.033" timestamp="2021-10-12T09:40:15+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="a28a8b99-e701-4d7e-9d84-3b66f121460b" name="test_copy_object_with_x_object_metakey" time="0.030" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="5b4ce26f-3545-46c9-a2ba-5754358a4c62" name="test_create_object" time="0.032" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="5daebb1d-f0d5-4dc9-b541-69672eff00b0" name="test_create_object_with_content_disposition" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="605f8317-f945-4bee-ae91-013f1da8f0a0" name="test_create_object_with_content_encoding" time="0.014" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="73820093-0503-40b1-a478-edf0e69c7d1f" name="test_create_object_with_etag" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="84dafe57-9666-4f6d-84c8-0814d37923b8" name="test_create_object_with_expect_continue" time="0.019" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="0f3d62a6-47e3-4554-b0e5-1a5dc372d501" name="test_create_object_with_x_fresh_metadata" time="0.030" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="1c7ed3e4-2099-406b-b843-5301d4811baf" name="test_create_object_with_x_object_meta" time="0.019" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="e4183917-33db-4153-85cc-4dacbb938865" name="test_create_object_with_x_object_metakey" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="ce798afc-b278-45de-a5ce-2ea124b98b99" name="test_create_object_with_x_remove_object_meta" time="0.033" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="ad21e342-7916-4f9e-ab62-a1f885f2aaf9" name="test_create_object_with_x_remove_object_metakey" time="0.033" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="17738d45-03bd-4d45-9e0b-7b2f58f98687" name="test_delete_object" time="0.023" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="02610ba7-86b7-4272-9ed8-aa8d417cb3cd" name="test_get_object" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="50d01f12-526f-4360-9ac2-75dd508d7b68" name="test_get_object_if_different" time="0.022" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="c05b4013-e4de-47af-be84-e598062b16fc" name="test_get_object_with_if_match" time="0.014" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="be133639-e5d2-4313-9b1f-2d59fc054a16" name="test_get_object_with_if_modified_since" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="641500d5-1612-4042-a04d-01fc4528bc30" name="test_get_object_with_if_none_match" time="0.025" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="0aa1201c-10aa-467a-bee7-63cbdd463152" name="test_get_object_with_if_unmodified_since" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="005f9bf6-e06d-41ec-968e-96c78e0b1d82" name="test_get_object_with_metadata" time="0.018" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="05a1890e-7db9-4a6c-90a8-ce998a2bddfa" name="test_get_object_with_range" time="0.015" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="94587078-475f-48f9-a40f-389c246e31cd" name="test_get_object_with_x_newest" time="0.021" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="11b4515b-7ba7-4ca8-8838-357ded86fc10" name="test_get_object_with_x_object_manifest" time="0.123" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="170fb90e-f5c3-4b1f-ae1b-a18810821172" name="test_list_no_object_metadata" time="0.020" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="9a447cf6-de06-48de-8226-a8c6ed31caf2" name="test_list_object_metadata" time="0.021" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="23a3674c-d6de-46c3-86af-ff92bfc8a3da" name="test_list_object_metadata_with_x_object_manifest" time="0.113" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="e3e6a64a-9f50-4955-b987-6ce6767c97fb" name="test_object_upload_in_segments" time="0.158" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="7a94c25d-66e6-434c-9c38-97d4e2c29945" name="test_update_object_metadata" time="0.032" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="f726174b-2ded-4708-bff7-729d12ce1f84" name="test_update_object_metadata_with_create_and_remove_metadata" time="0.029" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="48650ed0-c189-4e1e-ad6b-1d4770c6e134" name="test_update_object_metadata_with_remove_metadata" time="0.027" timestamp="2021-10-12T09:40:16+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="08854588-6449-4bb7-8cca-f2e1040f5e6f" name="test_update_object_metadata_with_x_object_manifest" time="0.120" timestamp="2021-10-12T09:40:17+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="0dbbe89c-6811-4d84-a2df-eca2bdd40c0e" name="test_update_object_metadata_with_x_object_metakey" time="0.032" timestamp="2021-10-12T09:40:17+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.ObjectTest" id="9a88dca4-b684-425b-806f-306cd0e57e42" name="test_update_object_metadata_with_x_remove_object_metakey" time="0.023" timestamp="2021-10-12T09:40:17+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.PublicObjectTest" id="07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193" name="test_access_public_container_object_without_using_creds" time="0.183" timestamp="2021-10-12T09:40:20+0000" />
    <testcase classname="tempest.api.object_storage.test_object_services.PublicObjectTest" id="54e2a2fe-42dc-491b-8270-8e4217dd4cdc" name="test_access_public_object_with_another_user_creds" time="0.163" timestamp="2021-10-12T09:40:20+0000" />
    <testcase classname="tempest.api.object_storage.test_object_slo.ObjectSloTest" id="87b6dfa1-abe9-404d-8bf0-6c3751e6aa77" name="test_delete_large_object" time="3.850" timestamp="2021-10-12T09:40:22+0000" />
    <testcase classname="tempest.api.object_storage.test_object_slo.ObjectSloTest" id="e69ad766-e1aa-44a2-bdd2-bf62c09c1456" name="test_list_large_object_metadata" time="4.079" timestamp="2021-10-12T09:40:25+0000" />
    <testcase classname="tempest.api.object_storage.test_object_slo.ObjectSloTest" id="49bc49bc-dd1b-4c0f-904e-d9f10b830ee8" name="test_retrieve_large_object" time="3.925" timestamp="2021-10-12T09:40:30+0000" />
    <testcase classname="tempest.api.object_storage.test_object_slo.ObjectSloTest" id="2c3f24a6-36e8-4711-9aa2-800ee1fc7b5b" name="test_upload_manifest" time="3.597" timestamp="2021-10-12T09:40:33+0000" />
    <testcase classname="tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest" id="eff52c70-efc7-45ed-b47a-4ad675d09b81" name="test_create_group_from_group_snapshot" time="10.067" timestamp="2021-10-12T09:40:39+0000" />
    <testcase classname="tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest" id="7d7fc000-0b4c-4376-a372-544116d2e127" name="test_delete_group_snapshots_following_updated_volumes" time="15.028" timestamp="2021-10-12T09:40:49+0000" />
    <testcase classname="tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest" id="1298e537-f1f0-47a3-a1dd-8adec8168897" name="test_group_snapshot_create_show_list_delete" time="7.564" timestamp="2021-10-12T09:41:04+0000" />
    <testcase classname="tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest" id="bb4e30d0-de6e-4f4d-866c-dcc48d023b4e" name="test_group_type_specs_create_show_update_list_delete" time="0.420" timestamp="2021-10-12T09:41:14+0000" />
    <testcase classname="tempest.api.volume.admin.test_groups.GroupsTest" id="4b111d28-b73d-4908-9bd2-03dc2992e4d4" name="test_group_create_show_list_delete" time="6.921" timestamp="2021-10-12T09:41:17+0000" />
    <testcase classname="tempest.api.volume.admin.test_groups.GroupsTest" id="4a8a6fd2-8b3b-4641-8f54-6a6f99320006" name="test_group_update" time="7.846" timestamp="2021-10-12T09:41:24+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON" id="d5f3efa2-6684-4190-9ced-1c2f526352ad" name="test_list_hosts" time="0.142" timestamp="2021-10-12T09:41:34+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON" id="21168d57-b373-4b71-a3ac-f2c88f0c5d31" name="test_show_host" time="0.112" timestamp="2021-10-12T09:41:35+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest" id="70076c71-0ce1-4208-a8ff-36a66e65cc1e" name="test_unmanage_manage_volume" time="5.324" timestamp="2021-10-12T09:41:37+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON" id="d4bb61f7-762d-4437-b8a4-5785759a0ced" name="test_get_pools_with_details" time="0.209" timestamp="2021-10-12T09:41:45+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON" id="0248a46c-e226-4933-be10-ad6fca8227e7" name="test_get_pools_without_details" time="0.035" timestamp="2021-10-12T09:41:45+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest" id="b90412ee-465d-46e9-b249-ec84a47d5f25" name="test_available_volume_retype" time="2.889" timestamp="2021-10-12T09:41:48+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest" id="77767b36-5e8f-4c68-a0b5-2308cc21ec64" name="test_disable_log_reason_with_no_reason" time="0.015" timestamp="2021-10-12T09:41:55+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest" id="c571f179-c6e6-4c50-a0ab-368b628a8ac1" name="test_disable_service_with_invalid_binary" time="0.023" timestamp="2021-10-12T09:41:55+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest" id="3246ce65-ba70-4159-aa3b-082c28e4b484" name="test_enable_service_with_invalid_host" time="0.024" timestamp="2021-10-12T09:41:55+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest" id="712bfab8-1f44-4eb5-a632-fa70bf78f05e" name="test_freeze_host_with_invalid_host" time="0.027" timestamp="2021-10-12T09:41:55+0000" />
    <testcase classname="tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest" id="7c6287c9-d655-47e1-9a11-76f6657a6dce" name="test_thaw_host_with_invalid_host" time="0.022" timestamp="2021-10-12T09:41:55+0000" />
    <testcase classname="tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON" id="a2f20f99-e363-4584-be97-bc33afb1a56c" name="test_crud_snapshot_metadata" time="0.284" timestamp="2021-10-12T09:41:59+0000" />
    <testcase classname="tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON" id="e8ff85c5-8f97-477f-806a-3ac364a949ed" name="test_update_show_snapshot_metadata_item" time="0.241" timestamp="2021-10-12T09:41:59+0000" />
    <testcase classname="tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests" id="8e943f53-e9d6-4272-b2e9-adcf2f7c29ad" name="test_get_volume_absolute_limits" time="0.049" timestamp="2021-10-12T09:42:05+0000" />
    <testcase classname="tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade" id="994e2d40-de37-46e8-b328-a58fba7e4a95" name="test_volume_delete_cascade" time="6.082" timestamp="2021-10-12T09:42:09+0000" />
    <testcase classname="tempest.api.volume.test_volumes_get.VolumesGetTest" id="27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51" name="test_volume_create_get_update_delete" time="5.320" timestamp="2021-10-12T09:42:16+0000" />
    <testcase classname="tempest.api.volume.test_volumes_get.VolumesGetTest" id="3f591b4a-7dc6-444c-bd51-77469506b3a1" name="test_volume_create_get_update_delete_as_clone" time="7.484" timestamp="2021-10-12T09:42:21+0000" />
    <testcase classname="tempest.api.volume.test_volumes_get.VolumesGetTest" id="54a01030-c7fc-447c-86ee-c1182beae638" name="test_volume_create_get_update_delete_from_image" time="8.442" timestamp="2021-10-12T09:42:29+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON" id="bbcfa285-af7f-479e-8c1a-8c34fc16543c" name="test_snapshot_backup" time="11.792" timestamp="2021-10-12T09:42:42+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON" id="8567b54c-4455-446d-a1cf-651ddeaa3ff2" name="test_snapshot_create_delete_with_volume_in_use" time="26.223" timestamp="2021-10-12T09:42:54+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON" id="2a8abbe4-d871-46db-b049-c41f5af8216e" name="test_snapshot_create_get_list_update_delete" time="3.426" timestamp="2021-10-12T09:43:20+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON" id="5210a1de-85a0-11e6-bb21-641c676a5d61" name="test_snapshot_create_offline_delete_online" time="24.239" timestamp="2021-10-12T09:43:23+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON" id="677863d1-3142-456d-b6ac-9924f667a7f4" name="test_volume_from_snapshot" time="4.966" timestamp="2021-10-12T09:43:48+0000" />
    <testcase classname="tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON" id="053d8870-8282-4fff-9dbb-99cb58bb5e0a" name="test_volume_from_snapshot_no_size" time="6.036" timestamp="2021-10-12T09:43:53+0000" />
  </testsuite>
</testsuites>
