From: Igor Mammedov Date: Mon, 27 Dec 2021 19:31:18 +0000 (-0500) Subject: tests: acpi: whitelist expected blobs before changing them X-Git-Tag: v7.0.0-rc0~102^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e71f6ab9d93a7d01e833647e7010c1079c4cef30;p=thirdparty%2Fqemu.git tests: acpi: whitelist expected blobs before changing them Signed-off-by: Igor Mammedov Message-Id: <20211227193120.1084176-3-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/data/acpi/q35/FACP.slic b/tests/data/acpi/q35/FACP.slic new file mode 100644 index 00000000000..f6a864cc863 Binary files /dev/null and b/tests/data/acpi/q35/FACP.slic differ diff --git a/tests/data/acpi/q35/SLIC.slic b/tests/data/acpi/q35/SLIC.slic new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8bf..49dbf8fa3ee 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,3 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/q35/FACP.slic", +"tests/data/acpi/q35/SLIC.slic",