mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
tests: updated kerberos-test
This commit is contained in:
@@ -68,10 +68,6 @@ if test -z "$IP";then
|
||||
fi
|
||||
echo "Detected KDC IP: $IP"
|
||||
|
||||
if test ! -z "$QUIT_ON_INIT";then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# run the client
|
||||
CONFIG="client"
|
||||
DOCKER_DIR=docker-kerberos
|
||||
@@ -93,6 +89,10 @@ if test -z "$CIP";then
|
||||
fi
|
||||
echo "Detected client IP: $CIP"
|
||||
|
||||
if test ! -z "$QUIT_ON_INIT";then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Waiting for client tests"
|
||||
sleep 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user