TripleO: Reduce tempest test scope

This change reduces scope of tempest tests in tripleo job, so that we
run only subset of test cases used in TripleO repos.

Change-Id: Ib913f0fe20af74c9a21875c6a7b497dfa2c30880
(cherry picked from commit 6bb2ecec0f)
(cherry picked from commit 8b2b7212e2)
(cherry picked from commit b1f706d7ab)
This commit is contained in:
Takashi Kajinami 2021-05-14 11:30:15 +09:00
parent 91b86f9aee
commit 9cb3fc5f8a
1 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,6 @@
tempest_services:
- cinder
tempest_test_whitelist:
- 'tempest.api.volume'
- 'tempest.scenario.test_volume_boot_pattern'
- 'cinder_tempest_plugin.api'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern'
use_os_tempest: true