]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Introduce viracpitest
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Apr 2023 15:07:21 +0000 (17:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Apr 2023 10:48:22 +0000 (12:48 +0200)
commitfc216db4fb789cbd30917be036d0b94d965bdf7f
tree9f8fed755cdef7becfacb7ab7cd296bf67d73553
parent1a5c864e9f2d53024f17a6be92d75b1d5c8225fb
tests: Introduce viracpitest

Introduce a test that checks newly introduced virAcpi module.
There are three IORT tables from a real HW (IORT_ampere,
IORT_gigabyte and IORT_qualcomm), then there's one from a VM
(IORT_virt_aarch64) and one that I handcrafted to be empty
(IORT_empty).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
build-aux/syntax-check.mk
tests/meson.build
tests/viracpidata/IORT_ampere [new file with mode: 0644]
tests/viracpidata/IORT_empty [new file with mode: 0644]
tests/viracpidata/IORT_gigabyte [new file with mode: 0644]
tests/viracpidata/IORT_qualcomm [new file with mode: 0644]
tests/viracpidata/IORT_virt_aarch64 [new file with mode: 0644]
tests/viracpitest.c [new file with mode: 0644]