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: I9c3e45adb2b969f498313cfb739f174d148c2c7d
(cherry picked from commit c6fc2e417f)
This commit is contained in:
Takashi Kajinami 2021-05-14 11:33:53 +09:00
parent c15b18bc6e
commit 57919b4fb1
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,5 @@
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'tempest.api.network'
- 'tempest.scenario.test_network_basic_ops'
- 'neutron_tempest_plugin.api'
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
use_os_tempest: true