mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 22:37:45 +00:00
Add Thread Certification 9.2.18 to automated test. (#785)
This commit is contained in:
@@ -536,7 +536,7 @@ class Node:
|
||||
self.pexpect.expect('Done')
|
||||
|
||||
def send_mgmt_pending_set(self, pending_timestamp=None, active_timestamp=None, delay_timer=None, channel=None,
|
||||
panid=None, master_key=None, mesh_local=None):
|
||||
panid=None, master_key=None, mesh_local=None, network_name=None):
|
||||
cmd = 'dataset mgmtsetcommand pending '
|
||||
|
||||
if pending_timestamp != None:
|
||||
@@ -560,6 +560,9 @@ class Node:
|
||||
if mesh_local != None:
|
||||
cmd += 'localprefix ' + mesh_local + ' '
|
||||
|
||||
if network_name != None:
|
||||
cmd += 'networkname ' + network_name + ' '
|
||||
|
||||
self.send_command(cmd)
|
||||
self.pexpect.expect('Done')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user