]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: add test command testcase for "device ls" 36894/head
authorPaul Cuzner <pcuzner@redhat.com>
Thu, 3 Sep 2020 02:53:22 +0000 (14:53 +1200)
committerPaul Cuzner <pcuzner@redhat.com>
Thu, 3 Sep 2020 02:53:22 +0000 (14:53 +1200)
Quick test to ensure changes that break wide mode are picked
up

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
qa/tasks/cephadm_cases/test_cli.py

index f6a7521b6f63ed07df9e14ebebdfe3c93c30294f..ecd0124bd54873564578940a49e1890de5dca7c6 100644 (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')