summaryrefslogtreecommitdiffstats
path: root/regression_testcase_sample
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-03-07 23:36:28 -0800
committerVijay Bellur <vijay@gluster.com>2011-03-15 18:06:17 +0530
commitff62dce1d7171ba3c400f5e391a865ca53bf3904 (patch)
treecf5421b9634261b985192b1ff5463f7bd6246c6e /regression_testcase_sample
parent7ed2ddd37ed29f800567f0cb23c8cd2eea35fdbe (diff)
changes for regression framework and functions for mounting
Diffstat (limited to 'regression_testcase_sample')
-rw-r--r--regression_testcase_sample15
1 files changed, 6 insertions, 9 deletions
diff --git a/regression_testcase_sample b/regression_testcase_sample
index 10e6798..3b74398 100644
--- a/regression_testcase_sample
+++ b/regression_testcase_sample
@@ -19,28 +19,25 @@
# <http://www.gnu.org/licenses/>.
-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.
+#For fuse mounts use mount_glusterfs $FUSE_MOUNT fumction.
+#For nfs mounts use mount_nfs $NFS_MOUNT function
#Starting the volume, mounting it and checking for the appropriate
#functionality comprises the testcase.
+#the glusterfs binaries for the provided version can be obtained from the
+#$GLUSTERFSDIR variable which points to the directory containing the
+#gluster binaries such as glusterfs, glusterfsd, gluster
+
#This is my testcase
#testcase ends here
-test_kill;
-
-test_cleanup;