27 lines
976 B
Diff
27 lines
976 B
Diff
|
|
From 7295ebfb02e1a6ebcc1fc94c4aecfe8e21a0e567 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Cole Robinson <crobinso@redhat.com>
|
||
|
|
Date: Wed, 17 Aug 2022 10:21:31 -0400
|
||
|
|
Subject: [PATCH] tests: cli: Fix test output after previous commit
|
||
|
|
|
||
|
|
Signed-off-by: Cole Robinson <crobinso@redhat.com>
|
||
|
|
---
|
||
|
|
tests/data/cli/compare/virt-install-many-devices.xml | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/tests/data/cli/compare/virt-install-many-devices.xml b/tests/data/cli/compare/virt-install-many-devices.xml
|
||
|
|
index a33dc16a..c27512d1 100644
|
||
|
|
--- a/tests/data/cli/compare/virt-install-many-devices.xml
|
||
|
|
+++ b/tests/data/cli/compare/virt-install-many-devices.xml
|
||
|
|
@@ -424,7 +424,7 @@
|
||
|
|
<target dev="vdu" bus="virtio"/>
|
||
|
|
</disk>
|
||
|
|
<disk type="file" device="disk">
|
||
|
|
- <driver name="qemu" type="qcow2">
|
||
|
|
+ <driver name="qemu" type="qcow2" discard="unmap">
|
||
|
|
<metadata_cache>
|
||
|
|
<max_size unit="KiB">2048</max_size>
|
||
|
|
</metadata_cache>
|
||
|
|
--
|
||
|
|
2.43.0
|
||
|
|
|