From 032a39e6f4916b302bc024b6ae6aa6a2017d5b81 Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Tue, 6 Oct 2020 10:38:24 +0200 Subject: [PATCH] mgr/dashboard/qa: consider `daemons` parameter Consider the values given by the `daemons` parameter and do not use hard-coded values only. Fixes: https://tracker.ceph.com/issues/47759 Signed-off-by: Tatjana Dehler --- qa/tasks/mgr/dashboard/test_ganesha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/mgr/dashboard/test_ganesha.py b/qa/tasks/mgr/dashboard/test_ganesha.py index c99e3651ff14..9fe65ba6209a 100644 --- a/qa/tasks/mgr/dashboard/test_ganesha.py +++ b/qa/tasks/mgr/dashboard/test_ganesha.py @@ -77,7 +77,7 @@ class GaneshaTest(DashboardTestCase): "path": path, "fsal": fsal, "cluster_id": cluster_id, - "daemons": ["node1", "node3"], + "daemons": daemons, "pseudo": pseudo, "tag": None, "access_type": "RW", -- 2.47.3