mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
qa/workunits/rados/test_rados_tool: adapt to new buffer hexdump
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
bc1cf95fe7
commit
1097bd256e
@ -277,7 +277,7 @@ test_omap() {
|
||||
else
|
||||
echo -n "$i" | $RADOS_TOOL -p $POOL setomapval $OBJ $i
|
||||
fi
|
||||
$RADOS_TOOL -p $POOL getomapval $OBJ $i | grep -q "\\: $i\$"
|
||||
$RADOS_TOOL -p $POOL getomapval $OBJ $i | grep -q "|$i|\$"
|
||||
done
|
||||
$RADOS_TOOL -p $POOL listomapvals $OBJ | grep -c value | grep 600
|
||||
cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user