From b1eeaddd5f214c1b0883b44fc8cae07c649be7c4 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Fri, 20 Sep 2013 17:06:30 +0100 Subject: qa: workunits: cephtool: check if 'heap' commands are parseable Signed-off-by: Joao Eduardo Luis --- qa/workunits/cephtool/test.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1