Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 1 | # This file includes the list of tests which need to be |
| 2 | # excluded to run from integrated testing (tempest-full job |
| 3 | # or other generic jobs. We will run these tests in a separate |
| 4 | # jobs. This is needed to avoid the job timeout, details in |
| 5 | # bug#2004780. |
| 6 | # Basic criteria to add test in this list is: |
| 7 | # * Admin test which are not needed for interop and most of them |
| 8 | # are running as part of other API and Scenario tests. |
| 9 | # * Negative tests which are mostly covered in tempest API tests |
| 10 | # or service unit/functional tests. |
| 11 | |
| 12 | # All admin tests except keystone admin test which might not have much |
| 13 | # coverage in existing other tests |
| 14 | tempest.api.compute.admin |
| 15 | tempest.api.volume.admin |
| 16 | tempest.api.image.admin |
| 17 | tempest.api.network.admin |
| 18 | |
| 19 | # All negative tests |
| 20 | negative |