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
107 def thread_run(self, command, res, use_reaper=True): argument
130 def thread_stop(self, t): argument
160 def thread_wait(self, t, wait=None): argument
170 def proc_pending(self, proc, timeout=0): argument
176 def proc_run(self, command): argument
198 def proc_wait_event(self, proc, events, timeout=10): argument
226 def proc_write(self, proc, cmd): argument
229 def proc_read(self, proc, timeout=0): argument
239 def proc_stop(self, proc): argument
249 def proc_dump(self, proc): argument
254 def execute_and_wait_event(self, command, events, timeout=10): argument
267 def add_log(self, log_file): argument
270 def get_logs(self, local_log_dir=None): argument
280 def send_file(self, src, dst): argument