tempest/tempest/api/compute/images
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
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_image_metadata.py Remove usage of six 2021-02-22 09:12:42 +08:00
test_image_metadata_negative.py Skip test early to improve memory footprint and time 2023-08-04 11:20:00 -07:00
test_images.py Add a boot-snapshot-boot test 2022-10-07 13:33:22 -07:00
test_images_negative.py Create default net in ImagesNegativeTestJSON 2022-06-17 17:01:10 +02:00
test_images_oneserver.py create default network for few more server tests 2023-08-01 11:24:55 -07:00
test_images_oneserver_negative.py Fix race condition for image test 2021-02-10 14:28:45 +00:00
test_list_image_filters.py Remove usage of six 2021-02-22 09:12:42 +08:00
test_list_image_filters_negative.py Adding description for testcases - compute part8 2020-08-12 15:36:31 +08:00
test_list_images.py Adding description for testcases - compute part5 2020-07-30 10:05:37 +08:00