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: Ia28f458ac84e4f46dcda0dd800276bbd5721a568
This commit is contained in:
Takashi Kajinami 2021-05-14 11:42:03 +09:00
parent b79e3c965b
commit 56c1954629
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'tempest.api.object_storage'
- 'tempest.api.object_storage.test_object_services.ObjectTest'
use_os_tempest: true