[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:
Abtin Keshavarzian
2024-06-12 10:56:00 -07:00
committed by Jonathan Hui
parent 9c1f1f3dfb
commit 4a0d6b7b64
5 changed files with 0 additions and 10 deletions
-2
View File
@@ -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'])