tests: qcow: Add backing file verification for qcow2 images

- Automatically detect and verify backing files
- Verify backing file integrity with qemu-img check (qcow only)
- Compute DJB2 checksums before test to detect modifications

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2025-12-19 12:42:41 +01:00
committed by Rob Bradford
parent 3fed706d6a
commit 4f69cf604a
3 changed files with 171 additions and 19 deletions

1
Cargo.lock generated
View File

@@ -418,6 +418,7 @@ version = "50.0.0"
dependencies = [
"anyhow",
"api_client",
"block",
"clap",
"dhat",
"dirs",