Searched refs:is_ftd (Results 1 – 6 of 6) sorted by relevance
| /openthread-latest/tests/toranj/ncp/ |
| D | test-016-neighbor-table.py | 127 verify(entry.is_ftd() is False) 141 verify(entry.is_ftd())
|
| D | test-011-child-table.py | 90 verify(entry.is_ftd() is False)
|
| D | test-027-child-mode-change.py | 63 verify(entry.is_ftd() == (mode & wpan.THREAD_MODE_FLAG_FULL_THREAD_DEV != 0))
|
| D | wpan.py | 1276 def is_ftd(self): member in ChildEntry 1335 def is_ftd(self): member in NeighborEntry
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | v1_2_test_multicast_listener_registration.py | 208 self.__check_mlr_ok(ROUTER_1_2, is_ftd=True) 209 self.__check_mlr_ok(FED_1, is_ftd=True) 210 self.__check_mlr_ok(MED_1, is_ftd=False) 211 self.__check_mlr_ok(SED_1, is_ftd=False) 217 self.__check_mlr_ok(FED_1, is_ftd=True, is_parent_1p1=True) 218 self.__check_mlr_ok(MED_1, is_ftd=False, is_parent_1p1=True) 219 self.__check_mlr_ok(SED_1, is_ftd=False, is_parent_1p1=True) 576 def __check_mlr_ok(self, id, is_ftd, is_parent_1p1=False): argument 580 (id, 'FTD' if is_ftd else 'MTD', '1.1' if is_parent_1p1 else '1.2')) 581 expect_mlr_req = is_ftd or is_parent_1p1
|
| D | thread_cert.py | 527 is_ftd = (not params.get('is_mtd') and not params.get('is_host')) 531 if is_ftd:
|