Home
last modified time | relevance | path

Searched refs:cid_present_once (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/tests/scripts/thread-cert/
Dcommand.py554 def check_compressed_address_registration_tlv(command_msg, cid, iid, cid_present_once=False): argument
579 … assert cid_present_once == (cid_cnt == 1), 'Error: Expected cid present {} but present {}'.format(
580 'once' if cid_present_once else '', cid_cnt)
Dv1_2_test_domain_unicast_address.py150 command.check_compressed_address_registration_tlv(msg, dp_cid, iid, cid_present_once=True)