From 4840a5d5055d5dcdbbae61a21c997e71eb1546cd Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 27 Jun 2017 15:09:40 +0100 Subject: [PATCH] qa: call into `status` module from cephtool test Signed-off-by: John Spray --- qa/workunits/cephtool/test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index d8546e0c424..8ab8c093c9b 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -2353,9 +2353,11 @@ function test_mds_tell_help_command() ceph osd pool delete fs_metadata fs_metadata --yes-i-really-really-mean-it } -function test_mgr_tell_help_command() +function test_mgr_tell() { ceph tell mgr help + ceph tell mgr fs status + ceph tell mgr osd status } # @@ -2414,7 +2416,7 @@ MDS_TESTS+=" mon_mds" MDS_TESTS+=" mon_mds_metadata" MDS_TESTS+=" mds_tell_help_command" -MGR_TESTS+=" mgr_tell_help_command" +MGR_TESTS+=" mgr_tell" TESTS+=$MON_TESTS TESTS+=$OSD_TESTS -- 2.39.5