Lines Matching defs:self
52 def __init__(self, host=None, ifname=None, port=None, name="", user="root"): argument
66 def local_execute(self, command): argument
82 def execute(self, command): argument
104 def thread_run(self, command, res, use_reaper=True): argument
124 def thread_stop(self, t): argument
154 def thread_wait(self, t, wait=None): argument
164 def proc_pending(self, proc, timeout=0): argument
170 def proc_run(self, command): argument
189 def proc_wait_event(self, proc, events, timeout=10): argument
217 def proc_write(self, proc, cmd): argument
220 def proc_read(self, proc, timeout=0): argument
230 def proc_stop(self, proc): argument
240 def proc_dump(self, proc): argument
245 def execute_and_wait_event(self, command, events, timeout=10): argument
258 def add_log(self, log_file): argument
261 def get_logs(self, local_log_dir=None): argument
268 def send_file(self, src, dst): argument