Jenkins: hardware stop commander before sensors module to avoid errors

- this is only done to silence timeouts during small benchmarks
This commit is contained in:
Daniel Agar 2021-10-13 20:04:20 -04:00
parent d35cf78e4a
commit b88c8eb245

View File

@ -845,6 +845,7 @@ void runTests() {
//sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sd_stress"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "commander stop"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sensors stop"' // ignore irrelevant sensor timeouts during microbenchmarks
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "microbench all"'