Whamcloud - gitweb
LU-295 Remove 'lustre_rsync-test' from DEFAULT_SUITES
authorYu Jian <yujian@whamcloud.com>
Fri, 13 May 2011 04:41:26 +0000 (12:41 +0800)
committerJohann Lombardi <johann@whamcloud.com>
Fri, 20 May 2011 15:48:51 +0000 (08:48 -0700)
The 'lustre_rsync-test' is not relevant (nor does it exist) to b1_8
so we should remove this test from the DEFAULT_SUITES list.

Signed-off-by: Chris Horn <hornc@cray.com>
Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: I988d3124d6fae06afca013acfa94d32c6fee24d7
Reviewed-on: http://review.whamcloud.com/515
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
Tested-by: Hudson
lustre/tests/acceptance-small.sh

index efed401..5f1f2e8 100755 (executable)
@@ -13,8 +13,8 @@ DEFAULT_SUITES="runtests sanity sanity-benchmark sanityn lfsck liblustre
                 replay-ost-single replay-dual replay-vbr insanity sanity-quota
                 performance-sanity large-scale recovery-mds-scale
                 recovery-double-scale recovery-random-scale parallel-scale
-                lustre_rsync-test metadata-updates ost-pools lnet-selftest
-                mmp obdfilter-survey sgpdd-survey"
+                metadata-updates ost-pools lnet-selftest mmp obdfilter-survey
+                sgpdd-survey"
 
 if [[ -n $@ ]]; then
     ACC_SM_ONLY="${ACC_SM_ONLY} $@"