Home
last modified time | relevance | path

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

/openbmc/qemu/tests/vm/
H A Dopenbsd80 self.print_step("Downloading install iso")
85 self.print_step("Preparing iso and disk image")
89 self.print_step("Booting installer")
161 self.print_step("Installation started now, this will take a while")
165 self.print_step("Installation finished, rebooting")
195 self.print_step("Configuration finished, rebooting")
200 self.print_step("Installing packages")
211 self.print_step("All done")
H A Dnetbsd90 self.print_step("Preparing iso and disk image")
94 self.print_step("Booting installer")
126 self.print_step("Installation started now, this will take a while")
177 self.print_step("Installation finished, rebooting")
199 self.print_step("Configuration finished, rebooting")
204 self.print_step("Installing packages")
215 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")
118 self.print_step("Installing packages")
128 self.print_step("All done")
H A Dbasevm.py432 def print_step(self, text): member in BaseVM