mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
qa/tasksmgr/test_orchestrator_cli: fix test_service_action
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
9639acfefe
commit
114ef48739
@ -72,14 +72,14 @@ class TestOrchestratorCli(MgrTestCase):
|
||||
|
||||
|
||||
def test_service_action(self):
|
||||
self._orch_cmd("service", "restart", "mds", "cephfs")
|
||||
self._orch_cmd("service", "stop", "mds", "cephfs")
|
||||
self._orch_cmd("service", "start", "mds", "cephfs")
|
||||
self._orch_cmd("restart", "mds.cephfs")
|
||||
self._orch_cmd("stop", "mds.cephfs")
|
||||
self._orch_cmd("start", "mds.cephfs")
|
||||
|
||||
def test_service_instance_action(self):
|
||||
self._orch_cmd("daemon", "restart", "mds", "a")
|
||||
self._orch_cmd("daemon", "stop", "mds", "a")
|
||||
self._orch_cmd("daemon", "start", "mds", "a")
|
||||
self._orch_cmd("daemon", "restart", "mds.a")
|
||||
self._orch_cmd("daemon", "stop", "mds.a")
|
||||
self._orch_cmd("daemon", "start", "mds.a")
|
||||
|
||||
def test_osd_create(self):
|
||||
self._orch_cmd("osd", "create", "*:device")
|
||||
|
Loading…
Reference in New Issue
Block a user