Skip to content
Snippets Groups Projects
Commit 71457874 authored by huanghua's avatar huanghua
Browse files

Branch b1_8_gate

b=16699
i=adilger
i=grev

skip test_43 for non 1.8 MDS
parent 05191de7
No related branches found
No related tags found
No related merge requests found
......@@ -1643,6 +1643,13 @@ run_test 42 "invalid config param should not prevent client from mounting"
test_43() { #bug 15993
setup
VERSION_1_8=$(do_facet mds $LCTL get_param version | grep ^lustre.*1\.[78])
if [ -z "$VERSION_1_8" ]; then
skip "skipping test for non 1.8 MDS"
cleanup
return 0
fi
check_mount || return 2
testfile=$DIR/$tfile
lma="this-should-be-removed-after-remount-and-accessed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment