From 012fed443eb5685b211fe1d45ec1aa10587b51e4 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Thu, 29 Jan 2026 13:28:13 +0100 Subject: tests: add headscale --- tests/run-tests.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/run-tests.sh') diff --git a/tests/run-tests.sh b/tests/run-tests.sh index e01d239..401b0c3 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -41,6 +41,15 @@ do echo "Up and running at $URL !" fi done +echo Checking connection to container version of mesh.aristote.fr ... +URL="http://$IP:8085/health" +RESULT=$(curl "$URL" $CURL_FLAGS) +if [[ "$RESULT" != '{"status":"pass"}' ]] +then + echo "Connection failed." +else + echo "Up and running at $URL !" +fi echo Done. -- cgit v1.2.3