TripleO: Reduce tempest test scope

This change reduces scope of tempest tests executed in TripleO job
so that we run the same set of Octavia tests as the ones used in
tripleo-ci-centos-N-scenario010-standalone job in TripleO repos which
enables Octavia with Amphora driver.

Change-Id: I3d879b2b8dd6110dfc1949d377c36c9cc3686ed7
(cherry picked from commit 5565bb60a0)
(cherry picked from commit 7658c66ad3)
This commit is contained in:
Takashi Kajinami 2021-07-20 08:25:55 +09:00
parent 5459f16242
commit 427f3b6568
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@
featureset: '062'
standalone_ceph: true
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor'
- 'octavia_tempest_plugin.tests.scenario.v2.test_listener'
- 'octavia_tempest_plugin.tests.scenario.v2.test_member'
- 'octavia_tempest_plugin.tests.scenario.v2.test_load_balancer'
use_os_tempest: true
validate_services: false
standalone_environment_files:
- 'environments/low-memory-usage.yaml'