From c6fc2e417f07d91e6d818af2a9b3fc4dc13abe58 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 14 May 2021 11:33:53 +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: I9c3e45adb2b969f498313cfb739f174d148c2c7d --- .zuul.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c437be2f4..6b08e5eae 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,7 +22,5 @@ featureset_override: run_tempest: false tempest_test_whitelist: - - 'tempest.api.network' - - 'tempest.scenario.test_network_basic_ops' - - 'neutron_tempest_plugin.api' + - 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops' use_os_tempest: true