diff options
author | Yanan Wang <wangyanan55@huawei.com> | 2021-10-20 22:21:23 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-10-21 08:04:15 -0700 |
commit | 4ebd52b92a560094f5127fa9478044084636cbdf (patch) | |
tree | 8dd352a56d39fbb3105751e86d6414fe84a96b95 /tests | |
parent | 099f2df2e6b0ec1b0f1d4e518f730594a66661a8 (diff) |
tests/data/acpi/virt: Add an empty expected file for PPTT
Add a generic empty binary file for the new introduced PPTT table
under tests/data/acpi/virt, and list it as files to be changed in
tests/qtest/bios-tables-test-allowed-diff.h
Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20211020142125.7516-7-wangyanan55@huawei.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/acpi/virt/PPTT | 0 | ||||
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/acpi/virt/PPTT b/tests/data/acpi/virt/PPTT new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/virt/PPTT diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..cb143a55a6 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,2 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/PPTT", |