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
This commit is contained in:
Takashi Kajinami 2021-05-14 11:30:15 +09:00
parent 496eb152f9
commit 6bb2ecec0f
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