From 37fd93d67eadab8d408effbc86d01c3307a60616 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 26 Dec 2019 16:30:19 +0800 Subject: [PATCH] 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 --- qa/tasks/mgr/test_orchestrator_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tasks/mgr/test_orchestrator_cli.py b/qa/tasks/mgr/test_orchestrator_cli.py index c6b48d406d9..3e32080a715 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") -- 2.39.5