Codebase list cinder-tempest-plugin / 1014863
Add unique ID for ProjectReaderTests.test_get_capabilities() ProjectReaderTests.test_get_capabilities() used the same ID as ProjectMemberTests.test_get_capabilities(), so to differentiate between the two tests, I added another ID. Change-Id: I416a21489c2a9096257bb3dc4465574435e10672 Evelina Shames 3 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
8080 class ProjectReaderTests(ProjectMemberTests, base.BaseVolumeTest):
8181
8282 credentials = ['project_reader', 'project_admin', 'system_admin']
83
84 @decorators.idempotent_id('d16034fc-4204-4ea8-94b3-714de59fdfbf')
85 def test_get_capabilities(self):
86 super().test_get_capabilities()