Whamcloud - gitweb
LU-7931 tests: setup/cleanup after every test script 08/6208/7
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 30 Mar 2016 08:09:54 +0000 (02:09 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 5 Jul 2016 23:48:07 +0000 (23:48 +0000)
Setup and cleanup the filesystem after every acceptance-small.sh
test to try and catch problems with module references when they
happen instead of causing later tests to fail in mysterious ways.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I0136ef81c601e7b9ee968ac62d674a8b16500c1e
Reviewed-on: http://review.whamcloud.com/6208
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/acceptance-small.sh

index 46d7289..f6cb12f 100755 (executable)
@@ -10,4 +10,4 @@ for SUB in $DEFAULT_SUITES; do
        [ "$(eval echo \$$ENV)" = "no" ] && continue
        SUITES="$SUITES $SUB"
 done
        [ "$(eval echo \$$ENV)" = "no" ] && continue
        SUITES="$SUITES $SUB"
 done
-sh auster -r -v -f ${NAME:-lustre} $SUITES
+sh auster -r -R -v -f ${NAME:-lustre} $SUITES