Lines Matching +full:block +full:- +full:fetch
10 # SPDX-License-Identifier: GPL-2.0-or-later
24 # Tests are ~10-40s, allow for --debug/--enable-gcov overhead
32 print(f"{tagname}/{default} -> {utag}")
47 # Pre-init TuxRun specific settings: Most machines work with
70 failure_message='Kernel panic - not syncing',
75 Fetch the TuxBoot assets.
77 kernel_image = kernel_asset.fetch()
78 disk_image_zst = rootfs_asset.fetch()
82 run_cmd([self.zstd, "-f", "-d", disk_image_zst,
83 "-o", disk_image])
88 dtb = dtb_asset.fetch() if dtb_asset is not None else None
98 # all block devices are raw ext4's
100 + f"file.filename={disk},node-name=hd0"
106 self.vm.add_args('-kernel', kernel,
107 '-append', kcmd_line,
108 '-blockdev', blockdev)
112 self.vm.add_args('-device', self.extradev)
114 self.vm.add_args('-device',
119 self.vm.add_args('-dtb', dtb)
132 exec_command_and_wait_for_pattern(self, 'uname -a', ps1)
145 drive="virtio-blk-device",