Skip to content

Commit

Permalink
test: NFS tests need exportfs
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos committed Nov 26, 2023
1 parent 4971f44 commit 73553f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/TEST-20-NFS/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# 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"
Expand Down

0 comments on commit 73553f8

Please sign in to comment.