Home
last modified time | relevance | path

Searched refs:get_preferred_partition_id (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/otci/tests/
Dtest_otci.py175 self.assertEqual(leader.get_preferred_partition_id(), 0)
177 self.assertEqual(leader.get_preferred_partition_id(), 0xabcddead)
/openthread-latest/tools/otci/otci/
Dotci.py565 def get_preferred_partition_id(self) -> PartitionId: member in OTCI
/openthread-latest/tests/scripts/thread-cert/
Dnode.py1826 def get_preferred_partition_id(self): member in NodeImpl