mirror of
https://github.com/espressif/openthread.git
synced 2026-07-22 12:04:06 +00:00
Update test scripts to actually perform reset. (#1909)
This commit is contained in:
@@ -444,6 +444,9 @@ class otCli:
|
||||
|
||||
return result
|
||||
|
||||
def reset(self):
|
||||
self.send_command('reset')
|
||||
|
||||
def set_router_selection_jitter(self, jitter):
|
||||
cmd = 'routerselectionjitter %d' % jitter
|
||||
self.send_command(cmd)
|
||||
|
||||
Reference in New Issue
Block a user