From a326170bf7900502c7767f5c4bd460583463d16d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 18 May 2021 19:21:53 +0200 Subject: Configure dashboard.dashboard_url if tempest_slow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tempest Horizon is now also executed in tempest_slow. Change-Id: I910adc68eeb067d089b705feb794911afd1747e0 Signed-off-by: Cédric Ollivier --- docker/healthcheck/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index 53e5a6cd5..7b6b2a108 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -177,6 +177,6 @@ tiers: dependencies: - DASHBOARD_URL: '^(?!\s*$).+' run: - name: tempest_horizon + name: tempest_common args: mode: '^tempest.scenario.test_dashboard_basic_ops.' -- cgit 1.2.3-korg