All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iotests: adapt to output change for recently introduced 'detached header' field
@ 2024-02-16 10:14 Fiona Ebner
  2024-02-19 15:14 ` Daniel P. Berrangé
  2024-03-18 12:35 ` Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Ebner @ 2024-02-16 10:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, hreitz, kwolf, yong.huang, berrange

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>
---
 tests/qemu-iotests/198.out | 2 ++
 tests/qemu-iotests/206.out | 1 +
 2 files changed, 3 insertions(+)

diff --git a/tests/qemu-iotests/198.out b/tests/qemu-iotests/198.out
index 805494916f..62fb73fa3e 100644
--- a/tests/qemu-iotests/198.out
+++ b/tests/qemu-iotests/198.out
@@ -39,6 +39,7 @@ Format specific information:
     compression type: COMPRESSION_TYPE
     encrypt:
         ivgen alg: plain64
+        detached header: false
         hash alg: sha256
         cipher alg: aes-256
         uuid: 00000000-0000-0000-0000-000000000000
@@ -84,6 +85,7 @@ Format specific information:
     compression type: COMPRESSION_TYPE
     encrypt:
         ivgen alg: plain64
+        detached header: false
         hash alg: sha256
         cipher alg: aes-256
         uuid: 00000000-0000-0000-0000-000000000000
diff --git a/tests/qemu-iotests/206.out b/tests/qemu-iotests/206.out
index 7e95694777..979f00f9bf 100644
--- a/tests/qemu-iotests/206.out
+++ b/tests/qemu-iotests/206.out
@@ -114,6 +114,7 @@ Format specific information:
     refcount bits: 16
     encrypt:
         ivgen alg: plain64
+        detached header: false
         hash alg: sha1
         cipher alg: aes-128
         uuid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
-- 
2.39.2




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] iotests: adapt to output change for recently introduced 'detached header' field
  2024-02-16 10:14 [PATCH] iotests: adapt to output change for recently introduced 'detached header' field Fiona Ebner
@ 2024-02-19 15:14 ` Daniel P. Berrangé
  2024-03-18 12:35 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2024-02-19 15:14 UTC (permalink / raw)
  To: Fiona Ebner; +Cc: qemu-devel, qemu-block, hreitz, kwolf, yong.huang

On Fri, Feb 16, 2024 at 11:14:15AM +0100, Fiona Ebner wrote:
> 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>
> ---
>  tests/qemu-iotests/198.out | 2 ++
>  tests/qemu-iotests/206.out | 1 +
>  2 files changed, 3 insertions(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] iotests: adapt to output change for recently introduced 'detached header' field
  2024-02-16 10:14 [PATCH] iotests: adapt to output change for recently introduced 'detached header' field Fiona Ebner
  2024-02-19 15:14 ` Daniel P. Berrangé
@ 2024-03-18 12:35 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2024-03-18 12:35 UTC (permalink / raw)
  To: Fiona Ebner; +Cc: qemu-devel, qemu-block, hreitz, yong.huang, berrange

Am 16.02.2024 um 11:14 hat Fiona Ebner geschrieben:
> 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>

Thanks, applied to the block branch.

Kevin



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-18 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 10:14 [PATCH] iotests: adapt to output change for recently introduced 'detached header' field Fiona Ebner
2024-02-19 15:14 ` Daniel P. Berrangé
2024-03-18 12:35 ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.