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:
Paul Cuzner 2020-09-03 14:53:22 +12:00
parent 3a2430fed9
commit 8691f94104

View File

@ -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')