summaryrefslogtreecommitdiffstats
path: root/dvm
diff options
context:
space:
mode:
Diffstat (limited to 'dvm')
-rwxr-xr-xdvm/2719/testcase7
1 files changed, 7 insertions, 0 deletions
diff --git a/dvm/2719/testcase b/dvm/2719/testcase
new file mode 100755
index 0000000..fde2977
--- /dev/null
+++ b/dvm/2719/testcase
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+source $cwd/regression_helpers
+
+$GLUSTERFSDIR/gluster help | grep "volume top" | grep "volume top operations" 2>/dev/null 1>/dev/null;
+
+exit $?