From fc35728f575258fdb4c889e8d08eafec13c3e23c Mon Sep 17 00:00:00 2001 From: dilip krishnagiri Date: Mon, 14 Aug 2017 13:03:25 -0600 Subject: [PATCH] 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 --- lustre/tests/conf-sanity.sh | 4 ---- 1 file changed, 4 deletions(-) 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 " \ -- 1.8.3.1