summaryrefslogtreecommitdiffstats
path: root/testruninfo.cfg
blob: 72761c4fd6e69a668a29685e51b27703a5ab2cfe (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
#############################################################################
## ATF Configuration File. This is input for the atf.py python script.
## This File contains various sections.
## The information under each section will be used for Selecting/Running Tests
#############################################################################

#############################################################################
## Section: [Keywords]
## 	Used to select the testcases tagged with keystring for test execution. 
## keywords: sanity 
##	Selects all testcases tagged with sanity keyword under given TestUnit
##	(This is used for Sanity Runs)
## keywords: art 
##	Selects all testcases tagged with art keyword under given TestUnit
##	(This is used for Regression Runs)
## Example:
##      keywords = art
##      keywords = sanity
#############################################################################
[Keywords]
keywords = 

#############################################################################
## Section: [WorkUnits]
## unit specifies glusterfs features (testuntis)  under test.
## Each TestUnit is directory under Glusterfs/TestUnits directory
## Example:
##      unit1 = Replication
##      unit2 = Replication/Self-heal
##      unit3 = Distribution
##      unit4 = Stripe
#############################################################################
[TestUnits]
unit1 = cli/test


#############################################################################
## Section: [GlusterVersion]
## filename =   Version of the 'Gluster' for testing
##              
## Example:
##          version = '3.3.2'
##          
#############################################################################
[GlusterVersion]
version = 3.3