From 16ac1c2641e8020bb9428ab671c32333c2efe3a1 Mon Sep 17 00:00:00 2001 From: Xinliang Liu Date: Wed, 12 Jun 2024 10:24:53 +0000 Subject: [PATCH] LU-11671 tests: re-enable sanity test_45 for aarch64 This is fixed by patch https://review.whamcloud.com/54763 ("LU-17733 tests: sanity test_45 fix dirty count"). Test-Parameters: trivial Test-Parameters: testlist=sanity clientarch=aarch64 \ clientdistro=el9.3 env=ONLY=45,ONLY_REPEAT=100 Change-Id: I4716a0bee2689ffb33db8a81f1f33be6562b929e Signed-off-by: Xinliang Liu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55403 Tested-by: Maloo Tested-by: jenkins Reviewed-by: Oleg Drokin Reviewed-by: James Simmons Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a2117d5..83bb14a 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -48,11 +48,6 @@ if $SHARED_KEY; then always_except LU-17127 39o fi -# skip the grant tests for ARM until they are fixed -if [[ $(uname -m) = aarch64 ]]; then - always_except LU-11671 45 -fi - # skip nfs tests on kernels >= 4.12.0 until they are fixed if [ $LINUX_VERSION_CODE -ge $(version_code 4.12.0) ]; then always_except LU-12661 817 -- 1.8.3.1