mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 17:17:45 +00:00
[test] update key-increment test scripts to align with cert test (#10347)
This commit removes the option to set `key_switch_guardtime` when constructing nodes and network topology in test scripts. The following tests are updated to reflect this change: - `Cert_5_8_02_KeyIncrement.py` - `Cert_5_8_03_KeyIncrementRollOver.py` - `Cert_6_6_01_KeyIncrement.py` - `Cert_6_6_02_KeyIncrementRollOver.py`
This commit is contained in:
committed by
Jonathan Hui
parent
9c1f1f3dfb
commit
4a0d6b7b64
@@ -207,8 +207,6 @@ class TestCase(NcpSupportMixin, unittest.TestCase):
|
||||
channel=params['pending_dataset'].get('channel'),
|
||||
delay=params['pending_dataset'].get('delay'))
|
||||
|
||||
if 'key_switch_guardtime' in params:
|
||||
self.nodes[i].set_key_switch_guardtime(params['key_switch_guardtime'])
|
||||
if 'key_sequence_counter' in params:
|
||||
self.nodes[i].set_key_sequence_counter(params['key_sequence_counter'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user