/openthread-latest/tests/scripts/thread-cert/backbone/ |
D | bbr_5_11_01.py | 45 BR_1 = 1 variable 55 BR_1: { 63 'allowlist': [ROUTER2, BR_1], 68 'allowlist': [ROUTER1, BR_1], 95 self.nodes[BR_1].srp_server_set_enabled(False) 96 self.nodes[BR_1].start() 98 self.assertEqual('router', self.nodes[BR_1].get_state()) 99 self.nodes[BR_1].enable_backbone_router() 101 self.assertTrue(self.nodes[BR_1].is_primary_backbone_router) 102 self.nodes[BR_1].add_prefix(config.DOMAIN_PREFIX, "parosD") [all …]
|
/openthread-latest/tests/scripts/thread-cert/border_router/MATN/ |
D | MATN_03_InvalidCommissionerDeregistration.py | 53 BR_1 = 1 variable 63 BR_1: { 71 'allowlist': [BR_1, ROUTER_1], 77 'allowlist': [BR_1, BR_2], 87 br1 = self.nodes[BR_1] 128 self.collect_leader_aloc(BR_1)
|
D | MATN_04_MulticastListenerTimeout.py | 54 BR_1 = 1 variable 66 BR_1: { 74 'allowlist': [BR_1, ROUTER_1], 80 'allowlist': [BR_1, BR_2], 90 br1 = self.nodes[BR_1] 145 self.collect_leader_aloc(BR_1)
|
D | MATN_05_ReregistrationToSameMulticastGroup.py | 54 BR_1 = 1 variable 67 BR_1: { 75 'allowlist': [BR_1, ROUTER_1], 81 'allowlist': [BR_1, BR_2], 91 br1 = self.nodes[BR_1] 144 self.collect_leader_aloc(BR_1)
|
D | MATN_09_DefaultBRMulticastForwarding.py | 54 BR_1 = 1 variable 63 BR_1: { 72 'allowlist': [BR_1, ROUTER_1], 77 'allowlist': [BR_1, BR_2], 85 br1 = self.nodes[BR_1]
|
D | MATN_15_ChangeOfPrimaryBBRTriggersRegistration.py | 59 BR_1 = 1 variable 74 BR_1: { 83 'allowlist': [BR_1, ROUTER_1], 88 'allowlist': [BR_1, BR_2, TD], 102 br1 = self.nodes[BR_1]
|
D | MATN_16_LargeNumberOfMulticastGroupSubscriptionsToBBR.py | 59 BR_1 = 1 variable 70 BR_1: { 78 'allowlist': [BR_1], 88 br1 = self.nodes[BR_1] 132 self.collect_leader_aloc(BR_1)
|
D | MATN_02_MLRFirstUse.py | 56 BR_1 = 1 variable 70 BR_1: { 78 'allowlist': [BR_1, TD], 84 'allowlist': [BR_1, BR_2], 94 br1 = self.nodes[BR_1] 145 self.collect_leader_aloc(BR_1)
|
D | MATN_12_HopLimitProcessing.py | 55 BR_1 = 1 variable 65 BR_1: { 73 'allowlist': [BR_1], 83 br1 = self.nodes[BR_1]
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_manual_address.py | 46 BR_1 = 1 variable 58 BR_1: { 70 br1 = self.nodes[BR_1]
|
D | test_manual_maddress.py | 47 BR_1 = 1 variable 56 BR_1: { 74 br1 = self.nodes[BR_1]
|
D | test_manual_omr_prefix.py | 47 BR_1 = 1 variable 55 BR_1: { 68 br1 = self.nodes[BR_1] 118 br1 = self.nodes[BR_1]
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread.py | 624 elif self.deviceRole in [Thread_Device_Role.BR_1, Thread_Device_Role.BR_2]: 1148 elif eRoleId in (Thread_Device_Role.BR_1, Thread_Device_Role.BR_2):
|