Whamcloud - gitweb
b=21991 interop 18 <-> 20 fix: skip obdecho test
authorElena Gryaznova <grev@sun.com>
Fri, 12 Mar 2010 16:20:39 +0000 (19:20 +0300)
committerJohann Lombardi <johann@sun.com>
Tue, 16 Mar 2010 13:29:55 +0000 (14:29 +0100)
i=Andreas.Dilger

lustre/tests/sanity.sh

index 553ecac..8559a79 100644 (file)
@@ -6253,6 +6253,11 @@ obdecho_create_test() {
 }
 
 test_180() {
+        local lustre_version=$(get_lustre_version mds)
+        if [[ $lustre_version != 1.8* ]]; then
+               skip bug22316 mds running $lustre_version
+               return
+        fi
         local rc=0
         local rmmod_local=0
         local rmmod_remote=0