Lines Matching +full:boot +full:- +full:serial +full:- +full:test
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"
30 "git-base",
34 "ninja-build",
40 "gettext-tools",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);
70 tar -xf /dev/rld1a;
72 ../src/configure --disable-opengl --extra-ldflags=-L/usr/pkg/lib \
73 --extra-cflags=-I/usr/pkg/include {configure_opts};
74 gmake --output-sync -j{jobs} {target} {verbose};
91 subprocess.check_call(["ln", "-f", cimg, iso])
92 self.exec_qemu_img("create", "-f", "qcow2", img_tmp, self.size)
95 self.boot(img_tmp, extra_args = [
96 "-machine", "graphics=off",
97 "-cdrom", iso
100 self.console_wait_send("3. Drop to boot prompt", "3")
102 self.console_wait_send("> ", "boot\n")
118 self.console_wait_send("b: Use serial port com0", "b\n")
119 self.console_wait_send("f: Set serial baud rate", "f\n")
124 self.console_wait_send("a: CD-ROM", "a\n")
191 # setup virtio-blk #1 (tarfile)
206 self.ssh_root_check("pkgin -y install %s\n" % " ".join(self.pkgs))