From: Peter Krempa Date: Mon, 7 Oct 2019 06:50:10 +0000 (+0200) Subject: tests: qemuxml2argv: Remove unused data for 'pseries-disk' X-Git-Tag: v5.9.0-rc1~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c58616b0212460b914469a262355edc642e1918;p=thirdparty%2Flibvirt.git tests: qemuxml2argv: Remove unused data for 'pseries-disk' The last use was removed in 7b604379ba747cd8 when we deleted the old commandline parser. The same functionality is tested by many tests for pseries guests. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/qemuxml2argvdata/pseries-disk.args b/tests/qemuxml2argvdata/pseries-disk.args deleted file mode 100644 index 2dd5f1c09f..0000000000 --- a/tests/qemuxml2argvdata/pseries-disk.args +++ /dev/null @@ -1,18 +0,0 @@ -LC_ALL=C \ -PATH=/bin \ -HOME=/home/test \ -USER=test \ -LOGNAME=test \ -QEMU_AUDIO_DRV=none \ -/usr/bin/qemu-system-ppc64 \ --name QEMUGuest1 \ --S \ --M pseries \ --m 512 \ --smp 1 \ --no-acpi \ --boot c \ --usb \ --boot c \ --hda /dev/HostVG/QEMUGuest1 \ --cdrom /root/boot.iso diff --git a/tests/qemuxml2argvdata/pseries-disk.xml b/tests/qemuxml2argvdata/pseries-disk.xml deleted file mode 100644 index 39f4a1f726..0000000000 --- a/tests/qemuxml2argvdata/pseries-disk.xml +++ /dev/null @@ -1,42 +0,0 @@ - - QEMUGuest1 - 87eedafe-eedc-4336-8130-ed9fe5dc90c8 - 524288 - 524288 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-ppc64 - - - - -
- - - - - - -
- - - - - - - - - - - -