From e69d9852bc095695ceecb219b84bd8a48d5aa10c Mon Sep 17 00:00:00 2001 From: Keith Mannthey Date: Thu, 16 Aug 2012 13:40:52 -0700 Subject: [PATCH] LU-1625 test: reduce test duration for nfs mode 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 Change-Id: Id0c2b23d41a7e0a2763a45747a0f98a24fd77fa7 Reviewed-on: http://review.whamcloud.com/3701 Reviewed-by: Andreas Dilger Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/parallel-scale-nfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/parallel-scale-nfs.sh b/lustre/tests/parallel-scale-nfs.sh index 0e07505..013670d 100755 --- a/lustre/tests/parallel-scale-nfs.sh +++ b/lustre/tests/parallel-scale-nfs.sh @@ -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 -- 1.8.3.1