tempest/tempest/api/identity
Ghanshyam Mann fd90dacc8e Skip test early to improve memory footprint and time
When we skip the test class using skip_checks(), it check
the conditions and skip the test class at first step
without creating any keystone credentials. But when
tests are skipped with other decorator at test level then
it does create keystone credentials, setup network resources
and service clients.

Wehn all the tests in test class are skipped based on common
condition then it is better to skip them using the skip_check
so that we do not create any keystone, network resources which
will improve the DB queries keystone, neutron does and also
speed up the test skip.

Related-Bug: #2004780
Change-Id: Id5e6ddcb83aaa6133c28ef188183d98e26e4925b
2023-08-04 11:20:00 -07:00
..
admin Merge "Take domain_id from config in some tests." 2021-12-03 15:14:56 +00:00
v2 Remove usage of six 2021-04-15 09:01:01 +00:00
v3 Skip test early to improve memory footprint and time 2023-08-04 11:20:00 -07:00
__init__.py Update all Oslo module use 2015-03-11 21:07:56 +00:00
base.py Add Access Rules tests 2020-01-07 12:45:31 -08:00