mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00:00
iotests: adapt to output change for recently introduced 'detached header' field
Failure was noticed when running the tests for the qcow2 image format.
Fixes: 0bd779e27e ("crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS")
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20240216101415.293769-1-f.ebner@proxmox.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
@@ -39,6 +39,7 @@ Format specific information:
|
|||||||
compression type: COMPRESSION_TYPE
|
compression type: COMPRESSION_TYPE
|
||||||
encrypt:
|
encrypt:
|
||||||
ivgen alg: plain64
|
ivgen alg: plain64
|
||||||
|
detached header: false
|
||||||
hash alg: sha256
|
hash alg: sha256
|
||||||
cipher alg: aes-256
|
cipher alg: aes-256
|
||||||
uuid: 00000000-0000-0000-0000-000000000000
|
uuid: 00000000-0000-0000-0000-000000000000
|
||||||
@@ -84,6 +85,7 @@ Format specific information:
|
|||||||
compression type: COMPRESSION_TYPE
|
compression type: COMPRESSION_TYPE
|
||||||
encrypt:
|
encrypt:
|
||||||
ivgen alg: plain64
|
ivgen alg: plain64
|
||||||
|
detached header: false
|
||||||
hash alg: sha256
|
hash alg: sha256
|
||||||
cipher alg: aes-256
|
cipher alg: aes-256
|
||||||
uuid: 00000000-0000-0000-0000-000000000000
|
uuid: 00000000-0000-0000-0000-000000000000
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ Format specific information:
|
|||||||
refcount bits: 16
|
refcount bits: 16
|
||||||
encrypt:
|
encrypt:
|
||||||
ivgen alg: plain64
|
ivgen alg: plain64
|
||||||
|
detached header: false
|
||||||
hash alg: sha1
|
hash alg: sha1
|
||||||
cipher alg: aes-128
|
cipher alg: aes-128
|
||||||
uuid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
uuid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
||||||
|
|||||||
Reference in New Issue
Block a user