Lines Matching defs:self
95 def __init__(self, args, config=None): argument
178 def validate_ssh_keys(self): argument
187 def wait_boot(self, wait_string=None): argument
204 def _download_with_cache(self, url, sha256sum=None, sha512sum=None): argument
230 def _ssh_do(self, user, cmd, check): argument
253 def ssh(self, *cmd): argument
256 def ssh_root(self, *cmd): argument
259 def ssh_check(self, *cmd): argument
262 def ssh_root_check(self, *cmd): argument
265 def build_image(self, img): argument
268 def exec_qemu_img(self, *args): argument
273 def add_source_dir(self, src_dir): argument
286 def boot(self, img, extra_args=[]): argument
322 def console_init(self, timeout = None): argument
331 def console_log(self, text): argument
345 def console_wait(self, expect, expectalt = None): argument
380 def console_consume(self): argument
399 def console_send(self, command): argument
409 def console_wait_send(self, wait, command): argument
413 def console_ssh_init(self, prompt, user, pw): argument
423 def console_sshd_config(self, prompt): argument
432 def print_step(self, text): argument
435 def wait_ssh(self, wait_root=False, seconds=300, cmd="exit 0"): argument
455 def shutdown(self): argument
458 def wait(self): argument
461 def graceful_shutdown(self): argument
465 def qmp(self, *args, **kwargs): argument
468 def gen_cloud_init_iso(self): argument
507 def get_qemu_packages_from_lcitool_json(self, json_path=None): argument