Don't run functional.db tests in nova functional run

To further refine the tests being run during the nova functional
test job, remove the functional.db tests. These shouldn't be
interacting with placement and because some of them use live
mysql or postgresql services for the migration tests, are more
susceptible to intermittent failures when nodes are being slow.

Change-Id: I2cfc6cb74d3acf78043a20cc7254d1315d6fabf0
This commit is contained in:
Chris Dent 2019-05-24 09:32:31 +01:00
parent d878d82b6b
commit e0b35bc3b8
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@
Run the nova functional tests to confirm that we aren't breaking
the PlacementFixture.
vars:
# Skip the api and notification _sample_tests
tox_extra_args: '^((?!(?:api|notification)_sample_tests).)*$'
# Skip the api and notification _sample_tests, and db-related tests
tox_extra_args: '^((?!(?:api|notification)_sample_tests|functional\.db\.).)*$'
- job:
name: placement-perfload