51d9a2
From 2c55b2cc4900b59217e808e75af2ef7012846a4b Mon Sep 17 00:00:00 2001
51d9a2
Message-Id: <2c55b2cc4900b59217e808e75af2ef7012846a4b@dist-git>
51d9a2
From: Pavel Hrdina <phrdina@redhat.com>
51d9a2
Date: Mon, 13 Aug 2018 18:16:09 +0200
51d9a2
Subject: [PATCH] tests: rename hugepages-pages into hugepages-numa-nodeset
51d9a2
MIME-Version: 1.0
51d9a2
Content-Type: text/plain; charset=UTF-8
51d9a2
Content-Transfer-Encoding: 8bit
51d9a2
51d9a2
Remove unnecessary XML elements as well.
51d9a2
51d9a2
<numatune> for numa guest is tested by numatune-memnode test.
51d9a2
51d9a2
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
51d9a2
(cherry picked from commit a83461b09af48dd22ebf7794e66268244387e3f1)
51d9a2
51d9a2
Conflicts:
51d9a2
    tests/qemuxml2argvdata/hugepages-numa-nodeset.args
51d9a2
        - missing upstream commit <caccbba64a>
51d9a2
51d9a2
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1591235
51d9a2
51d9a2
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
51d9a2
Reviewed-by: Ján Tomko <jtomko@redhat.com>
51d9a2
---
51d9a2
 ...s-pages.args => hugepages-numa-nodeset.args} | 17 +++++------------
51d9a2
 ...ges-pages.xml => hugepages-numa-nodeset.xml} | 12 +-----------
51d9a2
 tests/qemuxml2argvtest.c                        |  2 +-
51d9a2
 ...ges-pages.xml => hugepages-numa-nodeset.xml} | 17 +----------------
51d9a2
 tests/qemuxml2xmltest.c                         |  2 +-
51d9a2
 5 files changed, 9 insertions(+), 41 deletions(-)
51d9a2
 rename tests/qemuxml2argvdata/{hugepages-pages.args => hugepages-numa-nodeset.args} (77%)
51d9a2
 rename tests/qemuxml2argvdata/{hugepages-pages.xml => hugepages-numa-nodeset.xml} (74%)
51d9a2
 rename tests/qemuxml2xmloutdata/{hugepages-pages.xml => hugepages-numa-nodeset.xml} (66%)
51d9a2
51d9a2
diff --git a/tests/qemuxml2argvdata/hugepages-pages.args b/tests/qemuxml2argvdata/hugepages-numa-nodeset.args
51d9a2
similarity index 77%
51d9a2
rename from tests/qemuxml2argvdata/hugepages-pages.args
51d9a2
rename to tests/qemuxml2argvdata/hugepages-numa-nodeset.args
51d9a2
index 7ece0272a0..22f0e605fe 100644
51d9a2
--- a/tests/qemuxml2argvdata/hugepages-pages.args
51d9a2
+++ b/tests/qemuxml2argvdata/hugepages-numa-nodeset.args
51d9a2
@@ -11,20 +11,16 @@ QEMU_AUDIO_DRV=none \
51d9a2
 -m 4096 \
51d9a2
 -smp 4,sockets=4,cores=1,threads=1 \
51d9a2
 -object memory-backend-file,id=ram-node0,prealloc=yes,\
51d9a2
-mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824,\
51d9a2
-host-nodes=0-3,policy=bind \
51d9a2
+mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824 \
51d9a2
 -numa node,nodeid=0,cpus=0,memdev=ram-node0 \
51d9a2
 -object memory-backend-file,id=ram-node1,prealloc=yes,\
51d9a2
-mem-path=/dev/hugepages2M/libvirt/qemu/-1-QEMUGuest1,size=1073741824,\
51d9a2
-host-nodes=0-3,policy=bind \
51d9a2
+mem-path=/dev/hugepages2M/libvirt/qemu/-1-QEMUGuest1,size=1073741824 \
51d9a2
 -numa node,nodeid=1,cpus=1,memdev=ram-node1 \
51d9a2
 -object memory-backend-file,id=ram-node2,prealloc=yes,\
51d9a2
-mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824,\
51d9a2
-host-nodes=0-3,policy=bind \
51d9a2
+mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824 \
51d9a2
 -numa node,nodeid=2,cpus=2,memdev=ram-node2 \
51d9a2
 -object memory-backend-file,id=ram-node3,prealloc=yes,\
51d9a2
-mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824,\
51d9a2
-host-nodes=3,policy=bind \
51d9a2
+mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824 \
51d9a2
 -numa node,nodeid=3,cpus=3,memdev=ram-node3 \
51d9a2
 -uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
51d9a2
 -display none \
51d9a2
@@ -37,7 +33,4 @@ server,nowait \
51d9a2
 -no-shutdown \
51d9a2
 -no-acpi \
51d9a2
 -boot c \
51d9a2
--usb \
51d9a2
--drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-ide0-0-0 \
51d9a2
--device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 \
51d9a2
--device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
51d9a2
+-usb
51d9a2
diff --git a/tests/qemuxml2argvdata/hugepages-pages.xml b/tests/qemuxml2argvdata/hugepages-numa-nodeset.xml
51d9a2
similarity index 74%
51d9a2
rename from tests/qemuxml2argvdata/hugepages-pages.xml
51d9a2
rename to tests/qemuxml2argvdata/hugepages-numa-nodeset.xml
51d9a2
index f9270782d4..e81fa44d58 100644
51d9a2
--- a/tests/qemuxml2argvdata/hugepages-pages.xml
51d9a2
+++ b/tests/qemuxml2argvdata/hugepages-numa-nodeset.xml
51d9a2
@@ -10,10 +10,6 @@
51d9a2
     </hugepages>
51d9a2
   </memoryBacking>
51d9a2
   <vcpu placement='static'>4</vcpu>
51d9a2
-  <numatune>
51d9a2
-    <memory mode='strict' nodeset='0-3'/>
51d9a2
-    <memnode cellid='3' mode='strict' nodeset='3'/>
51d9a2
-  </numatune>
51d9a2
   <os>
51d9a2
     <type arch='i686' machine='pc'>hvm</type>
51d9a2
     <boot dev='hd'/>
51d9a2
@@ -32,16 +28,10 @@
51d9a2
   <on_crash>destroy</on_crash>
51d9a2
   <devices>
51d9a2
     <emulator>/usr/bin/qemu-system-i686</emulator>
51d9a2
-    <disk type='block' device='disk'>
51d9a2
-      <source dev='/dev/HostVG/QEMUGuest1'/>
51d9a2
-      <target dev='hda' bus='ide'/>
51d9a2
-      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
51d9a2
-    </disk>
51d9a2
     <controller type='usb' index='0'/>
51d9a2
-    <controller type='ide' index='0'/>
51d9a2
     <controller type='pci' index='0' model='pci-root'/>
51d9a2
     <input type='mouse' bus='ps2'/>
51d9a2
     <input type='keyboard' bus='ps2'/>
51d9a2
-    <memballoon model='virtio'/>
51d9a2
+    <memballoon model='none'/>
51d9a2
   </devices>
51d9a2
 </domain>
51d9a2
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
51d9a2
index ea26d17a63..3bb5efbd8d 100644
51d9a2
--- a/tests/qemuxml2argvtest.c
51d9a2
+++ b/tests/qemuxml2argvtest.c
51d9a2
@@ -954,7 +954,7 @@ mymain(void)
51d9a2
     DO_TEST("hugepages-numa-default-dimm",
51d9a2
             QEMU_CAPS_DEVICE_PC_DIMM,
51d9a2
             QEMU_CAPS_OBJECT_MEMORY_FILE);
51d9a2
-    DO_TEST("hugepages-pages",
51d9a2
+    DO_TEST("hugepages-numa-nodeset",
51d9a2
             QEMU_CAPS_OBJECT_MEMORY_RAM,
51d9a2
             QEMU_CAPS_OBJECT_MEMORY_FILE);
51d9a2
     DO_TEST("hugepages-pages2", QEMU_CAPS_OBJECT_MEMORY_RAM,
51d9a2
diff --git a/tests/qemuxml2xmloutdata/hugepages-pages.xml b/tests/qemuxml2xmloutdata/hugepages-numa-nodeset.xml
51d9a2
similarity index 66%
51d9a2
rename from tests/qemuxml2xmloutdata/hugepages-pages.xml
51d9a2
rename to tests/qemuxml2xmloutdata/hugepages-numa-nodeset.xml
51d9a2
index 498610a217..affd124048 100644
51d9a2
--- a/tests/qemuxml2xmloutdata/hugepages-pages.xml
51d9a2
+++ b/tests/qemuxml2xmloutdata/hugepages-numa-nodeset.xml
51d9a2
@@ -10,10 +10,6 @@
51d9a2
     </hugepages>
51d9a2
   </memoryBacking>
51d9a2
   <vcpu placement='static'>4</vcpu>
51d9a2
-  <numatune>
51d9a2
-    <memory mode='strict' nodeset='0-3'/>
51d9a2
-    <memnode cellid='3' mode='strict' nodeset='3'/>
51d9a2
-  </numatune>
51d9a2
   <os>
51d9a2
     <type arch='i686' machine='pc'>hvm</type>
51d9a2
     <boot dev='hd'/>
51d9a2
@@ -32,23 +28,12 @@
51d9a2
   <on_crash>destroy</on_crash>
51d9a2
   <devices>
51d9a2
     <emulator>/usr/bin/qemu-system-i686</emulator>
51d9a2
-    <disk type='block' device='disk'>
51d9a2
-      <driver name='qemu' type='raw'/>
51d9a2
-      <source dev='/dev/HostVG/QEMUGuest1'/>
51d9a2
-      <target dev='hda' bus='ide'/>
51d9a2
-      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
51d9a2
-    </disk>
51d9a2
     <controller type='usb' index='0'>
51d9a2
       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
51d9a2
     </controller>
51d9a2
-    <controller type='ide' index='0'>
51d9a2
-      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
51d9a2
-    </controller>
51d9a2
     <controller type='pci' index='0' model='pci-root'/>
51d9a2
     <input type='mouse' bus='ps2'/>
51d9a2
     <input type='keyboard' bus='ps2'/>
51d9a2
-    <memballoon model='virtio'>
51d9a2
-      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
51d9a2
-    </memballoon>
51d9a2
+    <memballoon model='none'/>
51d9a2
   </devices>
51d9a2
 </domain>
51d9a2
diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
51d9a2
index b4bd9ebc4c..2c3d16495e 100644
51d9a2
--- a/tests/qemuxml2xmltest.c
51d9a2
+++ b/tests/qemuxml2xmltest.c
51d9a2
@@ -333,7 +333,7 @@ mymain(void)
51d9a2
     DO_TEST("pages-discard", NONE);
51d9a2
     DO_TEST("hugepages-default", NONE);
51d9a2
     DO_TEST("hugepages-numa-default-dimm", NONE);
51d9a2
-    DO_TEST("hugepages-pages", NONE);
51d9a2
+    DO_TEST("hugepages-numa-nodeset", NONE);
51d9a2
     DO_TEST("hugepages-pages2", NONE);
51d9a2
     DO_TEST("hugepages-pages3", NONE);
51d9a2
     DO_TEST("hugepages-pages4", NONE);
51d9a2
-- 
51d9a2
2.18.0
51d9a2