From: Thomas Huth Date: Wed, 23 Oct 2024 07:24:14 +0000 (+0200) Subject: tests/vm/openbsd: Remove the "Time appears wrong" workaround X-Git-Tag: v9.2.0-rc0~23^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3c946ec8880299c59ef1b30de29377c3c024191;p=thirdparty%2Fqemu.git tests/vm/openbsd: Remove the "Time appears wrong" workaround Seems like the server now reports the right time again, so we have to drop the workaround to get the installer working again. Message-ID: <20241023072414.827732-1-thuth@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/tests/vm/openbsd b/tests/vm/openbsd index dfd11c93f0f..5e4f76f3988 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -159,7 +159,6 @@ class OpenBSDVM(basevm.BaseVM): self.print_step("Installation started now, this will take a while") self.console_wait_send("Location of sets", "done\n") - self.console_wait_send("Time appears wrong. Set to", "\n") self.console_wait("successfully completed") self.print_step("Installation finished, rebooting")