Check for checksum mismatch absence in test_heal

hotfix-1.0.0
Vitaliy Filippov 2023-06-12 02:32:04 +03:00
parent d6ee1ca17c
commit a5753e35a3
1 changed files with 4 additions and 0 deletions

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