Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_firewall.py111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): function
128 …self.assertTrue(host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], interface=hos…
131 …self.assertTrue(host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.DUA), interface=host.E…
135 host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0],
141 host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0],
147 host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0],
156 host_ping_ether(router1.get_rloc(),
163 host_ping_ether(router1.get_mleid(),
170 host_ping_ether(router1.get_linklocal(),
176 self.assertTrue(host_ping_ether(MA1, ttl=10,
[all …]