Home
last modified time | relevance | path

Searched refs:print_step (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/vm/
H A Dopenbsd79 self.print_step("Downloading install iso")
84 self.print_step("Preparing iso and disk image")
88 self.print_step("Booting installer")
160 self.print_step("Installation started now, this will take a while")
164 self.print_step("Installation finished, rebooting")
194 self.print_step("Configuration finished, rebooting")
199 self.print_step("Installing packages")
210 self.print_step("All done")
H A Dnetbsd91 self.print_step("Preparing iso and disk image")
95 self.print_step("Booting installer")
127 self.print_step("Installation started now, this will take a while")
178 self.print_step("Installation finished, rebooting")
200 self.print_step("Configuration finished, rebooting")
205 self.print_step("Installing packages")
216 self.print_step("All done")
H A Dhaiku.x86_6497 self.print_step("Downloading disk image")
100 self.print_step("Extracting disk image")
105 self.print_step("Preparing disk image")
115 self.print_step("All done")
H A Dfreebsd48 self.print_step("Downloading disk image")
54 self.print_step("Preparing disk image")
61 self.print_step("Preparing disk image")
117 self.print_step("Installing packages")
127 self.print_step("All done")
H A Dbasevm.py430 def print_step(self, text): member in BaseVM