mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
qa: add test for clearomap cli option
Fixes:http://tracker.ceph.com/issues/22255 Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
parent
b086f53ec0
commit
83631d9bd8
@ -302,6 +302,8 @@ test_omap() {
|
||||
$RADOS_TOOL -p $POOL rmomapkey $OBJ $i
|
||||
done
|
||||
$RADOS_TOOL -p $POOL listomapvals $OBJ | grep -c value | grep 5
|
||||
$RADOS_TOOL -p $POOL clearomap $OBJ |
|
||||
$RADOS_TOOL -p $POOL listomapvals $OBJ | wc -l | grep 0
|
||||
cleanup
|
||||
|
||||
for i in $(seq 1 1 10)
|
||||
|
Loading…
Reference in New Issue
Block a user