tests/vm/openbsd: Remove the "Time appears wrong" workaround
authorThomas Huth <thuth@redhat.com>
Wed, 23 Oct 2024 07:24:14 +0000 (09:24 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 4 Nov 2024 13:16:11 +0000 (14:16 +0100)
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 <thuth@redhat.com>
tests/vm/openbsd

index dfd11c93f0f1eb70f7d74e1a6aaba14963be7d54..5e4f76f39886b8ef7d67bdc7587ff0fcf0de0b70 100755 (executable)
@@ -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")