From 76d72094cf86764a17fbd1f8a668e203c64e4144 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Wed, 7 Sep 2011 14:39:38 +0530 Subject: more testcases (2095, 2287, 2298, 2567, 2803) and some small changes to the framework --- dvm/2803/testcase | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 dvm/2803/testcase (limited to 'dvm/2803/testcase') 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 -- cgit