summaryrefslogtreecommitdiffstats
path: root/dvm/2803/testcase
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-07 14:39:38 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-07 14:39:38 +0530
commit76d72094cf86764a17fbd1f8a668e203c64e4144 (patch)
tree411ac2fdcb4d1a3d6d60375b3ed3223865a1779d /dvm/2803/testcase
parent13e58112abba2bad7ba5cba0ddb2927f98f1b387 (diff)
more testcases (2095, 2287, 2298, 2567, 2803) and some small changes to the framework
Diffstat (limited to 'dvm/2803/testcase')
-rwxr-xr-xdvm/2803/testcase11
1 files changed, 11 insertions, 0 deletions
diff --git a/dvm/2803/testcase b/dvm/2803/testcase
new file mode 100755
index 0000000..b2b6fbd
--- /dev/null
+++ b/dvm/2803/testcase
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+source $cwd/regression_helpers
+
+$GLUSTERFSDIR/gluster volume create $global_bug_id $(hostname):$EXPORT_DIR/$global_bug_id/export1 $(hostname):$EXPORT_DIR/$global_bug_id/export1/export2 2>/dev/null 1>/dev/null;
+
+if [ $? -eq 0 ]; then
+ exit 1;
+else
+ exit 0;
+fi