diff options
| author | Amar Tumballi <amarts@redhat.com> | 2019-01-11 11:57:07 +0530 |
|---|---|---|
| committer | Niels de Vos <ndevos@redhat.com> | 2019-01-24 15:18:00 +0000 |
| commit | 99b3ab0cf3d3389a2ff89c29cfff906cd36693a3 (patch) | |
| tree | dd377ef38a151d472846eec228f583a66888cdb8 /tests/bugs/snapshot | |
| parent | 06061aaa447f03e2522483d02525619ebc9854db (diff) | |
| download | glusterfs-99b3ab0cf3d3389a2ff89c29cfff906cd36693a3.tar.gz glusterfs-99b3ab0cf3d3389a2ff89c29cfff906cd36693a3.tar.xz glusterfs-99b3ab0cf3d3389a2ff89c29cfff906cd36693a3.zip | |
tests: run nfs tests only if --enable-gnfs is provided
Fixes: bz#1665358
Change-Id: Idbf88ec3ac683733b32c313377eeb72f2819bf0d
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/bugs/snapshot')
| -rwxr-xr-x | tests/bugs/snapshot/bug-1166197.t | 2 | ||||
| -rw-r--r-- | tests/bugs/snapshot/bug-1167580-set-proper-uid-and-gid-during-nfs-access.t | 2 | ||||
| -rw-r--r-- | tests/bugs/snapshot/bug-1260848.t | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs/snapshot/bug-1166197.t b/tests/bugs/snapshot/bug-1166197.t index 7350acfa9e..b070ae271b 100755 --- a/tests/bugs/snapshot/bug-1166197.t +++ b/tests/bugs/snapshot/bug-1166197.t @@ -5,6 +5,8 @@ . $(dirname $0)/../../volume.rc . $(dirname $0)/../../nfs.rc +#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST + cleanup; CURDIR=`pwd` diff --git a/tests/bugs/snapshot/bug-1167580-set-proper-uid-and-gid-during-nfs-access.t b/tests/bugs/snapshot/bug-1167580-set-proper-uid-and-gid-during-nfs-access.t index 6b069ac243..52a7a790b9 100644 --- a/tests/bugs/snapshot/bug-1167580-set-proper-uid-and-gid-during-nfs-access.t +++ b/tests/bugs/snapshot/bug-1167580-set-proper-uid-and-gid-during-nfs-access.t @@ -4,6 +4,8 @@ . $(dirname $0)/../../volume.rc . $(dirname $0)/../../snapshot.rc +#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST + # This function returns a value "Y" if user can execute # the given command. Else it will return "N" # @arg-1 : Name of the user diff --git a/tests/bugs/snapshot/bug-1260848.t b/tests/bugs/snapshot/bug-1260848.t index 7eae3982e4..6455d8297b 100644 --- a/tests/bugs/snapshot/bug-1260848.t +++ b/tests/bugs/snapshot/bug-1260848.t @@ -4,6 +4,8 @@ . $(dirname $0)/../../nfs.rc . $(dirname $0)/../../volume.rc +#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST + cleanup; ## Start and create a volume |
