/openthread-3.7.0/tests/scripts/thread-cert/ |
D | Cert_5_3_10_AddressQuery.py | 44 BR = 2 variable 80 'allowlist': [BR, ROUTER1, DUT_ROUTER2] 82 BR: { 115 self.nodes[BR].start() 117 self.assertEqual(self.nodes[BR].get_state(), 'router') 120 self.nodes[BR].add_prefix(PREFIX_1, 'paros') 121 self.nodes[BR].add_prefix(PREFIX_2, 'paros') 122 self.nodes[BR].register_netdata() 151 self.assertTrue(self.nodes[BR].ping(med1_addr)) 175 self.assertFalse(self.nodes[BR].ping(med1_addr)) [all …]
|
D | Cert_5_3_08_ChildAddressSet.py | 43 BR = 2 variable 72 'allowlist': [BR, MED1, MED2] 74 BR: { 102 self.nodes[BR].start() 104 self.assertEqual(self.nodes[BR].get_state(), 'router') 107 self.nodes[BR].add_prefix('2001::/64', 'pdros') 108 self.nodes[BR].add_prefix('2002::/64', 'pdros') 109 self.nodes[BR].add_prefix('2003::/64', 'pdros') 110 self.nodes[BR].register_netdata()
|
D | Cert_5_2_05_AddressQuery.py | 42 BR = 3 variable 82 'allowlist': [ROUTER1, BR, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, MED] 89 BR: { 186 self.nodes[BR].start() 188 self.assertEqual(self.nodes[BR].get_state(), 'router') 189 self.nodes[BR].add_prefix('2002::/64', 'paros') 190 self.nodes[BR].register_netdata() 194 if i == BR: 210 self.nodes[DUT_REED].add_allowlist(self.nodes[BR].get_addr64()) 211 self.nodes[BR].add_allowlist(self.nodes[DUT_REED].get_addr64())
|
/openthread-3.7.0/tests/scripts/thread-cert/border_router/ |
D | test_border_router_as_fed.py | 47 BR = 1 variable 56 BR: { 65 'allowlist': [BR], 75 br = self.nodes[BR]
|
D | test_rcp_radio_version.py | 43 BR = 1 variable 50 BR: { 58 br = self.nodes[BR]
|
D | README.md | 3 ## Run Border Router (BR) tests locally 5 BR tests run in isolated Docker network and containers, so a new OTBR Docker image needs to be crea… 22 # Run the BR tests locally.
|
D | test_advertising_proxy.py | 46 BR = 1 variable 57 BR: { 65 'allowlist': [BR], 76 server = self.nodes[BR] 334 BR: { 342 'allowlist': [BR], 348 server = self.nodes[BR]
|
D | test_plat_udp_accessiblity.py | 46 BR = 1 variable 54 BR: { 66 br = self.nodes[BR]
|
D | test_radvd_coexist.py | 49 BR = 1 variable 60 BR: { 68 'allowlist': [BR], 78 br = self.nodes[BR]
|
D | test_single_border_router.py | 48 BR = 1 variable 62 BR: { 70 'allowlist': [BR], 80 br = self.nodes[BR]
|
/openthread-3.7.0/tests/scripts/thread-cert/border_router/nat64/ |
D | test_upstream_dns.py | 49 BR = 1 variable 71 BR: { 79 'allowlist': [BR], 89 br = self.nodes[BR]
|
D | test_with_infrastructure_prefix.py | 47 BR = 1 variable 66 BR: { 74 'allowlist': [BR], 80 br = self.nodes[BR]
|
D | test_single_border_router.py | 55 BR = 1 variable 74 BR: { 82 'allowlist': [BR], 114 br = self.nodes[BR]
|
/openthread-3.7.0/src/cli/ |
D | README_BR.md | 1 # OpenThread CLI - Border Router (BR) 28 Print BR command help menu. 300 …overed OMR prefixes) in emitted Router Advertisement message. When cleared BR will use device's ro… 334 …reference value for publishing routes in Thread Network Data. When cleared BR will automatically d…
|
D | README_NETDATA.md | 185 …as a leader and receives a Network Data registration from a Border Router (BR) that it cannot add … 186 - The device is acting as a BR and new entries cannot be added to its local Network Data. 187 - The device is acting as a BR and tries to register its local Network Data entries with the leader…
|
D | README.md | 1161 - BR state 1162 - BR prefixes (OMR, on-link, NAT64)
|