From 99b3ab0cf3d3389a2ff89c29cfff906cd36693a3 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 11 Jan 2019 11:57:07 +0530 Subject: tests: run nfs tests only if --enable-gnfs is provided Fixes: bz#1665358 Change-Id: Idbf88ec3ac683733b32c313377eeb72f2819bf0d Signed-off-by: Amar Tumballi --- tests/basic/mount-nfs-auth.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/basic/mount-nfs-auth.t') diff --git a/tests/basic/mount-nfs-auth.t b/tests/basic/mount-nfs-auth.t index 0d4e01abb32..3d4a9cff00b 100755 --- a/tests/basic/mount-nfs-auth.t +++ b/tests/basic/mount-nfs-auth.t @@ -3,6 +3,8 @@ . $(dirname $0)/../include.rc . $(dirname $0)/../nfs.rc +#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST + # Our mount timeout must be as long as the time for a regular configuration # change to be acted upon *plus* AUTH_REFRESH_TIMEOUT, not one replacing the # other. Otherwise this process races vs. the one making the change we're -- cgit