Update test scripts to actually perform reset. (#1909)

This commit is contained in:
Jonathan Hui
2017-06-20 00:33:33 -07:00
committed by GitHub
parent c8e1d24042
commit a768eaf55e
19 changed files with 138 additions and 54 deletions
+3
View File
@@ -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)