Whamcloud - gitweb
LU-13063 tests: stop running sanity test 411
[fs/lustre-release.git] / lustre / tests / lnet-selftest.sh
index 93432e0..d015b05 100755 (executable)
@@ -6,19 +6,11 @@ init_test_env $@
 init_logging
 
 ALWAYS_EXCEPT="$LNET_SELFTEST_EXCEPT"
-if [[ $(uname -m) = aarch64 ]]; then
+if (( $LINUX_VERSION_CODE >= $(version_code 4.4.0) )); then
        # bug number for skipped test: LU-10073
        ALWAYS_EXCEPT+="               smoke"
 fi
 
-# Check if running on Ubuntu client
-if [ -r /etc/os-release ]; then
-       if grep -qi ubuntu /etc/os-release; then
-               # bug number for skipped test: LU-10073
-               ALWAYS_EXCEPT+="               smoke"
-       fi
-fi
-
 build_test_filter
 
 [ x$LST = x ] && skip_env "lst not found LST=$LST"