From 56c1954629b78921ca9e8347ca7fd77f1d588062 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 14 May 2021 11:42:03 +0900 Subject: [PATCH] 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: Ia28f458ac84e4f46dcda0dd800276bbd5721a568 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0b64a36d..51f773d0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,5 +21,5 @@ featureset_override: run_tempest: false tempest_test_whitelist: - - 'tempest.api.object_storage' + - 'tempest.api.object_storage.test_object_services.ObjectTest' use_os_tempest: true