Lines Matching defs:Arch
22 Arch = Literal["x86_64", "aarch64"] variable
51 def data_dir(arch: Arch):
55 def pid_path(arch: Arch):
59 def ssh_port_path(arch: Arch):
63 def log_path(arch: Arch):
67 def base_img_name(arch: Arch):
71 def base_img_url(arch: Arch):
75 def base_img_path(arch: Arch):
79 def rootfs_img_path(arch: Arch):
83 def ssh_port(arch: Arch) -> int:
128 def ssh_opts(arch: Arch) -> Dict[str, str]:
139 def ssh_cmd_args(arch: Arch):
143 def ssh_exec(arch: Arch, cmd: Optional[str] = None):
152 def ping_vm(arch: Arch):
162 def write_pid_file(arch: Arch, pid: int):
167 def read_pid_file(arch: Arch):
189 arch: Arch,
234 def run_vm(arch: Arch, background: bool = False):
242 def is_running(arch: Arch):
255 def kill_vm(arch: Arch):
267 def build_if_needed(arch: Arch, reset: bool = False):
295 def up(arch: Arch, reset: bool = False, wait: bool = False, timeout: int = 120):
327 def wait_until_reachable(arch: Arch, timeout: int = 120):
352 def state(arch: Arch):