<testsuites>
  <!--Report is generated by Rally 1.5.1 at 2020-02-18T16:31:37-->
  <testsuite errors="0" failures="2" id="585e6927-3676-4222-ba4b-1fc5028411b9" skipped="4" tests="11" time="64.138" timestamp="2020-02-18T16:30:05">
    <testcase classname="cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test" id="2134dd52-f333-4456-bb05-6cb0f009a44f" name="test_consistencygroup_cgsnapshot_create_delete" time="0.000">
      <skipped>Cinder consistency group feature disabled</skipped>
    </testcase>
    <testcase classname="cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test" id="3fe776ba-ec1f-4e6c-8d78-4b14c3a7fc44" name="test_consistencygroup_create_delete" time="0.000">
      <skipped>Cinder consistency group feature disabled</skipped>
    </testcase>
    <testcase classname="cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test" id="3a6a5525-25ca-4a6c-aac4-cac6fa8f5b43" name="test_create_consistencygroup_from_cgsnapshot" time="0.000">
      <skipped>Cinder consistency group feature disabled</skipped>
    </testcase>
    <testcase classname="cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test" id="556121ae-de9c-4342-9897-e54260447a19" name="test_create_consistencygroup_from_consistencygroup" time="0.000">
      <skipped>Cinder consistency group feature disabled</skipped>
    </testcase>
    <testcase classname="cinder_tempest_plugin.api.volume.test_create_from_image.VolumeFromImageTest" id="8976a11b-1ddc-49b6-b66f-8c26adf3fa9e" name="test_create_from_image_multiple" time="21.792" timestamp="2020-02-18T16:30:13+0000" />
    <testcase classname="cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest" id="b5d837b0-7066-455d-88fc-4a721a899306" name="test_backup_create_and_restore_to_an_existing_volume" time="2.939" timestamp="2020-02-18T16:30:13+0000">
      <failure>Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/cinder_tempest_plugin/api/volume/test_volume_backup.py", line 56, in test_backup_create_and_restore_to_an_existing_volume
    backup = self.create_backup(volume_id=src_vol['id'])
  File "/usr/lib/python3.6/site-packages/cinder_tempest_plugin/api/volume/base.py", line 145, in create_backup
    volume_id=volume_id, **kwargs)['backup']
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/services/volume/v3/backups_client.py", line 35, in create_backup
    resp, body = self.post('backups', post_body)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/common/rest_client.py", line 283, in post
    return self.request('POST', url, extra_headers, headers, body, chunked)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/services/volume/base_client.py", line 38, in request
    method, url, extra_headers, headers, body, chunked)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/common/rest_client.py", line 679, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/common/rest_client.py", line 860, in _error_checker
    resp=resp)
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
</failure>
    </testcase>
    <testcase classname="cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests" id="87b7dcb7-4950-4a3a-802c-ece55491846d" name="test_volume_revert_to_snapshot" time="55.161" timestamp="2020-02-18T16:30:13+0000" />
    <testcase classname="cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest" name="test_create_delete_unicode_volume_name" time="0.163" timestamp="2020-02-18T16:30:15+0000" />
    <testcase classname="cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest" name="test_snapshot_create_volume_description_non_ascii_code" time="4.241" timestamp="2020-02-18T16:30:15+0000" />
    <testcase classname="cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest" id="885410c6-cd1d-452c-a409-7c32b7e0be15" name="test_volume_snapshot_backup" time="2.909" timestamp="2020-02-18T16:30:16+0000">
      <failure>Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/cinder_tempest_plugin/api/volume/test_volume_backup.py", line 43, in test_volume_snapshot_backup
    snapshot_id=snapshot['id'])
  File "/usr/lib/python3.6/site-packages/cinder_tempest_plugin/api/volume/base.py", line 145, in create_backup
    volume_id=volume_id, **kwargs)['backup']
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/services/volume/v3/backups_client.py", line 35, in create_backup
    resp, body = self.post('backups', post_body)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/common/rest_client.py", line 283, in post
    return self.request('POST', url, extra_headers, headers, body, chunked)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/services/volume/base_client.py", line 38, in request
    method, url, extra_headers, headers, body, chunked)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/common/rest_client.py", line 679, in request
    self._error_checker(resp, resp_body)
  File "/root/.rally/verification/verifier-27ae8c39-70fc-403e-9187-dc6a745d2b4f/repo/tempest/lib/common/rest_client.py", line 860, in _error_checker
    resp=resp)
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
</failure>
    </testcase>
    <testcase classname="cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests" id="4e8b0788-87fe-430d-be7a-444d7f8e0347" name="test_volume_revert_to_snapshot_after_extended_negative" time="6.623" timestamp="2020-02-18T16:31:08+0000" />
  </testsuite>
</testsuites>
