]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/vm: skip X11 in openbsd installation
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 22 Mar 2023 12:36:38 +0000 (12:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 22 Mar 2023 15:08:18 +0000 (15:08 +0000)
As a VM used only for automated testing there is no need to
install the X11 stack.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230322123639.836104-2-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/vm/openbsd

index eaeb201e9103c2b3526b045a71fc816a73b878d7..6af7afac0d31fec54e281ede06842ccad5c943c0 100755 (executable)
@@ -106,8 +106,7 @@ class OpenBSDVM(basevm.BaseVM):
         self.console_wait("Password for root account")
         self.console_send("%s\n" % self._config["root_pass"])
         self.console_wait_send("Start sshd(8)",           "yes\n")
-        self.console_wait_send("X Window System",         "\n")
-        self.console_wait_send("xenodm",                  "\n")
+        self.console_wait_send("X Window System",         "no\n")
         self.console_wait_send("console to com0",         "\n")
         self.console_wait_send("Which speed",             "\n")