2 export PATH=`dirname $0`/../utils:$PATH
5 LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
7 if [ ! -f $LUSTRE/tests/rpc.sh ]; then
8 LUSTRE=$(cd $(dirname $(which $0))/..; echo $PWD)
11 . $LUSTRE/tests/test-framework.sh
12 RPC_MODE=true init_test_env
13 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
15 # Reset the trap on ERR set by the framework. Noticing this failure is the
19 log "$HOSTNAME: executing $@"