[PATCH] tests/vm/openbsd: Remove the "Time appears wrong" workaround

Thomas Huth posted 1 patch 1 month ago
There is a newer version of this series
tests/vm/openbsd | 1 -
1 file changed, 1 deletion(-)
[PATCH] tests/vm/openbsd: Remove the "Time appears wrong" workaround
Posted by Thomas Huth 1 month ago
Seems like the server now reports the right time again, so we have
to drop the workaround to get the installer working again.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/vm/openbsd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index dfd11c93f0..5e4f76f398 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")
-- 
2.47.0