mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
autotest: run reboots with cmd_int
This commit is contained in:
parent
5ed1344115
commit
f22818a4b0
@ -1890,7 +1890,7 @@ class AutoTest(ABC):
|
||||
shutil.move(valgrind_log, backup_valgrind_log)
|
||||
|
||||
def run_cmd_reboot(self):
|
||||
self.run_cmd(
|
||||
self.run_cmd_int(
|
||||
mavutil.mavlink.MAV_CMD_PREFLIGHT_REBOOT_SHUTDOWN,
|
||||
p1=1, # reboot autopilot
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user