]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard/qa: consider `daemons` parameter 37564/head
authorTatjana Dehler <tdehler@suse.com>
Tue, 6 Oct 2020 08:38:24 +0000 (10:38 +0200)
committerTatjana Dehler <tdehler@suse.com>
Tue, 6 Oct 2020 08:38:24 +0000 (10:38 +0200)
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 <tdehler@suse.com>
qa/tasks/mgr/dashboard/test_ganesha.py

index c99e3651ff1442185681b6d2ee378a3bdd7e3a6e..9fe65ba6209a92eac16c66cb6515387c2c019b0c 100644 (file)
@@ -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",