From 6bb2ecec0f0226fb7e9b57b37fc63ca4e544fdd3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 14 May 2021 11:30:15 +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: Ib913f0fe20af74c9a21875c6a7b497dfa2c30880 --- .zuul.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cd736da1..6891f7fb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,7 +24,6 @@ tempest_services: - cinder tempest_test_whitelist: - - 'tempest.api.volume' - - 'tempest.scenario.test_volume_boot_pattern' - - 'cinder_tempest_plugin.api' + - 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern' + - 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern' use_os_tempest: true