Whamcloud - gitweb
LU-1625 test: reduce test duration for nfs mode
authorKeith Mannthey <keith@whamcloud.com>
Thu, 16 Aug 2012 20:40:52 +0000 (13:40 -0700)
committerOleg Drokin <green@whamcloud.com>
Sun, 19 Aug 2012 18:32:11 +0000 (14:32 -0400)
There isn't much value to run long duration in
nfs mode. Cut down IOR test as well.
Based on original work by Minh Diep.

Test-Parameters: testgroup=parallel-scale-nfsv4
Signed-off-by: Keith Mannthey <keith@whamcloud.com>
Change-Id: Id0c2b23d41a7e0a2763a45747a0f98a24fd77fa7
Reviewed-on: http://review.whamcloud.com/3701
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/parallel-scale-nfs.sh

index 0e07505..013670d 100755 (executable)
@@ -61,7 +61,7 @@ mbench_NFILES=${mbench_NFILES:-10000}
 [ "$SLOW" = "no" ] && cnt_NRUN=2
 
 # IOR
-[ "$SLOW" = "no" ] && ior_DURATION=30
+ior_DURATION=${ior_DURATION:-30}
 
 # source the common file after all parameters are set to take affect
 . $LUSTRE/tests/functions.sh