From 41a099f9c03c2a3ff62360433985ea5de3e52962 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 23 Oct 2018 10:37:47 -0400 Subject: [PATCH] LU-10335 test: enable sanity 130 tests for Ubuntu The default e2fsprogs for Ubuntu 16 lacked the changes for fiemap. This caused sanity test 130 to fail. Now with lustre using newer e2fsprogs with the new Ubuntu server support this is no longer the case. Lets re-enable sanity 130 test again. Test-Parameters: clientdistro=ubuntu1604 trivial testlist=sanity envdefinitions=ONLY=130 Change-Id: Iad42e1f55855da904515b3fe00c8d047fa13b45c Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/33459 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Li Dongyang Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 5558f35..d81f090 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -110,10 +110,8 @@ elif [ -r /etc/os-release ]; then if [[ $ubuntu_version -gt $(version_code 16.0.0) ]]; then # bug number for skipped test: - # LU-10334 LU-10335 LU-10335 LU-10335 - ALWAYS_EXCEPT+=" 103a 130a 130b 130c" - # LU-10335 LU-10335 LU-10366 - ALWAYS_EXCEPT+=" 130d 130e 410" + # LU-10334 LU-10366 + ALWAYS_EXCEPT+=" 103a 410" fi fi fi -- 1.8.3.1