tempest/tempest/api/identity/admin/v2
zhufl f824fcf0d7 addCleanup should be immediately after the creating statement.
It's not safe to add addCleanup for a bundle of resources after
creating them all, instead, addCleanup should be immediately after
every resource creation.

Change-Id: Icca816298d1d7e8e4d064a1adc7006c5f160f95d
2018-11-14 15:44:18 +08:00
..
__init__.py Move identity v2 tests to their own folders 2015-03-03 09:34:09 +11:00
test_endpoints.py Stop using resource_cleanup in identity_v2 tests 2017-11-09 06:38:09 +00:00
test_roles.py Stop using resource_cleanup in identity_v2 tests 2017-11-09 06:38:09 +00:00
test_roles_negative.py Remove unused variables from api tests 2017-06-14 15:02:23 +02:00
test_services.py addCleanup should be immediately after the creating statement. 2018-11-14 15:44:18 +08:00
test_tenant_negative.py Use base.setup_test_tenant to create test tenant 2017-04-20 15:44:58 +08:00
test_tenants.py Use assertTrue and assertFalse vs assertEqual 2018-05-15 13:51:35 +03:00
test_tokens.py Restrict test_list_endpoints_for_token to tempest 2018-01-19 22:01:26 +00:00
test_tokens_negative.py Implement tempest client for keystone v2 token APIs 2017-06-19 14:11:12 +05:30
test_users.py Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. 2017-06-05 23:43:53 +01:00
test_users_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00