From: James Simmons Date: Tue, 23 Oct 2018 14:37:47 +0000 (-0400) Subject: LU-10335 test: enable sanity 130 tests for Ubuntu X-Git-Tag: 2.12.0-RC1~37 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=41a099f9c03c2a3ff62360433985ea5de3e52962;hp=22289df697d919d682a3eb890af6f63c63a30df4 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 --- 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