summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-969193.t
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2013-05-30 17:21:05 -0400
committerVijay Bellur <vbellur@redhat.com>2013-05-30 23:46:38 -0700
commit1afbd1e8998a949695f008fd1403ea228eb42bd1 (patch)
tree000cd8d81e4f06a454f2027c8491b5c8e619ac3d /tests/bugs/bug-969193.t
parent83e4a149bd69d13fdd6fd4c80e603e04d15ff8e3 (diff)
cli: set min-op-version and max-op-version for getspec
Change-Id: I2185df5d6b560d9367ae404c91812048e1655180 BUG: 969193 Signed-off-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-on: http://review.gluster.org/5119 Reviewed-by: Kaushal M <kaushal@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'tests/bugs/bug-969193.t')
-rwxr-xr-xtests/bugs/bug-969193.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/bugs/bug-969193.t b/tests/bugs/bug-969193.t
new file mode 100755
index 00000000..e78a2980
--- /dev/null
+++ b/tests/bugs/bug-969193.t
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# Test that "system getspec" works without op_version problems.
+
+. $(dirname $0)/../include.rc
+cleanup;
+
+TEST glusterd
+TEST pidof glusterd
+TEST $CLI volume info
+TEST $CLI volume create $V0 $H0:$B0/brick1
+TEST $CLI system getspec $V0
+cleanup;