Lines Matching +full:boot +full:- +full:serial +full:- +full:test
1 # Functional test that boots known good tuxboot images the same way
10 # SPDX-License-Identifier: GPL-2.0-or-later
22 # Tests are ~10-40s, allow for --debug/--enable-gcov overhead
32 # Pre-init TuxRun specific settings: Most machines work with
35 # details in the metadata for each test.
40 # Most Linux's use ttyS0 for their serial port
55 failure_message='Kernel panic - not syncing',
76 + f"file.filename={disk},node-name=hd0"
82 self.vm.add_args('-kernel', kernel,
83 '-append', self.kcmd_line,
84 '-blockdev', blockdev)
88 self.vm.add_args('-device', self.extradev)
90 self.vm.add_args('-device',
95 self.vm.add_args('-dtb', dtb)
99 Wait for the system to boot up, wait for the login prompt and
109 exec_command_and_wait_for_pattern(self, 'uname -a', ps1)
122 drive="virtio-blk-device",