tempest/tempest/api/identity/admin/v2
zhufl c16883ff34 Adding description for testcases - identity part1
When Tempest is used in customer site, often we are required to
provide a testcase list including testcase names and descriptions.
Now no this kind of doc is available, so we can add descriptions
with the format of doc string for every testcase, so later we
can generata such a testcase description list.

There are hundreds of testcases missing descriptions, so we can
add them gradually, and limit the modified files in one patch
for the convenience of reviewing.

BTW: some minor code refactor is done along with this patch.

Change-Id: I072bd2c86a7f50559e9e452dda3e1669fad3be00
partially-implements: blueprint testcase-description
2020-04-17 09:48:33 +08:00
..
__init__.py Move identity v2 tests to their own folders 2015-03-03 09:34:09 +11:00
test_endpoints.py Adding description for testcases - identity part1 2020-04-17 09:48:33 +08: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 Add missing ws seperator between words 2018-11-16 15:34:56 +08: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