X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=0e33c79bdc2de99e227c1f948bc20835ebe042e6;hp=d81f090d2d776737749ce945225c291a12f58193;hb=ef38bdfd2b7e672e1886d5c9874e4749ce2ac258;hpb=a170a5787df625caec0cdac637a8dedd2e18bbd8 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index d81f090..0e33c79 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -20,6 +20,13 @@ if $SHARED_KEY; then ALWAYS_EXCEPT="$ALWAYS_EXCEPT 17n 60a 133g 300f" fi +if [[ $(uname -m) = aarch64 ]]; then + # bug number: LU-11596 (all below) + ALWAYS_EXCEPT+=" 42d 42e 63a 63b 64a 64b 64c" + # bug number: LU-11671 LU-11665 LU-11594 LU-11667 + ALWAYS_EXCEPT+=" 45 101c 103a 317" +fi + # Check Grants after these tests GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c" SRCDIR=$(cd $(dirname $0); echo $PWD)