qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests


From: Thomas Huth
Subject: Re: [PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests
Date: Mon, 7 Jun 2021 15:44:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

On 04/06/2021 17.51, Alex Bennée wrote:
From: Philippe Mathieu-Daudé <philmd@redhat.com>

Some tests require TCG, but don't have '_tcg' in their name,
while others do. Unify the test names by adding 'tcg' to the
TCG specific tests.

Reported-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210505125806.1263441-11-philmd@redhat.com>
---
  tests/qtest/bios-tables-test.c | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
index ce498b3ff4..ad877baeb1 100644
--- a/tests/qtest/bios-tables-test.c
+++ b/tests/qtest/bios-tables-test.c
@@ -1255,7 +1255,7 @@ static void test_acpi_microvm_rtc(void)
      free_test_data(&data);
  }
-static void test_acpi_microvm_pcie(void)
+static void test_acpi_microvm_pcie_tcg(void)

Lol, that's the one you removed in the previous patch :-)

  {
      test_data data;
@@ -1475,7 +1475,7 @@ static void test_acpi_oem_fields_microvm(void)
      g_free(args);
  }
-static void test_acpi_oem_fields_virt(void)
+static void test_acpi_oem_fields_virt_tcg(void)

This one is ok.

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]