mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
tests: rados tool: test -f option
Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
parent
82d4896bab
commit
3a058a2e42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user