From ac36fa38f876d1d173f0840230e3dfa508e9db97 Mon Sep 17 00:00:00 2001 From: dilip krishnagiri <dilipx.krishnagiri@intel.com> Date: Mon, 28 Aug 2017 09:39:57 -0600 Subject: [PATCH] LU-9044 test: remove conf-sanity tests from ALWAYS_EXCEPT Removing the following conf-sanity tests bugzilla ticket 23954 added test 24b "Multiple MGSs on a single node (should return err)" to the ALWAYS_EXECPT list. Bugzilla 23954 is resolved. from ALWAYS_EXCEPT list. Test-Parameters: trivial combinedmdsmgs=false testlist=conf-sanity Signed-off-by: dilip krishnagiri <dilipx.krishnagiri@intel.com> Change-Id: If379ac75921563412121e96439f49ab49dfb5fbc Reviewed-on: https://review.whamcloud.com/25059 Tested-by: Jenkins Tested-by: Maloo <hpdd-maloo@intel.com> Reviewed-by: James Nunez <james.a.nunez@intel.com> Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> --- lustre/tests/conf-sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index d10a166711..f435adb0f1 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -64,8 +64,8 @@ OSTDEV1_2=$fs2ost_DEV OSTDEV2_2=$fs3ost_DEV if ! combined_mgs_mds; then - # bug number for skipped test: 23954 LU-9860 LU-9860 LU-9860 LU-9860 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 24b 33a 43b 53b 54b" + # bug number for skipped test: LU-9860 LU-9860 LU-9860 LU-9860 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 33a 43b 53b 54b" # bug number for skipped test: LU-9875 LU-9879 LU-9879 LU-9879 LU-9879 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 70e 80 84 87 100" # bug number for skipped test: LU-8110 LU-9400 LU-9879 LU-9879 LU-9879 -- GitLab