518e426ab4
Recently we are seeing a lot of job timeout(bug#2004780) and we see many tests taking time and also number of tests increasing over time. This is to prepare the list of extra tests (here extra tests means the tests which are covered by the other API or scenario tests) which we do not need to run in every integrated jobs. Instead, we can run them in a separete job(s). Currently I am adding admin (except keystone) and negative tests in the 'extra tests' list but we can add more tests here which we think are covered in some other tests. As negative tests are important for interop, adding those extra tests coverage for stable branch job also but running them in periodic run only. Related-Bug: #2004780 Change-Id: Id02221df0d6180519751c63e890851bd59fdafa0
21 lines
764 B
Plaintext
21 lines
764 B
Plaintext
# This file includes the list of tests which need to be
|
|
# excluded to run from integrated testing (tempest-full job
|
|
# or other generic jobs. We will run these tests in a separate
|
|
# jobs. This is needed to avoid the job timeout, details in
|
|
# bug#2004780.
|
|
# Basic criteria to add test in this list is:
|
|
# * Admin test which are not needed for interop and most of them
|
|
# are running as part of other API and Scenario tests.
|
|
# * Negative tests which are mostly covered in tempest API tests
|
|
# or service unit/functional tests.
|
|
|
|
# All admin tests except keystone admin test which might not have much
|
|
# coverage in existing other tests
|
|
tempest.api.compute.admin
|
|
tempest.api.volume.admin
|
|
tempest.api.image.admin
|
|
tempest.api.network.admin
|
|
|
|
# All negative tests
|
|
negative
|