From: Kefu Chai Date: Thu, 26 Dec 2019 08:30:19 +0000 (+0800) Subject: qa/tasks/mgr/test_orchestrator_cli: fix "mon update" test X-Git-Tag: v15.1.0~318^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=37fd93d67eadab8d408effbc86d01c3307a60616;p=ceph.git qa/tasks/mgr/test_orchestrator_cli: fix "mon update" test we need at least one of "hosts" and "label" since 1498170aaa31368e20d8b07abeb920f6d953c7ad Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/mgr/test_orchestrator_cli.py b/qa/tasks/mgr/test_orchestrator_cli.py index c6b48d406d9d0..3e32080a7154e 100644 --- a/qa/tasks/mgr/test_orchestrator_cli.py +++ b/qa/tasks/mgr/test_orchestrator_cli.py @@ -155,7 +155,6 @@ class TestOrchestratorCli(MgrTestCase): self._orch_cmd("host", "rm", "hostname") def test_mon_update(self): - self._orch_cmd("mon", "update", "3") self._orch_cmd("mon", "update", "3", "host1:1.2.3.0/24", "host2:1.2.3.0/24", "host3:10.0.0.0/8") self._orch_cmd("mon", "update", "3", "host1:1.2.3.4", "host2:1.2.3.4", "host3:10.0.0.1")