| 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 |  | 
| Ghanshyam Mann | 14f199e | 2024-12-13 12:26:10 -0800 | [diff] [blame] | 19 | # This also run cinder-tempest-plugin tests so that we can avoid any | 
|  | 20 | # breaking change to plugins (cinder-tempest-plugins uses most of the | 
|  | 21 | # Tempest interface) but we can add more plugins tests here if needed. | 
|  | 22 | cinder_tempest_plugin | 
|  | 23 |  | 
| Ghanshyam Mann | 518e426 | 2023-02-10 19:57:36 -0600 | [diff] [blame] | 24 | # All negative tests | 
|  | 25 | negative |