]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: workunits: cephtool: check if 'heap' commands are parseable
authorJoao Eduardo Luis <jecluis@gmail.com>
Fri, 20 Sep 2013 16:06:30 +0000 (17:06 +0100)
committerSage Weil <sage@inktank.com>
Tue, 24 Sep 2013 16:02:42 +0000 (09:02 -0700)
Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
(cherry picked from commit b1eeaddd5f214c1b0883b44fc8cae07c649be7c4)

qa/workunits/cephtool/test.sh

index 7915e48a6edd0db6032fc77fd71da258803ccef3..8fdbbda0c232de3be16d19e18f2ee87b1947aa62 100755 (executable)
@@ -310,4 +310,11 @@ ceph pg set_full_ratio 95 2>$TMPFILE; check_response $? 22 'not in range'
 # expect "not in range" for invalid overload percentage
 ceph osd reweight-by-utilization 80 2>$TMPFILE; check_response $? 22 'not in range'
 
+# expect 'heap' commands to be correctly parsed
+ceph heap stats
+ceph heap start_profiler
+ceph heap dump
+ceph heap stop_profiler
+ceph heap release
+
 echo OK