From: John Spray Date: Tue, 27 Jun 2017 14:09:40 +0000 (+0100) Subject: qa: call into `status` module from cephtool test X-Git-Tag: ses5-milestone8~1^2~17^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15925%2Fhead;p=ceph.git qa: call into `status` module from cephtool test Signed-off-by: John Spray --- 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