From 7477ab5fa0094d860ecd66d5dcbd0b50a15c08e2 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Fri, 12 Mar 2010 19:20:39 +0300 Subject: [PATCH] b=21991 interop 18 <-> 20 fix: skip obdecho test i=Andreas.Dilger --- lustre/tests/sanity.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 553ecac..8559a79 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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 -- 1.8.3.1