guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: tests: ssh: Explicitly wait for port 22.


From: guix-commits
Subject: 01/04: tests: ssh: Explicitly wait for port 22.
Date: Tue, 21 Apr 2020 10:33:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a295a1ca2942794ac52321a639128f94be595ac5
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Apr 21 15:47:56 2020 +0200

    tests: ssh: Explicitly wait for port 22.
    
    Previously we could occasionally try to connect before the server is
    actually listening, both for OpenSSH and Dropbear.
    
    * gnu/tests/ssh.scm (run-ssh-test)["wait for port 22"]: New test.
---
 gnu/tests/ssh.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/ssh.scm b/gnu/tests/ssh.scm
index a74227e..10438ad 100644
--- a/gnu/tests/ssh.scm
+++ b/gnu/tests/ssh.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017, 2018 Clément Lassieur <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
 ;;;
@@ -136,6 +136,9 @@ root with an empty password."
                          (current-services))))
                marionette))
 
+            (test-assert "wait for port 22"
+              (wait-for-tcp-port 22 marionette))
+
             ;; Connect to the guest over SSH.  Make sure we can run a shell
             ;; command there.
             (test-equal "shell command"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]