Limit scope of puppet-neutron-tripleo-standalone tempest tests

This is the partial backport of the gate job fix[1] in master, which
limits scope of tempest tests executed in tripleo job to avoid timeout
error in gate jobs.

[1] 6cb1d1af73

Closes-Bug: #1870257
Change-Id: I6f72d6be245b5c530de0746fb8b7cec26748bb45
This commit is contained in:
Takashi Kajinami 2020-04-02 23:53:56 +09:00
parent afc5750e19
commit 175f063b18
1 changed files with 3 additions and 1 deletions

View File

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