summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Eduardo Luis <jecluis@gmail.com>2013-09-20 17:06:30 +0100
committerJoao Eduardo Luis <jecluis@gmail.com>2013-09-20 17:51:50 +0100
commitb1eeaddd5f214c1b0883b44fc8cae07c649be7c4 (patch)
treef7368704183c6fb6921ff4274bbb3b55cd20e3a1
parent296f2d0db31e9f5a59a3a62a1e95b6c440430fa3 (diff)
downloadceph-wip-6361.tar.gz
qa: workunits: cephtool: check if 'heap' commands are parseablewip-6361
Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
-rwxr-xr-xqa/workunits/cephtool/test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh
index d92c2709dfd..51420a2f134 100755
--- a/qa/workunits/cephtool/test.sh
+++ b/qa/workunits/cephtool/test.sh
@@ -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