79b470
From 6047fac5e90c96d2d79b08e0c9d32ee7f0ad52cd Mon Sep 17 00:00:00 2001
79b470
Message-Id: <6047fac5e90c96d2d79b08e0c9d32ee7f0ad52cd@dist-git>
79b470
From: Michal Privoznik <mprivozn@redhat.com>
79b470
Date: Wed, 7 Oct 2020 18:45:32 +0200
79b470
Subject: [PATCH] qemuxml2xmltest: Add "numatune-distance" test case
79b470
MIME-Version: 1.0
79b470
Content-Type: text/plain; charset=UTF-8
79b470
Content-Transfer-Encoding: 8bit
79b470
79b470
This test case checks that expanding NUMA distance works. On
79b470
input we accept if only distance from A to B is specified. On the
79b470
output we format the B to A distance too.
79b470
79b470
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
79b470
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
79b470
(cherry picked from commit afb1ea67769d88290499c5c6a0c34982bad6e9c9)
79b470
79b470
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1749518
79b470
79b470
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
79b470
Message-Id: <6974ab2c0987840742965ea925adcc4395f72ec2.1602087923.git.mprivozn@redhat.com>
79b470
Reviewed-by: Ján Tomko <jtomko@redhat.com>
79b470
---
79b470
 .../qemuxml2xmloutdata/numatune-distances.xml | 96 +++++++++++++++++++
79b470
 tests/qemuxml2xmltest.c                       |  1 +
79b470
 2 files changed, 97 insertions(+)
79b470
 create mode 100644 tests/qemuxml2xmloutdata/numatune-distances.xml
79b470
79b470
diff --git a/tests/qemuxml2xmloutdata/numatune-distances.xml b/tests/qemuxml2xmloutdata/numatune-distances.xml
79b470
new file mode 100644
79b470
index 0000000000..48f89cb015
79b470
--- /dev/null
79b470
+++ b/tests/qemuxml2xmloutdata/numatune-distances.xml
79b470
@@ -0,0 +1,96 @@
79b470
+<domain type='qemu'>
79b470
+  <name>QEMUGuest</name>
79b470
+  <uuid>c7a5fdb2-cdaf-9455-926a-d65c16db1809</uuid>
79b470
+  <memory unit='KiB'>8388608</memory>
79b470
+  <currentMemory unit='KiB'>8388608</currentMemory>
79b470
+  <vcpu placement='static'>12</vcpu>
79b470
+  <os>
79b470
+    <type arch='x86_64' machine='pc'>hvm</type>
79b470
+    <boot dev='hd'/>
79b470
+  </os>
79b470
+  <features>
79b470
+    <acpi/>
79b470
+    <apic/>
79b470
+    <pae/>
79b470
+  </features>
79b470
+  <cpu>
79b470
+    <numa>
79b470
+      <cell id='0' cpus='0,11' memory='2097152' unit='KiB'>
79b470
+        <distances>
79b470
+          <sibling id='0' value='10'/>
79b470
+          <sibling id='1' value='21'/>
79b470
+          <sibling id='2' value='31'/>
79b470
+          <sibling id='3' value='41'/>
79b470
+          <sibling id='4' value='51'/>
79b470
+          <sibling id='5' value='61'/>
79b470
+        </distances>
79b470
+      </cell>
79b470
+      <cell id='1' cpus='1,10' memory='2097152' unit='KiB'>
79b470
+        <distances>
79b470
+          <sibling id='0' value='21'/>
79b470
+          <sibling id='1' value='10'/>
79b470
+          <sibling id='2' value='21'/>
79b470
+          <sibling id='3' value='31'/>
79b470
+          <sibling id='4' value='41'/>
79b470
+          <sibling id='5' value='51'/>
79b470
+        </distances>
79b470
+      </cell>
79b470
+      <cell id='2' cpus='2,9' memory='2097152' unit='KiB'>
79b470
+        <distances>
79b470
+          <sibling id='0' value='31'/>
79b470
+          <sibling id='1' value='21'/>
79b470
+          <sibling id='2' value='10'/>
79b470
+          <sibling id='3' value='21'/>
79b470
+          <sibling id='4' value='31'/>
79b470
+          <sibling id='5' value='41'/>
79b470
+        </distances>
79b470
+      </cell>
79b470
+      <cell id='3' cpus='3,8' memory='2097152' unit='KiB'>
79b470
+        <distances>
79b470
+          <sibling id='0' value='41'/>
79b470
+          <sibling id='1' value='31'/>
79b470
+          <sibling id='2' value='21'/>
79b470
+          <sibling id='3' value='10'/>
79b470
+          <sibling id='4' value='21'/>
79b470
+          <sibling id='5' value='31'/>
79b470
+        </distances>
79b470
+      </cell>
79b470
+      <cell id='4' cpus='4,7' memory='2097152' unit='KiB'>
79b470
+        <distances>
79b470
+          <sibling id='0' value='51'/>
79b470
+          <sibling id='1' value='41'/>
79b470
+          <sibling id='2' value='31'/>
79b470
+          <sibling id='3' value='21'/>
79b470
+          <sibling id='4' value='10'/>
79b470
+          <sibling id='5' value='21'/>
79b470
+        </distances>
79b470
+      </cell>
79b470
+      <cell id='5' cpus='5-6' memory='2097152' unit='KiB'>
79b470
+        <distances>
79b470
+          <sibling id='0' value='61'/>
79b470
+          <sibling id='1' value='51'/>
79b470
+          <sibling id='2' value='41'/>
79b470
+          <sibling id='3' value='31'/>
79b470
+          <sibling id='4' value='21'/>
79b470
+          <sibling id='5' value='10'/>
79b470
+        </distances>
79b470
+      </cell>
79b470
+    </numa>
79b470
+  </cpu>
79b470
+  <clock offset='utc'/>
79b470
+  <on_poweroff>destroy</on_poweroff>
79b470
+  <on_reboot>restart</on_reboot>
79b470
+  <on_crash>restart</on_crash>
79b470
+  <devices>
79b470
+    <emulator>/usr/bin/qemu-system-x86_64</emulator>
79b470
+    <controller type='usb' index='0'>
79b470
+      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
79b470
+    </controller>
79b470
+    <controller type='pci' index='0' model='pci-root'/>
79b470
+    <input type='mouse' bus='ps2'/>
79b470
+    <input type='keyboard' bus='ps2'/>
79b470
+    <memballoon model='virtio'>
79b470
+      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
79b470
+    </memballoon>
79b470
+  </devices>
79b470
+</domain>
79b470
diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
79b470
index c8218e423e..6c3f5c4a9e 100644
79b470
--- a/tests/qemuxml2xmltest.c
79b470
+++ b/tests/qemuxml2xmltest.c
79b470
@@ -1104,6 +1104,7 @@ mymain(void)
79b470
     DO_TEST("numatune-auto-prefer", NONE);
79b470
     DO_TEST("numatune-memnode", QEMU_CAPS_NUMA, QEMU_CAPS_OBJECT_MEMORY_FILE);
79b470
     DO_TEST("numatune-memnode-no-memory", QEMU_CAPS_OBJECT_MEMORY_FILE);
79b470
+    DO_TEST("numatune-distances", QEMU_CAPS_NUMA, QEMU_CAPS_NUMA_DIST);
79b470
 
79b470
     DO_TEST("bios-nvram", NONE);
79b470
     DO_TEST("bios-nvram-os-interleave", NONE);
79b470
-- 
79b470
2.29.2
79b470