Whamcloud - gitweb
LU-4181 tests: disable lnet_selftest.sh for DNE. 30/8130/3
authorwang di <di.wang@intel.com>
Thu, 31 Oct 2013 07:01:15 +0000 (00:01 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 8 Nov 2013 22:22:58 +0000 (22:22 +0000)
Disable lnet_selftest for DNE to make review pass with DNE.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: Ie4abd794d0184955af84752f0a9c64181b85f1ec
Reviewed-on: http://review.whamcloud.com/8130
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/tests/lnet-selftest.sh

index 58e73f4..386d3d2 100755 (executable)
@@ -11,6 +11,11 @@ init_logging
 #
 ALWAYS_EXCEPT="$ALWAYS_EXCEPT $LNET_SELFTEST_EXCEPT"
 
+if [[ $MDSCOUNT -ge 2 ]]; then
+       #LU-4181
+       skip "Only run with single MDT for now" && exit
+fi
+
 [ x$LST = x ] && { skip_env "lst not found LST=$LST" && exit 0; }
 
 # FIXME: what is the reasonable value here?