]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: call into `status` module from cephtool test 15925/head
authorJohn Spray <john.spray@redhat.com>
Tue, 27 Jun 2017 14:09:40 +0000 (15:09 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 27 Jun 2017 14:10:50 +0000 (15:10 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
qa/workunits/cephtool/test.sh

index d8546e0c42442f4b84dc79c464fa8b3dd84998c1..8ab8c093c9b93941ec70776dd836417982a781b1 100755 (executable)
@@ -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