summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd
diff options
context:
space:
mode:
authorSanju Rakonde <srakonde@redhat.com>2019-10-14 18:16:21 +0530
committerAtin Mukherjee <amukherj@redhat.com>2019-10-15 04:47:28 +0000
commit03e1c3998f4f3b0ade7a0a84b72693da31a213c8 (patch)
tree4dabff8fbdc38f67e4dffb1f5ea8eb00d91dde97 /tests/bugs/glusterd
parentb55667cfd78c0d940a54a02bc8f47509ad43904b (diff)
tests: mark tests/bugs/glusterd/quorum-value-check.t as NFS test
Fixes: bz#1665358 Change-Id: Iea000dd839d4e4dbef45941f97ab3725a2aa1726 Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'tests/bugs/glusterd')
-rwxr-xr-xtests/bugs/glusterd/quorum-value-check.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/glusterd/quorum-value-check.t b/tests/bugs/glusterd/quorum-value-check.t
index aaf636274b6..c701f08bbd5 100755
--- a/tests/bugs/glusterd/quorum-value-check.t
+++ b/tests/bugs/glusterd/quorum-value-check.t
@@ -3,6 +3,8 @@
. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc
+#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST
+
function check_quorum_nfs() {
local qnfs="$(less /var/lib/glusterd/nfs/nfs-server.vol | grep "quorum-count"| awk '{print $3}')"
local qinfo="$($CLI volume info $V0| grep "cluster.quorum-count"| awk '{print $2}')"