summaryrefslogtreecommitdiffstats
path: root/TestUnits/cli/volume
diff options
context:
space:
mode:
authorShwetha-H-Panduranga <shwetha@gluster.com>2011-12-20 22:07:34 +0530
committerShwetha-H-Panduranga <shwetha@gluster.com>2011-12-20 22:07:34 +0530
commitb07492a89cef6db01ae04979a00c8645ba41a94c (patch)
treec778c3d2005b3d092e910c79223f66ef7cc2a3bd /TestUnits/cli/volume
parent27b820afb57381e9c61e258f470f2a1c5227581e (diff)
Adding testenv.cfg file to cli/volume/top testunit
Diffstat (limited to 'TestUnits/cli/volume')
-rw-r--r--TestUnits/cli/volume/top/testenv.cfg86
1 files changed, 86 insertions, 0 deletions
diff --git a/TestUnits/cli/volume/top/testenv.cfg b/TestUnits/cli/volume/top/testenv.cfg
new file mode 100644
index 0000000..38a6ed5
--- /dev/null
+++ b/TestUnits/cli/volume/top/testenv.cfg
@@ -0,0 +1,86 @@
+[DEFAULT]
+user =
+password =
+glusterversion =
+installpath =
+downloadpath =
+
+# ExportDir Section.
+# Necessary Options: dir
+# Optional: fstype, device
+[export1]
+dir =
+fstype =
+device =
+options =
+
+[export2]
+dir =
+fstype =
+device =
+
+# Server Section
+# Necessary Options: hostname, username, password, glusterversion.
+# The username, password, glusterversion defaults from DEFAULTS Section and
+# can be overridden
+# Optional: installpath
+[server1]
+hostname =
+
+[server2]
+hostname =
+
+# Brick Section
+# Necessary Options: hostname, path
+[brick1]
+hostname = server1.hostname
+path = export1
+
+[brick2]
+hostname = server2.hostname
+path = export2
+
+# Volume Section
+# Necessary Options: volumename, bricks
+# Optional replica=<Count>, stripe=<Count>
+#
+[volume1]
+volumename = replicate
+replica=2
+stripe=
+transporttype = tcp
+bricks = brick1, brick2
+
+# Client Section
+# Necessary Options: hostname, username, password, glusterversion.
+# The username, password, glusterversion defaults from DEFAULTS Section and
+# can be overridden
+# Optional: installpath
+[client1]
+hostname =
+
+# MountDevice Section
+# Necessary Options: hostname, volume
+# The Server1.hostname could be a VIP also. Need not be a server hostname
+# IN a general case,(without NFS) we keep the 1st server from serverpool
+# The volume specified in this section is the "active_volume" onto which all
+# clients will be mounting to. This active volume and hostname can be changed
+# during testrun.
+[mountdevice1]
+hostname = server1.hostname
+volumename = volume1.volumename
+
+# Mount Section
+# addMount(dir, type, client, device=master.volume, logfile=None)
+[mount1]
+dir =
+client = client1
+device = mountdevice1
+type = glusterfs
+
+
+
+
+
+
+