Make tempest scope more strict

... to prevent tripleo gate job from getting affected by newly
added jobs.

Change-Id: I35016b7eb2a314e713bfc5d3d9cb17360b2bad4f
(cherry picked from commit 0973f28597)
(cherry picked from commit 7b2d2e9dd1)
This commit is contained in:
Takashi Kajinami 2020-04-02 20:49:11 +09:00
parent bd5f65919b
commit ede086f5f9
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@
featureset_override:
run_tempest: true
tempest_whitelist:
- 'volume'
- 'cinder_tempest_plugin'
- 'tempest.api.volume'
- 'tempest.scenario.test_volume_boot_pattern'
- 'cinder_tempest_plugin.api'
tempest_plugins:
- 'python-cinder-tests-tempest'