[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] tests/vm: skip X11 in openbsd installation
From: |
Daniel P . Berrangé |
Subject: |
[PATCH 1/2] tests/vm: skip X11 in openbsd installation |
Date: |
Wed, 22 Mar 2023 12:36:38 +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>
---
tests/vm/openbsd | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index eaeb201e91..6af7afac0d 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -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")
--
2.39.2
- [PATCH 0/2] tests/vm: fix ENOSPC in the openbsd VM image, Daniel P . Berrangé, 2023/03/22
- [PATCH 1/2] tests/vm: skip X11 in openbsd installation,
Daniel P . Berrangé <=
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Thomas Huth, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Philippe Mathieu-Daudé, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Thomas Huth, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Philippe Mathieu-Daudé, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Brad Smith, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Thomas Huth, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Daniel P . Berrangé, 2023/03/22
- Re: [PATCH 1/2] tests/vm: skip X11 in openbsd installation, Daniel P . Berrangé, 2023/03/22
[PATCH 2/2] tests/vm: custom openbsd partitioning to increase /home space, Daniel P . Berrangé, 2023/03/22