]> git.proxmox.com Git - mirror_qemu.git/commitdiff
acpi/tests/avocado/bits: disable smilatency tests
authorAni Sinha <anisinha@redhat.com>
Mon, 8 Jan 2024 10:36:43 +0000 (16:06 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 10:31:47 +0000 (10:31 +0000)
smilatncy tests in bios bits seems to generate some flakyness in running the
bits avocado tests. Disable them for now.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2077

CC: peter.maydell@linaro.org
CC: crosa@redhat.com
CC: philmd@linaro.org
CC: bleal@redhat.com
CC: mst@redhat.com
CC: wainersm@redhat.com
Signed-off-by: Ani Sinha <anisinha@redhat.com>
Message-id: 20240108103643.4434-3-anisinha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/avocado/acpi-bits/bits-tests/smilatency.py2

index 48083bfb0d123cf9ea2aa03c0d5209ed6800288b..405af67e19076cf465305ed7200bd190246fc027 100644 (file)
@@ -37,8 +37,9 @@ import time
 import usb
 
 def register_tests():
-    testsuite.add_test("SMI latency test", smi_latency);
-    testsuite.add_test("SMI latency test with USB disabled via BIOS handoff", test_with_usb_disabled, runall=False);
+     pass
+#    testsuite.add_test("SMI latency test", smi_latency);
+#    testsuite.add_test("SMI latency test with USB disabled via BIOS handoff", test_with_usb_disabled, runall=False);
 
 def smi_latency():
     MSR_SMI_COUNT = 0x34