From: dilip krishnagiri Date: Mon, 14 Aug 2017 19:03:25 +0000 (-0600) Subject: LU-9042 test: Remove conf-sanity tests from ALWAYS_EXCEPT X-Git-Tag: 2.10.53~32 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fc35728f575258fdb4c889e8d08eafec13c3e23c;p=fs%2Flustre-release.git LU-9042 test: Remove conf-sanity tests from ALWAYS_EXCEPT Removing the following conf-sanity tests: LU-2181 added conf-sanity tests 23a "interrupt client during recovery mount delay" 34b "force umount with failed mds should be normal" from the ALWAYS_EXCEPT list. LU-2181 is resolved. Test-parameters: trivial testlist=conf-sanity clientdistro=sles11sp4 mdsdistro=sles11sp4 ossdistro=sles11sp4 Change-Id: Iea35039cc1de57bc3109e678c3a52bd2b9fa12f7 Signed-off-by: dilip krishnagiri Reviewed-on: https://review.whamcloud.com/28539 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Saurabh Tandan Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index fe5a14f..5f47b57 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -23,10 +23,6 @@ is_sles11() # LU-2181 return 1 } -if is_sles11; then # LU-2181 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 23a 34b" -fi - if [ "$FAILURE_MODE" = "HARD" ]; then CONFIG_EXCEPTIONS="24a " && echo "Except the tests: $CONFIG_EXCEPTIONS for " \