summaryrefslogtreecommitdiffstats
path: root/Templates/GlobalParam.cfg
blob: 9e74e6d42c40f15a59e815976746ade95ee41dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#############################################################################
## GlobalParameter File
## This File is used to specify the TestEnvironment/TestBed under Test. 
#############################################################################

#############################################################################
## Section: [Hosts]
## host = IP_Address of the Machine 
## Example:
##	host1 = 192.168.0.2
##	host2 = 192.168.0.3
#############################################################################
[Hosts]
host1 = 

#############################################################################
## Section: [Users]
## user = Name of the User involved
## Example:
##	user1 = root
##	user2 = qa
#############################################################################
[Users]
user1 = 

#############################################################################
## Section: [Servers]
## server = user@host combination. 
##	    List of Servers in the TestEnvironment. 
##	    Every SSH Connection is recognized by user@host.  
##		
## Example:
##	server1 = user1@host1
#############################################################################
[Servers]
server1 = 

#############################################################################
## Section: [Clients]
## server = user@host combination. 
##          List of Clients in the TestEnvironment. 
##          Every SSH Connection is recognized by user@host.  
##              
## Example:
## 	client1 = user2@host1
#############################################################################
[Clients]
client1 = 

#############################################################################
## Section: [ExportDirs]
## exportdir = Absolute Path of the exportdirectories
##               
## Example:
##      export1 = /home/export1
##	export2 = /home/export2
#############################################################################
[ExportDirs]
export1 =  

#############################################################################
## Section: [MountPoints]
## mount = Absolute Path of the Mount Points
##               
## Example:
##      mount1 = /mnt/client1
##      mount2 = /mnt/client2
#############################################################################
[MountPoints]
mount1 = 

#############################################################################
## Section: [Volumes]
## volume = name of the volume
##               
## Example:
##	volume1 = replicate_volume
##	volume2 = distribute_volume
##	volume3 = stripe_volume
#############################################################################
[Volumes]
volume1 = 

#############################################################################
## Section: [GlusterfsVersion]
## version = GlusterFSVersion under test
## Example:
##      version = 3.2
#############################################################################
[GlusterfsVersion]
version =