mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 04:07:17 +00:00
tests: Use ABI_UPDATE macros more
In one case, the macro was open-coded. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
f0c3080342
commit
2fa36ebc5b
@ -1329,10 +1329,7 @@ mymain(void)
|
||||
DO_TEST_CAPS_LATEST_PARSE_ERROR("firmware-manual-bios-not-stateless");
|
||||
DO_TEST_CAPS_LATEST("firmware-manual-efi");
|
||||
DO_TEST_CAPS_LATEST("firmware-manual-efi-features");
|
||||
DO_TEST_CAPS_ARCH_LATEST_FULL("firmware-manual-efi-features", "x86_64",
|
||||
ARG_FLAGS, FLAG_EXPECT_PARSE_ERROR,
|
||||
ARG_PARSEFLAGS, VIR_DOMAIN_DEF_PARSE_ABI_UPDATE,
|
||||
ARG_END);
|
||||
DO_TEST_CAPS_LATEST_ABI_UPDATE_PARSE_ERROR("firmware-manual-efi-features");
|
||||
DO_TEST_CAPS_LATEST("firmware-manual-efi-rw");
|
||||
DO_TEST_CAPS_LATEST("firmware-manual-efi-rw-legacy-paths");
|
||||
DO_TEST_CAPS_LATEST("firmware-manual-efi-rw-modern-paths");
|
||||
|
Loading…
x
Reference in New Issue
Block a user