blob: 9c8810909a43d6d1c6fa2ac50612fe951b924062 [file] [log] [blame]
Ghanshyam Mann518e4262023-02-10 19:57:36 -06001# 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
14tempest.api.compute.admin
15tempest.api.volume.admin
16tempest.api.image.admin
17tempest.api.network.admin
18
19# All negative tests
20negative