[libvirt] [PATCH 1/4] tests: qemuxml2argv: Remove 'args' files for tests expecting failure

Peter Krempa pkrempa at redhat.com
Mon Aug 27 16:09:06 UTC 2018


Output file does not make sense for those.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 .../hugepages-default-1G-nodeset-2M.args           | 25 ----------------------
 tests/qemuxml2argvdata/pcihole64-none.args         | 20 -----------------
 2 files changed, 45 deletions(-)
 delete mode 100644 tests/qemuxml2argvdata/hugepages-default-1G-nodeset-2M.args
 delete mode 100644 tests/qemuxml2argvdata/pcihole64-none.args

diff --git a/tests/qemuxml2argvdata/hugepages-default-1G-nodeset-2M.args b/tests/qemuxml2argvdata/hugepages-default-1G-nodeset-2M.args
deleted file mode 100644
index 10c429a533..0000000000
--- a/tests/qemuxml2argvdata/hugepages-default-1G-nodeset-2M.args
+++ /dev/null
@@ -1,25 +0,0 @@
-LC_ALL=C \
-PATH=/bin \
-HOME=/home/test \
-USER=test \
-LOGNAME=test \
-QEMU_AUDIO_DRV=none \
-/usr/bin/qemu-system-i686 \
--name SomeDummyHugepagesGuest \
--S \
--machine pc,accel=tcg,usb=off,dump-guest-core=off \
--m 1024 \
--mem-prealloc \
--mem-path /dev/hugepages1G/libvirt/qemu/-1-SomeDummyHugepagesGu \
--smp 2,sockets=2,cores=1,threads=1 \
--uuid ef1bdff4-27f3-4e85-a807-5fb4d58463cc \
--display none \
--no-user-config \
--nodefaults \
--chardev socket,id=charmonitor,\
-path=/tmp/lib/domain--1-SomeDummyHugepagesGu/monitor.sock,server,nowait \
--mon chardev=charmonitor,id=monitor,mode=control \
--rtc base=utc \
--no-shutdown \
--no-acpi \
--usb
diff --git a/tests/qemuxml2argvdata/pcihole64-none.args b/tests/qemuxml2argvdata/pcihole64-none.args
deleted file mode 100644
index 31ca508ae5..0000000000
--- a/tests/qemuxml2argvdata/pcihole64-none.args
+++ /dev/null
@@ -1,20 +0,0 @@
-LC_ALL=C \
-PATH=/bin \
-HOME=/home/test \
-USER=test \
-LOGNAME=test \
-QEMU_AUDIO_DRV=none \
-/usr/bin/qemu-system-x86_64 \
--name QEMUGuest1 \
--S \
--M pc-1.2 \
--m 2048 \
--smp 2 \
--uuid c84fc647-6198-4ff9-bf81-d65a1f8f5ec0 \
--nographic \
--nodefaults \
--monitor unix:/tmp/test-monitor,server,nowait \
--no-acpi \
--boot c \
--usb \
--device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
-- 
2.16.2




More information about the libvir-list mailing list