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

This commit is contained in:
Zuul 2019-05-24 19:13:59 +00:00 committed by Gerrit Code Review
commit f517aeeb51
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