From bd119e751949205b67124343db0a1e9c88f62983 Mon Sep 17 00:00:00 2001 From: ramishra Date: Sun, 28 Feb 2021 12:49:27 +0530 Subject: [PATCH] Specify correct tempest whitelist Horizon dashboard tempest tests have been moved from tempest-horizon plugin to Tempest. Closes-Bug: #1917197 Change-Id: I0508bfc19741c6bed435f11160122d422450f9ac --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 79eb15f8..370dbe72 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,5 +24,5 @@ tempest_services: - horizon tempest_test_whitelist: - - 'horizon' + - 'tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario' use_os_tempest: true