From: Alexander Boyko Date: Mon, 15 Jan 2024 16:30:23 +0000 (-0500) Subject: LU-11990 tests: enable conf-sanity 66 X-Git-Tag: 2.15.61~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1359bc1ff91f93a16c35b6cbcf6f04474e13bf20;p=fs%2Flustre-release.git LU-11990 tests: enable conf-sanity 66 The test was skipped from running beacuse it produces fails for alone MGS. Since LU-13356 it is fixed, add it to running. Test-Parameters: trivial testlist=conf-sanity Signed-off-by: Alexander Boyko Change-Id: Idb684bb2780832f089fba1441d3b9375e9740431 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53877 Tested-by: Maloo Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Artem Blagodarenko Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 5d41be5..af68d16 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -24,8 +24,8 @@ if $SHARED_KEY; then fi if ! combined_mgs_mds; then - # bug number for skipped test: LU-11991 LU-11990 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 32a 32b 32c 32d 32e 66" + # bug number for skipped test: LU-11991 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 32a 32b 32c 32d 32e" # bug number for skipped test: LU-9897 LU-12032 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 84 123F" fi