From 37db9d817667d0e607ef07ebd4bee8bab92e73e4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 13 Apr 2022 00:28:43 +0200 Subject: [PATCH] tests: Check that server ssh login works and reenable server tests --- tests/server.wv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/server.wv b/tests/server.wv index fe6c60f..62d0f8d 100755 --- a/tests/server.wv +++ b/tests/server.wv @@ -193,7 +193,8 @@ WVSTART "Setup SSH server's admin key" WVPASS sudo_ mkdir -p $(dirname "$AUTH") WVPASS sudo_ chmod 700 $(dirname "$AUTH") WVPASS sudo_ tee "$AUTH" <<<"command=\"user test admin\" $(cat "$ID_RSA".pub)" -exit +# Check that we can really log in +WVPASS ssh novaboot-test@localhost help WVSTART "Novaboot --ssh option (connect, rsync, reset)" WVPASS sudo_ rm -rf "$TFTPROOT" -- 2.39.2