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
Luigi Toscano
5 years ago
| 56 | 56 | |
| 57 | 57 | return volume |
| 58 | 58 | |
| 59 | @decorators.idempotent_id('2d7e2e49-150e-4849-a18e-79f9777c9a96') | |
| 59 | 60 | def test_create_delete_unicode_volume_name(self): |
| 60 | 61 | """Create a volume with a unicode name and view it.""" |
| 61 | 62 | |
| 67 | 68 | @testtools.skipUnless(CONF.volume_feature_enabled.snapshot, |
| 68 | 69 | "Cinder volume snapshots are disabled") |
| 69 | 70 | @decorators.related_bug('1393871') |
| 71 | @decorators.idempotent_id('332be44d-5418-4fb3-a8f0-a3587de6929f') | |
| 70 | 72 | def test_snapshot_create_volume_description_non_ascii_code(self): |
| 71 | 73 | # Create a volume with non-ascii description |
| 72 | 74 | description = u'\u05e7\u05d9\u05d9\u05e4\u05e9' |