Whamcloud - gitweb
branch: b_new_cmd
authorericm <ericm>
Tue, 12 Dec 2006 18:41:25 +0000 (18:41 +0000)
committerericm <ericm>
Tue, 12 Dec 2006 18:41:25 +0000 (18:41 +0000)
sanity-lmv: it's unnecessary to obtain krb5 credential since runas id
is not used even.

lustre/tests/sanity-lmv.sh

index bccd6d1..0c76144 100644 (file)
@@ -51,11 +51,6 @@ LUSTRE=${LUSTRE:-`dirname $0`/..}
 init_test_env $@
 . ${CONFIG:=$LUSTRE/tests/cfg/lmv.sh}
 
-if [ ! -z "$USING_KRB5" ]; then
-    $RUNAS krb5_login.sh || exit 1
-    $RUNAS -u $(($RUNAS_ID + 1)) krb5_login.sh || exit 1
-fi
-
 cleanup() {
        echo -n "cln.."
        cleanupall ${FORCE} $* || { echo "FAILed to clean up"; exit 20; }