commit | f220e4533355f8a8ecec4f7c6ab8e8641e1eded8 | [log] [tgz] |
---|---|---|
author | Luigi Toscano <ltoscano@redhat.com> | Fri Feb 19 13:49:38 2021 +0100 |
committer | Luigi Toscano <ltoscano@redhat.com> | Fri Feb 19 13:49:38 2021 +0100 |
tree | cc4f953f5fa90cb4ee0def8a72135309c403efc4 | |
parent | 26807d154a4ec01ec496cef418aee3856ae374f4 [diff] |
Add test idempotent IDs when missing Each test should have one: https://opendev.org/openstack/tempest/src/tag/26.0.0/HACKING.rst Change-Id: Icd119d710376c0f5e4c6d2932ca39d55648cc9b7
diff --git a/cinder_tempest_plugin/api/volume/test_volume_unicode.py b/cinder_tempest_plugin/api/volume/test_volume_unicode.py index 35d0a54..ff6473a 100644 --- a/cinder_tempest_plugin/api/volume/test_volume_unicode.py +++ b/cinder_tempest_plugin/api/volume/test_volume_unicode.py
@@ -57,6 +57,7 @@ return volume + @decorators.idempotent_id('2d7e2e49-150e-4849-a18e-79f9777c9a96') def test_create_delete_unicode_volume_name(self): """Create a volume with a unicode name and view it.""" @@ -68,6 +69,7 @@ @testtools.skipUnless(CONF.volume_feature_enabled.snapshot, "Cinder volume snapshots are disabled") @decorators.related_bug('1393871') + @decorators.idempotent_id('332be44d-5418-4fb3-a8f0-a3587de6929f') def test_snapshot_create_volume_description_non_ascii_code(self): # Create a volume with non-ascii description description = u'\u05e7\u05d9\u05d9\u05e4\u05e9'