systemcmds/tests: split out microbenchmarks and remove obsolete tests

- reorganize Jenkins HIL tests
This commit is contained in:
Daniel Agar
2021-07-18 11:09:49 -04:00
parent 0101934f47
commit 774ad80ba0
41 changed files with 653 additions and 835 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ def do_nsh_cmd(port, baudrate, cmd):
# run command
timeout_start = time.time()
timeout = 2 # 2 seconds
timeout = 1 # 1 second
success_cmd = "cmd succeeded!"
@@ -84,7 +84,7 @@ def do_nsh_cmd(port, baudrate, cmd):
timeout_start = time.time()
timeout = 30 # 30 seconds
timeout = 180 # 3 minutes
while True:
serial_line = ser.readline().decode("ascii", errors='ignore')