Home
last modified time | relevance | path

Searched refs:active_timestamp (Results 1 – 20 of 20) sorted by relevance

/openthread-3.6.0/tests/scripts/thread-cert/
DCert_9_2_04_ActiveDataset.py82 active_timestamp=101,
95 active_timestamp=102,
107 active_timestamp=103,
119 active_timestamp=104,
132 active_timestamp=105,
146 active_timestamp=106,
158 active_timestamp=101,
169 active_timestamp=107,
181 active_timestamp=108,
Dtest_router_downgrade_on_sec_policy_change.py88 active_timestamp=30,
106 active_timestamp=60,
126 active_timestamp=90,
DCert_9_2_05_ActiveDataset.py95 active_timestamp=100,
112 active_timestamp=100,
129 active_timestamp=101,
145 active_timestamp=102,
DCert_5_8_04_SecurityPolicyTLV.py136 active_timestamp=15,
149 active_timestamp=20,
164 active_timestamp=25,
179 active_timestamp=30,
Dcommand.py327 active_timestamp=CheckType.OPTIONAL, argument
345 check_mle_optional_tlv(command_msg, active_timestamp, mle.ActiveTimestamp)
358 active_timestamp=CheckType.OPTIONAL, argument
373 check_mle_optional_tlv(command_msg, active_timestamp, mle.ActiveTimestamp)
398 active_timestamp=CheckType.OPTIONAL, argument
409 check_mle_optional_tlv(command_msg, active_timestamp, mle.ActiveTimestamp)
455 def check_data_response(command_msg, network_data_check=None, active_timestamp=CheckType.OPTIONAL): argument
461 check_mle_optional_tlv(command_msg, active_timestamp, mle.ActiveTimestamp)
473 active_timestamp=CheckType.OPTIONAL, argument
484 check_mle_optional_tlv(command_msg, active_timestamp, mle.ActiveTimestamp)
DCert_9_2_16_ActivePendingPartition.py118 active_timestamp=10,
134 active_timestamp=20,
141 … self.nodes[COMMISSIONER].send_mgmt_active_set(active_timestamp=15, network_name='threadCert')
DCert_9_2_07_DelayTimer.py89 self.nodes[COMMISSIONER].send_mgmt_active_set(active_timestamp=LEADER_ACTIVE_TIMESTAMP,)
105 self.nodes[ROUTER].send_mgmt_active_set(active_timestamp=ROUTER_ACTIVE_TIMESTAMP,)
110 active_timestamp=ROUTER_PENDING_ACTIVE_TIMESTAMP,
117 active_timestamp=COMMISSIONER_PENDING_ACTIVE_TIMESTAMP,
DCert_9_2_18_RollBackActiveTimestamp.py135 self.nodes[COMMISSIONER].send_mgmt_active_set(active_timestamp=20000, network_name='GRL')
140 active_timestamp=20,
148 active_timestamp=20,
DCert_9_2_15_PendingPartition.py117 active_timestamp=70,
133 active_timestamp=80,
DCert_9_2_11_NetworkKey.py164 active_timestamp=70,
181 active_timestamp=30,
DCert_9_2_09_PendingPartition.py153 active_timestamp=COMM_PENDING_ACTIVE_TIMESTAMP,
176 active_timestamp=ROUTER2_ACTIVE_TIMESTAMP,
183 active_timestamp=ROUTER2_PENDING_ACTIVE_TIMESTAMP,
DCert_9_2_19_PendingDatasetGet.py97 active_timestamp=60,
Dtest_mle.py1596 active_timestamp = factory.parse(io.BytesIO(data), dict())
1599 self.assertTrue(isinstance(active_timestamp, mle.ActiveTimestamp))
1600 self.assertEqual(timestamp_seconds, active_timestamp.timestamp_seconds)
1601 self.assertEqual(timestamp_ticks, active_timestamp.timestamp_ticks)
1602 self.assertEqual(u, active_timestamp.u)
DCert_9_2_08_PersistentDatasets.py135 active_timestamp=COMMISSIONER_ACTIVE_TIMESTAMP,
DCert_9_2_10_PendingPartition.py126 active_timestamp=165,
DCert_9_2_06_DatasetDissemination.py178 active_timestamp=COMM_ACTIVE_TIMESTAMP,
187 active_timestamp=COMM_PENDING_ACTIVE_TIMESTAMP,
Dnode.py2715 active_timestamp=None, argument
2728 if active_timestamp is not None:
2729 cmd += 'activetimestamp %d ' % active_timestamp
2796 active_timestamp=None, argument
2808 if active_timestamp is not None:
2809 cmd += 'activetimestamp %d ' % active_timestamp
/openthread-3.6.0/tests/scripts/thread-cert/border_router/
Dtest_single_border_router.py335 active_timestamp=100,
/openthread-3.6.0/tools/otci/tests/
Dtest_otci.py730 active_timestamp=1,
/openthread-3.6.0/tools/otci/otci/
Dotci.py1794 active_timestamp: Optional[int] = None,
1805 if active_timestamp is not None: