From d7396fdc0f0950133ab0bfc431b43213d2727960 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 25 Jun 2020 12:23:39 +0530 Subject: [PATCH] qa/tasks/test_nfs: Add todo note for cluster update test Signed-off-by: Varsha Rao --- qa/tasks/cephfs/test_nfs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephfs/test_nfs.py b/qa/tasks/cephfs/test_nfs.py index dfd4a8ac44d33..62e0a6b5cf446 100644 --- a/qa/tasks/cephfs/test_nfs.py +++ b/qa/tasks/cephfs/test_nfs.py @@ -10,6 +10,7 @@ from teuthology.exceptions import CommandFailedError log = logging.getLogger(__name__) +# TODO Add test for cluster update when ganesha can be deployed on multiple ports. class TestNFS(MgrTestCase): def _cmd(self, *args): return self.mgr_cluster.mon_manager.raw_cluster_cmd(*args) -- 2.39.5