From: Nathan Cutler Date: Sun, 28 Jan 2018 11:52:34 +0000 (+0100) Subject: tests: rados tool: test -f option X-Git-Tag: v13.0.2~284^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a058a2e42cf3019cf609a34711d4e256285fe7d;p=ceph.git tests: rados tool: test -f option Signed-off-by: Nathan Cutler --- diff --git a/qa/workunits/rados/test_rados_tool.sh b/qa/workunits/rados/test_rados_tool.sh index 3640eb03e1b..9414c1016f4 100755 --- a/qa/workunits/rados/test_rados_tool.sh +++ b/qa/workunits/rados/test_rados_tool.sh @@ -250,7 +250,9 @@ run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 write --format json --outpu run_expect_fail "$RADOS_TOOL" --pool "$POOL" bench 1 write --output "$TDIR/bench.json" run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 5 write --format json --no-cleanup run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 rand --format json +run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 rand -f json run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 seq --format json +run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 seq -f json run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 5 write --write-omap run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 5 write --write-object run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 5 write --write-xattr