summaryrefslogtreecommitdiffstats
path: root/regression_testcase_sample
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-03-03 08:41:07 +0000
committerVijay Bellur <vijay@gluster.com>2011-03-07 10:06:57 +0530
commit7ed2ddd37ed29f800567f0cb23c8cd2eea35fdbe (patch)
tree58974ad1757194fec5f37df1ada7b3fcf475e634 /regression_testcase_sample
parent914f0aef201b0b3b5709460c9da0262244f280aa (diff)
changes for dvm specific testcases
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'regression_testcase_sample')
-rw-r--r--regression_testcase_sample19
1 files changed, 16 insertions, 3 deletions
diff --git a/regression_testcase_sample b/regression_testcase_sample
index a9a424b..10e6798 100644
--- a/regression_testcase_sample
+++ b/regression_testcase_sample
@@ -19,15 +19,28 @@
# <http://www.gnu.org/licenses/>.
-source ../../init
-start_glusterfs
+source ./init
+source ./regression_helpers
+
+GLUSTERD_DIR=$(dirname $GLUSTERD);
+
+mkdir $EXPORT_DIR/$global_bug_id;
#testcase starts here
+#Export directories should be from $EXPORT_DIR/$global_bug_id directory.
+
+#Mount point also should be from $EXPORT_DIR/$global_bug_id directory.
+
+#Starting the volume, mounting it and checking for the appropriate
+#functionality comprises the testcase.
+
#This is my testcase
#testcase ends here
-cleanup_glusterfs
+test_kill;
+
+test_cleanup;