Searched refs:sc1 (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tests/toranj/cli/ |
D | test-601-channel-manager-channel-change.py | 60 sc1 = cli.Node() variable 65 nodes = [r1, r2, r3, sc1, ec1, sc2, sc3] 71 r1.allowlist_node(sc1) 81 sc1.allowlist_node(r1) 89 sc1.join(r1, cli.JOIN_TYPE_SLEEPY_END_DEVICE) 94 sc1.set_pollperiod(500) 102 verify(sc1.get_state() == 'child')
|
/openthread-latest/tests/toranj/ncp/ |
D | test-601-channel-manager-channel-change.py | 65 sc1 = wpan.Node() variable 70 all_nodes = [r1, r2, r3, sc1, ec1, sc2, sc3] 88 r1.allowlist_node(sc1) 96 sc1.join_node(r1, node_type=wpan.JOIN_TYPE_SLEEPY_END_DEVICE) 101 sc1.set(wpan.WPAN_POLL_INTERVAL, '500')
|
D | test-010-on-mesh-prefix-config-gateway.py | 102 sc1 = wpan.Node() variable 105 all_nodes = [r1, r2, sc1, sc2] 118 r1.allowlist_node(sc1) 123 sc1.join_node(r1, node_type=wpan.JOIN_TYPE_SLEEPY_END_DEVICE) 126 sc1.set(wpan.WPAN_POLL_INTERVAL, '200') 174 sc1.config_gateway(prefix3, priority='-1')
|