summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-10-23 09:24:14 +0200
committerThomas Huth <thuth@redhat.com>2024-11-04 14:16:11 +0100
commita3c946ec8880299c59ef1b30de29377c3c024191 (patch)
tree722b1fe2ef29037543e6f8133b1deae40d102882
parent62728ddcbafebf65134e8616356e081564bc8612 (diff)
downloadfocaccia-qemu-a3c946ec8880299c59ef1b30de29377c3c024191.tar.gz
focaccia-qemu-a3c946ec8880299c59ef1b30de29377c3c024191.zip
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 <thuth@redhat.com>
-rwxr-xr-xtests/vm/openbsd1
1 files changed, 0 insertions, 1 deletions
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")