|
@@ -37,8 +37,9 @@ import time
|
|
import usb
|
|
import usb
|
|
|
|
|
|
def register_tests():
|
|
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():
|
|
def smi_latency():
|
|
MSR_SMI_COUNT = 0x34
|
|
MSR_SMI_COUNT = 0x34
|