]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: workunits: cephtool: check if 'heap' commands are parseable 612/head
authorJoao Eduardo Luis <jecluis@gmail.com>
Fri, 20 Sep 2013 16:06:30 +0000 (17:06 +0100)
committerJoao Eduardo Luis <jecluis@gmail.com>
Fri, 20 Sep 2013 16:51:50 +0000 (17:51 +0100)
Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
qa/workunits/cephtool/test.sh

index d92c2709dfded7f78c25b0f328745f52691dad78..51420a2f1348f1bfc705368cd5a9cf2e3f6bb0ae 100755 (executable)
@@ -334,4 +334,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