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
This commit is contained in:
Takashi Kajinami 2021-05-14 11:33:53 +09:00
parent 8522ba8556
commit c6fc2e417f

View File

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