mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
mgr/orchestrator: add test command testcase for "device ls"
Quick test to ensure changes that break wide mode are picked up Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
This commit is contained in:
parent
3a2430fed9
commit
8691f94104
@ -50,3 +50,6 @@ class TestCephadmCLI(MgrTestCase):
|
||||
self._orch_cmd('daemon', 'start', 'osd.0')
|
||||
self.wait_for_health_clear(30)
|
||||
self._orch_cmd('daemon', 'restart', 'osd.0')
|
||||
|
||||
def test_device_ls_wide(self):
|
||||
self._orch_cmd('device', 'ls', '--wide')
|
||||
|
Loading…
Reference in New Issue
Block a user