In addition make sure that exportfs is available before attempting
to run the tests.
#"connman",
]
test: [
- #"20", # unstable
+ "20",
"30",
"35",
"40",
"network-legacy",
]
test: [
+ "20",
"30",
"35",
"40",
# shellcheck disable=SC2034
TEST_DESCRIPTION="root filesystem on NFS with $USE_NETWORK"
+test_check() {
+ command -v exportfs &> /dev/null
+}
+
# Uncomment this to debug failures
#DEBUGFAIL="rd.debug loglevel=7 rd.break=initqueue rd.shell"
SERVER_DEBUG="rd.debug loglevel=7"
return 1
fi
- test_nfsv3 \
- && test_nfsv4
+ # focus on NFSv4 testing, disable NFSv3 tests
+ #test_nfsv3
+ test_nfsv4
ret=$?