From 5565bb60a0a3de5263a0f8bbeb701305c0696e82 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 20 Jul 2021 08:25:55 +0900 Subject: [PATCH] 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 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0e1011fe..584271c4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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'