[PATCH v2 1/3] tests/acpi: Add void table for virt/DBG2 bios-tables-test

Eric Auger posted 3 patches 4 years, 5 months ago
There is a newer version of this series
[PATCH v2 1/3] tests/acpi: Add void table for virt/DBG2 bios-tables-test
Posted by Eric Auger 4 years, 5 months ago
Add placeholders for DBG2 reference table for
virt tests and ignore this later for the time being.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
---
 tests/data/acpi/virt/DBG2                   | 0
 tests/qtest/bios-tables-test-allowed-diff.h | 1 +
 2 files changed, 1 insertion(+)
 create mode 100644 tests/data/acpi/virt/DBG2

diff --git a/tests/data/acpi/virt/DBG2 b/tests/data/acpi/virt/DBG2
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..1910d154c27 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/DBG2",
-- 
2.26.3


Re: [PATCH v2 1/3] tests/acpi: Add void table for virt/DBG2 bios-tables-test
Posted by Igor Mammedov 4 years, 5 months ago
On Mon,  6 Sep 2021 14:31:37 +0200
Eric Auger <eric.auger@redhat.com> wrote:

> Add placeholders for DBG2 reference table for
> virt tests and ignore this later for the time being.

s/ignore.*/ignore till reference blob is added /

> 
> Signed-off-by: Eric Auger <eric.auger@redhat.com>

Acked-by: Igor Mammedov <imammedo@redhat.com>

> ---
>  tests/data/acpi/virt/DBG2                   | 0
>  tests/qtest/bios-tables-test-allowed-diff.h | 1 +
>  2 files changed, 1 insertion(+)
>  create mode 100644 tests/data/acpi/virt/DBG2
> 
> diff --git a/tests/data/acpi/virt/DBG2 b/tests/data/acpi/virt/DBG2
> 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..1910d154c27 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/DBG2",