tests/qtest/bios-tables-test.c: Remove the fall back path
authorSunil V L <sunilvl@ventanamicro.com>
Tue, 16 Jul 2024 14:43:03 +0000 (20:13 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Jul 2024 00:15:42 +0000 (20:15 -0400)
commit329b327924f7e1a7a735c91b31f722708599e10f
tree13cef9c837e0a9f79da2db2a4e12701f20976bb1
parent0af3dfa5c5590ae21d1f58a389968d4b90112fd7
tests/qtest/bios-tables-test.c: Remove the fall back path

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 <imammedo@redhat.com>
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240716144306.2432257-7-sunilvl@ventanamicro.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/qtest/bios-tables-test.c