Home | History | Annotate | Download | only in packet_generation

Lines Matching refs:host

20     def __init__(self, host):
23 @param host: Router host object.
26 self.host = host
27 self.install_path = self.host.run('mktemp -d').stdout.rstrip()
36 ap_sshhost = ssh_host.SSHHost(hostname=self.host.hostname)
43 self.host.run('tar -xvf %s -C %s' % (scapy, self.install_path))
44 self.host.run('cd %s; %s' % (self.install_path, SCAPY_INSTALL_COMMAND))
50 @param host: Router host object.
53 self.host.run('rm -rf %s' % self.install_path)
60 @param host: Router host object.
71 self.host.run(scapy_command + options)
74 def get_icmp6intype134(self, host):
77 @param host: DUT host object.
82 ra_count_str = host.run(