[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC v11 35/55] tests/qtest: skip bios-tables-test test_acpi_oem_fields_
From: |
Claudio Fontana |
Subject: |
[RFC v11 35/55] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM |
Date: |
Tue, 23 Mar 2021 16:46:19 +0100 |
test is TCG-only.
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Cc: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
tests/qtest/bios-tables-test.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
index e020c83d2a..bd7b85909c 100644
--- a/tests/qtest/bios-tables-test.c
+++ b/tests/qtest/bios-tables-test.c
@@ -1488,6 +1488,13 @@ static void test_acpi_oem_fields_virt(void)
};
char *args;
+#ifndef CONFIG_TCG
+ if (data.tcg_only) {
+ g_test_skip("TCG disabled, skipping ACPI tcg_only test");
+ return;
+ }
+#endif /* CONFIG_TCG */
+
args = test_acpi_create_args(&data,
"-cpu cortex-a57 "OEM_TEST_ARGS, true);
data.qts = qtest_init(args);
--
2.26.2
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), (continued)
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Claudio Fontana, 2021/03/24
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Alex Bennée, 2021/03/24
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Alex Bennée, 2021/03/24
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Claudio Fontana, 2021/03/24
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Alex Bennée, 2021/03/24
Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Richard Henderson, 2021/03/24
[RFC v11 29/55] target/arm: cpu: fix style, Claudio Fontana, 2021/03/23
[RFC v11 27/55] target/arm: move sve_exception_el out of TCG helpers, Claudio Fontana, 2021/03/23
[RFC v11 35/55] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM,
Claudio Fontana <=
[RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-powerctl, Claudio Fontana, 2021/03/23
[RFC v11 33/55] target/arm: cleanup cpu includes, Claudio Fontana, 2021/03/23
[RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/, Claudio Fontana, 2021/03/23
[RFC v11 40/55] Revert "target/arm: Restrict v8M IDAU to TCG", Claudio Fontana, 2021/03/23
[RFC v11 39/55] tests: do not run qom-test on all machines for ARM KVM-only, Claudio Fontana, 2021/03/23
[RFC v11 42/55] target/arm: move kvm post init initialization to kvm cpu accel, Claudio Fontana, 2021/03/23
[RFC v11 41/55] target/arm: create kvm cpu accel class, Claudio Fontana, 2021/03/23