[libvirt PATCH 01/28] tests: Remove firmware bits from unrelated tests

Andrea Bolognani abologna at redhat.com
Thu Jun 23 16:14:13 UTC 2022


The pci-bridge-many-disks test case is not related to firmware
handling at all, so we can trim it without losing any coverage.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 tests/qemuxml2argvdata/pci-bridge-many-disks.args  | 1 -
 tests/qemuxml2argvdata/pci-bridge-many-disks.xml   | 1 -
 tests/qemuxml2xmloutdata/pci-bridge-many-disks.xml | 1 -
 3 files changed, 3 deletions(-)

diff --git a/tests/qemuxml2argvdata/pci-bridge-many-disks.args b/tests/qemuxml2argvdata/pci-bridge-many-disks.args
index 4c98d395af..9fdb261fb8 100644
--- a/tests/qemuxml2argvdata/pci-bridge-many-disks.args
+++ b/tests/qemuxml2argvdata/pci-bridge-many-disks.args
@@ -14,7 +14,6 @@ QEMU_AUDIO_DRV=none \
 -machine pc,usb=off,dump-guest-core=off \
 -accel tcg \
 -cpu qemu64,kvmclock=off \
--bios /usr/share/seabios/bios.bin \
 -m 3907 \
 -overcommit mem-lock=off \
 -smp 1,sockets=1,cores=1,threads=1 \
diff --git a/tests/qemuxml2argvdata/pci-bridge-many-disks.xml b/tests/qemuxml2argvdata/pci-bridge-many-disks.xml
index 5000574073..1eac85f092 100644
--- a/tests/qemuxml2argvdata/pci-bridge-many-disks.xml
+++ b/tests/qemuxml2argvdata/pci-bridge-many-disks.xml
@@ -5,7 +5,6 @@
   <currentMemory unit='KiB'>4000000</currentMemory>
   <os>
     <type arch='x86_64' machine='pc'>hvm</type>
-    <loader>/usr/share/seabios/bios.bin</loader>
     <boot dev='hd'/>
   </os>
   <features>
diff --git a/tests/qemuxml2xmloutdata/pci-bridge-many-disks.xml b/tests/qemuxml2xmloutdata/pci-bridge-many-disks.xml
index 9584c81ae9..12caf1fb9c 100644
--- a/tests/qemuxml2xmloutdata/pci-bridge-many-disks.xml
+++ b/tests/qemuxml2xmloutdata/pci-bridge-many-disks.xml
@@ -6,7 +6,6 @@
   <vcpu placement='static'>1</vcpu>
   <os>
     <type arch='x86_64' machine='pc'>hvm</type>
-    <loader type='rom'>/usr/share/seabios/bios.bin</loader>
     <boot dev='hd'/>
   </os>
   <features>
-- 
2.35.3



More information about the libvir-list mailing list