Lines Matching refs:host
89 host = self.nodes[HOST]
98 host.start(start_radvd=True)
113 host.bash(f'ip -6 addr add {interface}/64 dev {host.ETH_DEV} scope global')
115 host.bash(f'ip -6 route del {route} dev {host.ETH_DEV}')
117 host.bash(f'ip -6 route add {dest} dev {host.ETH_DEV} via {gateway}')
119 result = host.ping_ether(dest, ttl=ttl, interface=interface)
121 host.bash(f'ip -6 route del {dest}')
123 host.bash(f'ip -6 addr del {interface}/64 dev {host.ETH_DEV} scope global')
128 …tTrue(host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], interface=host.ETH_DEV))
131 …sertTrue(host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.DUA), interface=host.ETH_DEV))
151 host.bash(f'ip -6 route add {config.MESH_LOCAL_PREFIX} dev {host.ETH_DEV}')
157 interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0],
164 interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0],
171 interface=host.ETH_DEV,
177 … interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0]))
194 …router1.ping(host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0], interface=router1.get_mleid(…
205 … host.udp_send_host(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], config.TMF_PORT, "HELLO")