From 6a75d6587b2c0962a5d3f22bb9e4e5a0e1cc63b2 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 1 Mar 2012 23:19:48 -0700 Subject: [PATCH] LU-1160 tests: remove liblustre from default tests The liblustre testing is currently failing. Since this functionality is not being used by any (or at least not many?) users since it is no longer used for the Cray Catamount compute clients, the liblustre testing should be removed from automated test runs. Until the test can be fixed this test can be re-enabled. As yet, the liblustre code will not be removed from the tree. Signed-off-by: Andreas Dilger Change-Id: I916994b71a60e0f8596b7babb69c67a8b2bebc73 Reviewed-on: http://review.whamcloud.com/2244 Tested-by: Hudson Reviewed-by: Minh Diep Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/acceptance-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index e76985c..abc9e84 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -8,7 +8,7 @@ export MSKIPPED=0 export OSKIPPED=0 # This is the default set of tests to run. -DEFAULT_SUITES="runtests sanity sanity-benchmark sanityn lfsck liblustre +DEFAULT_SUITES="runtests sanity sanity-benchmark sanityn lfsck racer replay-single conf-sanity recovery-small replay-ost-single replay-dual replay-vbr insanity sanity-quota sanity-sec sanity-gss performance-sanity large-scale -- 1.8.3.1