From ee90f5e5c0d81152bf61432bd3364da900462ada Mon Sep 17 00:00:00 2001 From: Joseph Sawaya Date: Wed, 18 Aug 2021 09:41:40 -0400 Subject: [PATCH] qa/tasks/rook: add device ls command to rook task This commit adds the device ls command to the rook qa task since that command should be working from now on. Signed-off-by: Joseph Sawaya --- qa/suites/orch/rook/smoke/1-rook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/orch/rook/smoke/1-rook.yaml b/qa/suites/orch/rook/smoke/1-rook.yaml index eca74f1605330..e990b2d51d0b7 100644 --- a/qa/suites/orch/rook/smoke/1-rook.yaml +++ b/qa/suites/orch/rook/smoke/1-rook.yaml @@ -5,3 +5,4 @@ tasks: - ceph orch status - ceph orch ps - ceph orch ls + - ceph orch device ls -- 2.47.3