Check for checksum mismatch absence in test_heal

This commit is contained in:
Vitaliy Filippov
2023-07-29 12:17:18 +03:00
parent d6ee1ca17c
commit a5753e35a3
+4
View File
@@ -58,4 +58,8 @@ qemu-img convert -S 4096 -p \
diff ./testdata/read.bin ./testdata/mirror.bin
if grep -q 'Checksum mismatch' ./testdata/osd*.log; then
format_error Checksum mismatches detected during test
fi
format_green OK