Skip tests for these kernels.
# Test reshaping under io load
case "$(uname -r)" in
- 3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+ 3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
esac
which mkfs.ext4 || skip
aux have_raid 1 13 2 || skip
case "$(uname -r)" in
- 5.[891]*|3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+ 5.[891]*) die "Cannot run this test on unfixed kernel." ;;
+ 3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
4.18.0-*.el8*)
REL="$(uname -r)"
REL="${REL#4.18.0-}"
. lib/inittest
case "$(uname -r)" in
- 3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+ 3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
esac
# Test reshaping under io load