mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
3fed706d6a
commit
4f69cf604a
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -418,6 +418,7 @@ version = "50.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"api_client",
|
||||
"block",
|
||||
"clap",
|
||||
"dhat",
|
||||
"dirs",
|
||||
|
||||
Reference in New Issue
Block a user