commit | efc57fb8f60276e2266aeadc91cd794a0cdc4711 | [log] [tgz] |
---|---|---|
author | robbiew <robbiew> | Thu Jun 19 21:46:18 2003 +0000 |
committer | robbiew <robbiew> | Thu Jun 19 21:46:18 2003 +0000 |
tree | 9da4526f04644c064ce1628362d9cb103c72c3c9 | |
parent | 14d94f0e70a7f57b093bf257fbc1834d30a457e6 [diff] |
Added default value for RHOST.
diff --git a/testcases/network/nfs/nfsstress/nfsstress b/testcases/network/nfs/nfsstress/nfsstress index 13852e6..f5eb4f9 100755 --- a/testcases/network/nfs/nfsstress/nfsstress +++ b/testcases/network/nfs/nfsstress/nfsstress
@@ -48,6 +48,7 @@ TCsrc=${TCsrc:=$TCbin} TCtmp=${TCtmp:=$TCbin/$TC$$} TCdump=${TCdump:=$TCbin} +RHOST=${RHOST:=`hostname|awk {'print $1'}`} # Setting the NFS to version 2 with UDP by default VERSION=${VERSION:=2}