From: Joao Eduardo Luis Date: Fri, 20 Sep 2013 16:06:30 +0000 (+0100) Subject: qa: workunits: cephtool: check if 'heap' commands are parseable X-Git-Tag: v0.67.4~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=410db3f30c6eb54b807908c1f251ad4026e7d446;p=ceph.git qa: workunits: cephtool: check if 'heap' commands are parseable Signed-off-by: Joao Eduardo Luis (cherry picked from commit b1eeaddd5f214c1b0883b44fc8cae07c649be7c4) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 7915e48a6edd..8fdbbda0c232 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -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