From 7afaa30f2b626ed06c6b7995e733449da784b042 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 14 May 2021 11:54:46 +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: Ice33a872b371c0b1ea9de94e111c9157ad5c4750 (cherry picked from commit f591e24a8e9b0257a7fbba7fa8d0c3672f2ab99d) --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0e3f1ac83..6ac7428c8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,6 +22,5 @@ featureset_override: run_tempest: false tempest_test_whitelist: - - 'identity' - - 'keystone-tempest-plugin' + - 'tempest.api.identity.v3' use_os_tempest: true