Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/scripts/thread-cert/border_router/nat64/
Dtest_multi_border_routers.py128 self.assertNotEqual(br1.get_br_favored_nat64_prefix(), br2.get_br_favored_nat64_prefix())
131 self.assertNotEqual(br2_local_nat64_prefix, br2.get_br_favored_nat64_prefix())
132 br2_infra_nat64_prefix = br2.get_br_favored_nat64_prefix()
175 self.assertEqual(br2_local_nat64_prefix, br2.get_br_favored_nat64_prefix())
Dtest_with_infrastructure_prefix.py111 favored_nat64_prefix = br.get_br_favored_nat64_prefix()
176 self.assertEqual(br.get_br_favored_nat64_prefix(), infra_nat64_prefix)
190 self.assertEqual(br.get_br_favored_nat64_prefix(), SMALL_NAT64_PREFIX)
/openthread-3.5.0/tests/scripts/thread-cert/
Dnode.py2193 def get_br_favored_nat64_prefix(self): member in NodeImpl