summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhari gowtham <hgowtham@redhat.com>2017-09-18 11:48:43 +0530
committerAtin Mukherjee <amukherj@redhat.com>2017-09-19 10:42:30 +0000
commitdafffa7b8fdfd29edf6e92c31d74dd7abc8f4d6c (patch)
treefb045471657088358d6ecf9bb539615ff2dd9112
parent7f70d38b66ce755f848ff0197814457a28b321df (diff)
Tests: disabling the check for volume client-list
The client-list command is broken for brick-multiplexed. Disabling it until the fix is in so that the regression test can be resumed for the other test cases. Change-Id: Idcb5a09db0eb46fbe71c215109b5c55924cc1209 BUG: 1492542 Signed-off-by: hari gowtham <hgowtham@redhat.com> Reviewed-on: https://review.gluster.org/18308 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Tested-by: Atin Mukherjee <amukherj@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
-rw-r--r--tests/basic/volume-status.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/basic/volume-status.t b/tests/basic/volume-status.t
index 0899344cba9..14ea1c64827 100644
--- a/tests/basic/volume-status.t
+++ b/tests/basic/volume-status.t
@@ -25,7 +25,8 @@ EXPECT_WITHIN $PROCESS_UP_TIMEOUT "Y" nfs_up_status
## Mount FUSE
TEST $GFS -s $H0 --volfile-id $V0 $M0;
-EXPECT_WITHIN $PROCESS_UP_TIMEOUT "7" gluster_client_list_status
+##Disabling this test until the client-list command works for brick-multiplexing
+#EXPECT_WITHIN $PROCESS_UP_TIMEOUT "7" gluster_client_list_status
##Wait for connection establishment between nfs server and brick process
EXPECT_WITHIN $NFS_EXPORT_TIMEOUT "1" is_nfs_export_available;