summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2022-03-22 10:41:09 +0100
committerCole Robinson <crobinso@redhat.com>2022-04-13 08:35:50 -0400
commita62e3df72f013abc3d5b7a05fa2ce92391866865 (patch)
treeabf10c26070c246962f098d14a9638acf74a416d /tests
parent9ac94ef739687b9eeba37e8b28108269802db280 (diff)
downloadvirt-manager-a62e3df72f013abc3d5b7a05fa2ce92391866865.tar.gz
Add support for URL query with disks
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/data/cli/compare/virt-install-many-devices.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/cli/compare/virt-install-many-devices.xml b/tests/data/cli/compare/virt-install-many-devices.xml
index db61f511..6068b643 100644
--- a/tests/data/cli/compare/virt-install-many-devices.xml
+++ b/tests/data/cli/compare/virt-install-many-devices.xml
@@ -346,7 +346,7 @@
</disk>
<disk type="network" device="disk">
<driver name="qemu"/>
- <source protocol="http" name="my/path">
+ <source protocol="http" name="my/path" query="query=foo">
<host name="1:2:3:4:1:2:3:4" port="5522"/>
</source>
<target dev="vdl" bus="virtio"/>