]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/orchestrator: do not test "mon update 3 host1"
authorKefu Chai <kchai@redhat.com>
Thu, 5 Dec 2019 05:25:52 +0000 (13:25 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 5 Dec 2019 05:25:54 +0000 (13:25 +0800)
as the network in host spec is always required now

Fixes: https://tracker.ceph.com/issues/43132
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/test_orchestrator_cli.py

index b41c61f5ab7332041b1996b1847848ae92dc2355..db441f1584a09595ecb271a6ad677a3acd866ff2 100644 (file)
@@ -157,7 +157,6 @@ class TestOrchestratorCli(MgrTestCase):
 
     def test_mon_update(self):
         self._orch_cmd("mon", "update", "3")
-        self._orch_cmd("mon", "update", "3", "host1", "host2", "host3")
         self._orch_cmd("mon", "update", "3", "host1:network", "host2:network", "host3:network")
 
     def test_mgr_update(self):