Re: [PATCH v2 6/9] tests/qtest/bios-tables-test.c: Remove the fall back path

2024-07-11 Thread Igor Mammedov
On Mon, 8 Jul 2024 17:17:38 +0530 Sunil V L wrote: > The expected ACPI AML files are moved now under ${arch}/{machine} path. > Hence, there is no need to search in old path which didn't have ${arch}. > Remove the code which searches for the expected AML files under old path > as well. > > Sugge

Re: [PATCH v2 6/9] tests/qtest/bios-tables-test.c: Remove the fall back path

2024-07-09 Thread Alistair Francis
On Mon, Jul 8, 2024 at 9:50 PM Sunil V L wrote: > > The expected ACPI AML files are moved now under ${arch}/{machine} path. > Hence, there is no need to search in old path which didn't have ${arch}. > Remove the code which searches for the expected AML files under old path > as well. > > Suggested

[PATCH v2 6/9] tests/qtest/bios-tables-test.c: Remove the fall back path

2024-07-08 Thread Sunil V L
The expected ACPI AML files are moved now under ${arch}/{machine} path. Hence, there is no need to search in old path which didn't have ${arch}. Remove the code which searches for the expected AML files under old path as well. Suggested-by: Igor Mammedov Signed-off-by: Sunil V L --- tests/qtest