ac56d1c20b
- tests: Use DO_TEST_CAPS_*_ABI_UPDATE() for ppc64 (rhbz#2196178) - tests: Switch to firmware autoselection for hvf (rhbz#2196178) - tests: Use virt-4.0 machine type for aarch64 (rhbz#2196178) - tests: Consistently use /path/to/guest_VARS.fd (rhbz#2196178) - tests: Turn abi-update.xml into a symlink (rhbz#2196178) - tests: Rename firmware-auto-efi-nvram-path (rhbz#2196178) - qemu: Fix return value for qemuFirmwareFillDomainLegacy() (rhbz#2196178) - qemu: Fix lookup against stateless/combined pflash (rhbz#2196178) - tests: Add some more DO_TEST*ABI_UPDATE* macros (rhbz#2196178) - tests: Add more tests for firmware selection (rhbz#2196178) - tests: Update firmware descriptor files (rhbz#2196178) - tests: Drop tags from BIOS firmware descriptor (rhbz#2196178) - tests: Include microvm in firmwaretest (rhbz#2196178) - qemu: Don't overwrite NVRAM template for legacy firmware (rhbz#2196178) - qemu: Generate NVRAM path in more cases (rhbz#2196178) - qemu: Filter firmware based on loader.readonly (rhbz#2196178) - qemu: Match NVRAM template extension for new domains (rhbz#2196178) - conf: Don't default to raw format for loader/NVRAM (rhbz#2196178) - tests: Rename firmware-auto-efi-format-loader-qcow2-nvram-path (rhbz#2196178) - tests: Reintroduce firmware-auto-efi-format-mismatch (rhbz#2196178) - rpm: Reorder scriptlets (rhbz#2210058) - rpm: Reduce use of with_modular_daemons (rhbz#2210058) - rpm: Remove custom libvirtd restart logic (rhbz#2210058) - rpm: Introduce new macros for handling of systemd units (rhbz#2210058) - rpm: Switch to new macros for handling of systemd units (rhbz#2210058) - rpm: Delete unused macros (rhbz#2210058) Resolves: rhbz#2196178, rhbz#2210058
58 lines
2.1 KiB
Diff
58 lines
2.1 KiB
Diff
From 57b899e51b68ec5e9a78a90f9c1a06c572d9f5c7 Mon Sep 17 00:00:00 2001
|
|
Message-ID: <57b899e51b68ec5e9a78a90f9c1a06c572d9f5c7.1692951632.git.jdenemar@redhat.com>
|
|
From: Andrea Bolognani <abologna@redhat.com>
|
|
Date: Tue, 16 May 2023 16:55:41 +0200
|
|
Subject: [PATCH] tests: Turn abi-update.xml into a symlink
|
|
|
|
Since the idea behind introducing the abi-update variant of
|
|
a test is showing that libvirt behaves differently based on
|
|
whether the configuration is for a newly-defined domain or an
|
|
existing one, we don't want the input files to ever go out of
|
|
sync.
|
|
|
|
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
|
|
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
|
|
(cherry picked from commit 8627ec167cb29bc4bea7609992670c0a718e8c79)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=2196178
|
|
|
|
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
|
|
---
|
|
.../firmware-auto-efi-abi-update-aarch64.xml | 18 +-----------------
|
|
1 file changed, 1 insertion(+), 17 deletions(-)
|
|
mode change 100644 => 120000 tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml
|
|
|
|
diff --git a/tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml b/tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml
|
|
deleted file mode 100644
|
|
index 5c6c5192ba..0000000000
|
|
--- a/tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml
|
|
+++ /dev/null
|
|
@@ -1,17 +0,0 @@
|
|
-<domain type='qemu'>
|
|
- <name>guest</name>
|
|
- <uuid>63840878-0deb-4095-97e6-fc444d9bc9fa</uuid>
|
|
- <memory unit='KiB'>1048576</memory>
|
|
- <vcpu placement='static'>1</vcpu>
|
|
- <os firmware='efi'>
|
|
- <type arch='aarch64' machine='virt-4.0'>hvm</type>
|
|
- </os>
|
|
- <features>
|
|
- <acpi/>
|
|
- </features>
|
|
- <devices>
|
|
- <emulator>/usr/bin/qemu-system-aarch64</emulator>
|
|
- <controller type='usb' model='none'/>
|
|
- <memballoon model='none'/>
|
|
- </devices>
|
|
-</domain>
|
|
diff --git a/tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml b/tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml
|
|
new file mode 120000
|
|
index 0000000000..551082260a
|
|
--- /dev/null
|
|
+++ b/tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml
|
|
@@ -0,0 +1 @@
|
|
+firmware-auto-efi-aarch64.xml
|
|
\ No newline at end of file
|
|
--
|
|
2.42.0
|