diff options
| author | Igor Mammedov <imammedo@redhat.com> | 2021-12-27 14:31:18 -0500 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2022-01-07 19:30:13 -0500 |
| commit | e71f6ab9d93a7d01e833647e7010c1079c4cef30 (patch) | |
| tree | f62a6a660fdb53b56f5ba26f22923e392dcfb5b8 | |
| parent | 8cdb99af45365727ac17f45239a9b8c1d5155c6d (diff) | |
| download | focaccia-qemu-e71f6ab9d93a7d01e833647e7010c1079c4cef30.tar.gz focaccia-qemu-e71f6ab9d93a7d01e833647e7010c1079c4cef30.zip | |
tests: acpi: whitelist expected blobs before changing them
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20211227193120.1084176-3-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | tests/data/acpi/q35/FACP.slic | bin | 0 -> 244 bytes | |||
| -rw-r--r-- | tests/data/acpi/q35/SLIC.slic | 0 | ||||
| -rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/acpi/q35/FACP.slic b/tests/data/acpi/q35/FACP.slic new file mode 100644 index 0000000000..f6a864cc86 --- /dev/null +++ b/tests/data/acpi/q35/FACP.slic Binary files differdiff --git a/tests/data/acpi/q35/SLIC.slic b/tests/data/acpi/q35/SLIC.slic new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/SLIC.slic diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..49dbf8fa3e 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", |