tests: updated kerberos-test

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-20 16:20:00 +01:00
parent 88e008cda3
commit 783be933e5

View File

@@ -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