Lines Matching +full:- +full:seed
5 # SPDX-License-Identifier: GPL-2.0-or-later
15 '20200711-gsj-qemu-0/obmc-phosphor-image-gsj.static.mtd.gz'),
20 '20200711-gsj-qemu-0/obmc-phosphor-initramfs-gsj.cpio.xz'),
25 '20200711-gsj-qemu-0/uImage-gsj.bin'),
30 '20200711-gsj-qemu-0/nuvoton-npcm730-gsj.dtb'),
35 self.set_machine('quanta-gsj')
40 self.vm.add_args('-drive', drive_args)
44 # to avoid running past the 90-second timeout. These may be removed
50 'systemd.mask=systemd-random-seed.service '
57 self.wait_for_console_pattern('U-Boot ')
59 self, 'Hit any key to stop autoboot:', 'U-Boot>')
62 'U-Boot>')
66 self.wait_for_console_pattern('CPU1: thread -1, cpu 1, socket 0')
71 self.set_machine('quanta-gsj')
80 self.vm.add_args('-kernel', kernel_path,
81 '-initrd', initrd_path,
82 '-dtb', dtb_path,
83 '-append', kernel_command_line)
87 self.wait_for_console_pattern('CPU1: thread -1, cpu 1, socket 0')