]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Don't set NVRAM path manually
authorAndrea Bolognani <abologna@redhat.com>
Thu, 9 Jun 2022 13:51:56 +0000 (15:51 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Jul 2022 13:10:13 +0000 (15:10 +0200)
commit2ce1dcc6b57426009fe4841ad41c2c03112391fc
tree3a111fb7314dd3c496ec97847ad81290cb877e6a
parent53cdfd7994a5c3352ec9a998a8fb003a008b91ac
tests: Don't set NVRAM path manually

This does the opposite of

  commit 392292cd99ee275f986e9e21f325a9fee8e8bbfe
  Author: Daniel P. BerrangĂ© <berrange@redhat.com>
  Date:   Wed Feb 23 12:45:51 2022 +0000

    tests: don't use auto-generated NVRAM path in tests

in order to minimize input files.

We're going to add a test case specifically covering the use of
custom NVRAM paths with firmware autoselection in an upcoming
commit.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxml2argvdata/firmware-auto-bios.xml
tests/qemuxml2argvdata/firmware-auto-efi-loader-secure.x86_64-latest.args
tests/qemuxml2argvdata/firmware-auto-efi-loader-secure.xml
tests/qemuxml2argvdata/firmware-auto-efi.x86_64-latest.args
tests/qemuxml2argvdata/firmware-auto-efi.xml
tests/qemuxml2xmloutdata/firmware-auto-bios.x86_64-latest.xml
tests/qemuxml2xmloutdata/firmware-auto-efi-loader-secure.x86_64-latest.xml
tests/qemuxml2xmloutdata/firmware-auto-efi.x86_64-latest.xml