Whamcloud - gitweb
b=13739
authordeshmukh <deshmukh>
Tue, 10 Feb 2009 05:04:40 +0000 (05:04 +0000)
committerdeshmukh <deshmukh>
Tue, 10 Feb 2009 05:04:40 +0000 (05:04 +0000)
i=adilger
i=grev

conf_sanity_32b test-case is fixed and now enabled. This test-case will test very basic
interop operation between 1.8 and 2.0

lustre/tests/conf-sanity.sh

index 1f4ba1f..7ab509e 100644 (file)
@@ -12,7 +12,7 @@ set -e
 ONLY=${ONLY:-"$*"}
 
 # bug number for skipped test: 13739
-HEAD_EXCEPT="                  32a 32b"
+HEAD_EXCEPT="                  32a"
 
 # bug number for skipped test:                                 
 ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $HEAD_EXCEPT"
@@ -956,7 +956,7 @@ start32 () {
 }
 
 cleanup_nocli32 () {
-       stop32 mds -f
+       stop32 mds1 -f
        stop32 ost1 -f
        wait_exit_ST client
 }