From: Elena Gryaznova Date: Fri, 24 Jul 2015 14:20:09 +0000 (+0300) Subject: LU-6899 test: rename sanity test_162 to test_162a X-Git-Tag: 2.7.62~19 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F15710%2F2;p=fs%2Flustre-release.git LU-6899 test: rename sanity test_162 to test_162a Made this test be run separately from others in this group. - sanity test_162 is renamed to test_162a Signed-off-by: Elena Gryaznova Seagate-bug-id: MRP-2496 Reviewed-by: Alexander Lezhoev Change-Id: I945b5ab006722d230058ebf44538480e018964c9 Reviewed-on: http://review.whamcloud.com/15710 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 824ba8f..a61c417 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -10775,7 +10775,7 @@ check_path() { echo "fid $fid resolves to path $path (expected $expected)" } -test_162() { +test_162a() { # was test_162 # Make changes to filesystem [ $PARALLEL == "yes" ] && skip "skip parallel run" && return test_mkdir -p -c1 $DIR/$tdir/d2 @@ -10823,7 +10823,7 @@ test_162() { return 0 } -run_test 162 "path lookup sanity" +run_test 162a "path lookup sanity" test_162b() { [ $PARALLEL == "yes" ] && skip "skip parallel run" && return