From: Tatjana Dehler Date: Tue, 6 Oct 2020 08:38:24 +0000 (+0200) Subject: mgr/dashboard/qa: consider `daemons` parameter X-Git-Tag: v16.1.0~820^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=032a39e6f4916b302bc024b6ae6aa6a2017d5b81;p=ceph.git 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 --- 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",