Codebase list cinder-tempest-plugin / ec742c8
Merge "Add test idempotent IDs when missing" Zuul authored 5 years ago Gerrit Code Review committed 5 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5656
5757 return volume
5858
59 @decorators.idempotent_id('2d7e2e49-150e-4849-a18e-79f9777c9a96')
5960 def test_create_delete_unicode_volume_name(self):
6061 """Create a volume with a unicode name and view it."""
6162
6768 @testtools.skipUnless(CONF.volume_feature_enabled.snapshot,
6869 "Cinder volume snapshots are disabled")
6970 @decorators.related_bug('1393871')
71 @decorators.idempotent_id('332be44d-5418-4fb3-a8f0-a3587de6929f')
7072 def test_snapshot_create_volume_description_non_ascii_code(self):
7173 # Create a volume with non-ascii description
7274 description = u'\u05e7\u05d9\u05d9\u05e4\u05e9'