]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxml2argv: Remove 'args' for tests only used in xml2xmltest
authorPeter Krempa <pkrempa@redhat.com>
Mon, 27 Aug 2018 16:06:20 +0000 (18:06 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 28 Aug 2018 10:22:31 +0000 (12:22 +0200)
'metadata' and 'leases' are features internal to libvirt and thus don't
influence the generated QEMU command line. As they are not tested we
don't need the output files.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
tests/qemuxml2argvdata/lease.args [deleted file]
tests/qemuxml2argvdata/metadata.args [deleted file]

diff --git a/tests/qemuxml2argvdata/lease.args b/tests/qemuxml2argvdata/lease.args
deleted file mode 100644 (file)
index 000538b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-LC_ALL=C \
-PATH=/bin \
-HOME=/home/test \
-USER=test \
-LOGNAME=test \
-QEMU_AUDIO_DRV=none \
-/usr/bin/qemu-system-i686 \
--name QEMUGuest1 \
--S \
--M pc \
--m 214 \
--smp 1 \
--uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
--nographic \
--monitor unix:/tmp/test-monitor,server,nowait \
--no-acpi \
--boot c \
--usb \
--drive file=/dev/HostVG/QEMUGuest1,format=raw,if=ide,bus=0,unit=0 \
--cdrom /root/boot.iso \
--net none \
--serial none \
--parallel none
diff --git a/tests/qemuxml2argvdata/metadata.args b/tests/qemuxml2argvdata/metadata.args
deleted file mode 100644 (file)
index 1fb74e4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-LC_ALL=C \
-PATH=/bin \
-HOME=/home/test \
-USER=test \
-LOGNAME=test \
-QEMU_AUDIO_DRV=none \
-/usr/bin/qemu-system-i686 \
--name QEMUGuest1 \
--S \
--M pc \
--m 214 \
--smp 1 \
--uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
--nographic \
--monitor unix:/tmp/test-monitor,server,nowait \
--no-acpi \
--boot c \
--usb \
--drive file=/dev/HostVG/QEMUGuest1,format=raw,if=ide,bus=0,unit=0 \
--net none \
--serial none \
--parallel none