blob: 03cf7e92e85267dfa67b59fc64354e78f5efe7ee [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
Ghanshyam Mann14f199e2024-12-13 12:26:10 -080019# 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.
22cinder_tempest_plugin
23
Ghanshyam Mann518e4262023-02-10 19:57:36 -060024# All negative tests
25negative