Lines Matching defs:self
28 def __init__(self, d, logger): argument
38 def deploy(self): argument
48 def start(self, params=None, ssh=True, extra_bootparams=None): argument
52 def stop(self): argument
56 def get_extra_files(self): argument
60 def match_image_fstype(self, d, image_fstypes=None): argument
69 def get_image_fstype(self, d): argument
76 def restart(self, params=None): argument
80 def run(self, cmd, timeout=None): argument
83 def copy_to(self, localpath, remotepath): argument
86 def copy_from(self, remotepath, localpath): argument
95 def __init__(self, d, logger, image_fstype=None): argument
158 def deploy(self): argument
170 …def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', disca… argument
188 def check(self): argument
191 def stop(self): argument
202 def restart(self, params=None): argument
210 def run_serial(self, command, timeout=60): argument
216 def __init__(self, d): argument
233 def deploy(self): argument
236 def start(self, params=None, ssh=True, extra_bootparams=None): argument
240 def stop(self): argument