Lines Matching +full:cdrom +full:- +full:test
3 # Functional test that boots a PReP/40p machine and checks its serial console.
5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
8 # later. See the COPYING file in the top-level directory.
22 '7020-40p/P12H0456.IMG'),
25 ('https://archive.netbsd.org/pub/NetBSD-archive/'
26 'NetBSD-4.0/prep/installation/floppy/generic_com0.fs'),
29 ('https://archive.netbsd.org/pub/NetBSD-archive/'
30 'NetBSD-7.1.2/iso/NetBSD-7.1.2-prep.iso'),
36 # U.S. Government Users Restricted Rights - Use, duplication or disclosure
46 self.vm.add_args('-bios', bios_path,
47 '-drive',
48 f"file={drive_path},format=raw,if=floppy,read-only=true")
58 self.vm.add_args('-m', '192') # test fw_cfg
70 self.vm.add_args('-cdrom', drive_path,
71 '-boot', 'd')
77 'http://www.juneau-lug.org/zImage.initrd.sandalfoot',
85 self.vm.add_args('-cdrom', drive_path,
86 '-boot', 'd')
91 exec_command_and_wait_for_pattern(self, 'uname -a', 'Linux ppc 2.4.18')