mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 06:19:54 +00:00
[thread-cert] add case 8.3.1 CommissionerPetition using pktverify (#5904)
Also fix wrong COMMISSIONING_DATA_TLV const in cases 5.6.6 and 5.6.9.
This commit is contained in:
@@ -624,6 +624,11 @@ class NodeImpl:
|
||||
self.send_command(cmd)
|
||||
self._expect('Done')
|
||||
|
||||
def commissioner_stop(self):
|
||||
cmd = 'commissioner stop'
|
||||
self.send_command(cmd)
|
||||
self._expect('Done')
|
||||
|
||||
def commissioner_state(self):
|
||||
states = [r'disabled', r'petitioning', r'active']
|
||||
self.send_command('commissioner state')
|
||||
|
||||
Reference in New Issue
Block a user