Add coverage for single-core non-rtos OpenOCD.
[riscv-tests.git] / debug / targets / RISC-V / spike64-2.py
index e1df6d235889330b016c645280ef23fe4222af17..4f6f1ff92851d51b686ad0f672ee6557748a0f93 100644 (file)
@@ -1,11 +1,12 @@
 import targets
 import testlib
 
-import spike64
+import spike64  # pylint: disable=import-error
 
 class spike64_2(targets.Target):
     harts = [spike64.spike64_hart(), spike64.spike64_hart()]
-    openocd_config_path = "spike.cfg"
+    openocd_config_path = "spike-rtos.cfg"
+    timeout_sec = 30
 
     def create(self):
         return testlib.Spike(self)