Lines Matching refs:kernel_path
38 def run_vm(self, kernel_path, kernel_command_line, console_pattern, argument
55 '-kernel', kernel_path,
84 def run_rr(self, kernel_path, kernel_command_line, console_pattern, argument
87 t1 = self.run_vm(kernel_path, kernel_command_line, console_pattern,
89 t2 = self.run_vm(kernel_path, kernel_command_line, console_pattern,
103 kernel_path = self.fetch_asset(kernel_url,
110 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
124 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
129 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
140 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
145 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
158 kernel_path = self.extract_from_deb(deb_path,
163 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
186 kernel_path = self.extract_from_deb(deb_path,
190 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
202 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
208 self.run_rr(kernel_path, kernel_command_line, console_pattern)
219 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
225 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=1)
236 kernel_path = self.extract_from_deb(deb_path,
253 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=1,
267 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
271 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=9)
281 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
283 uncompressed_kernel = archive.uncompress(kernel_path, self.workdir)
300 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
304 self.run_rr(kernel_path, kernel_command_line, console_pattern)
316 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
321 self.run_rr(kernel_path, kernel_command_line, console_pattern)
333 kernel_path = self.extract_from_deb(deb_path,
339 self.run_rr(kernel_path, kernel_command_line, console_pattern)
346 kernel_path = os.path.join(entry.path, kernel_name)
351 self.run_rr(kernel_path, kernel_command_line, console_pattern,
478 kernel_path = self.extract_from_deb(deb_path,
492 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5,
508 kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
522 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5,
526 kernel_path = self.workdir + "kernel"
528 with open(kernel_path, 'wb') as f_out:
535 self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)