From: Sage Weil Date: Wed, 14 Jul 2021 12:50:17 +0000 (-0400) Subject: qa/tasks/mgr/test_orchestrator_cli: fix test X-Git-Tag: v16.2.7~116^2~34 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=caf9f3d6a63ef79b95bec7bae3ba382534b2cb51;p=ceph.git qa/tasks/mgr/test_orchestrator_cli: fix test Signed-off-by: Sage Weil (cherry picked from commit a1ee80fcf149ba1c6df1d0d21a7bc196d5e8a2fa) --- diff --git a/qa/tasks/mgr/test_orchestrator_cli.py b/qa/tasks/mgr/test_orchestrator_cli.py index 49be3d8ab0a9..3fccef9a6181 100644 --- a/qa/tasks/mgr/test_orchestrator_cli.py +++ b/qa/tasks/mgr/test_orchestrator_cli.py @@ -123,8 +123,7 @@ data_devices: self._orch_cmd('daemon', 'add', 'rgw', 'realm', 'zone') def test_nfs_add(self): - self._orch_cmd('daemon', 'add', "nfs", "service_name", "pool", "--namespace", "ns") - self._orch_cmd('daemon', 'add', "nfs", "service_name", "pool") + self._orch_cmd('daemon', 'add', "nfs", "service_name") def test_osd_rm(self): self._orch_cmd('daemon', "rm", "osd.0", '--force')