scripts/run/nfstest-rplus.zsh
Anna Schumaker 3428879918 Move setup-* and run-* scripts into subdirectories
The common prefixes in these scripts indicate that they should really be
in directories and not the toplevel. I also provide a helper script in
$BIN to assist in calling them on the target VMs

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2022-04-26 10:33:01 -04:00

12 lines
321 B
Bash
Executable File

#!/bin/zsh
zparseopts -D -K -server:=SERVER -export:=EXPORT \
-mountpoint:=MOUNTPOINT -user:=USER
NFSTEST_DIR=/home/anna/nfstest
export PYTHONPATH=$NFSTEST_DIR
$NFSTEST_DIR/test/nfstest_rplus --server ${SERVER[-1]} \
--export ${EXPORT[-1]}/${USER[-1]}/nfsv42tcp \
--mtpoint ${MOUNTPOINT[-1]}/test/nfsv42tcp