From: Igor Mammedov Date: Thu, 2 Sep 2021 11:35:48 +0000 (-0400) Subject: tests: acpi: arm/virt: drop redundant test_acpi_one() in test_acpi_virt_tcg() X-Git-Tag: v6.2.0-rc0~47^2~32 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=709611cb23cc677fa0c2d4de76a21c24baefe9a0;p=users%2Fdwmw2%2Fqemu.git tests: acpi: arm/virt: drop redundant test_acpi_one() in test_acpi_virt_tcg() follow up call with smbios options generates the same ACPI tables, so there is no need to run smbios-less variant at all. Signed-off-by: Igor Mammedov Message-Id: <20210902113551.461632-13-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index ef28bb41f3..873eb9c037 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -1430,9 +1430,6 @@ static void test_acpi_virt_tcg(void) .scan_len = 128ULL * 1024 * 1024, }; - test_acpi_one("-cpu cortex-a57", &data); - free_test_data(&data); - data.smbios_cpu_max_speed = 2900; data.smbios_cpu_curr_speed = 2700; test_acpi_one("-cpu cortex-a57 "