summaryrefslogtreecommitdiffstats
path: root/testruninfo.cfg
diff options
context:
space:
mode:
authorShwetha-H-Panduranga <shwetha@gluster.com>2011-12-06 14:26:59 +0530
committerShwetha-H-Panduranga <shwetha@gluster.com>2011-12-06 14:26:59 +0530
commit77c7f324610224e808d8940aec7e6dbf19b790a5 (patch)
tree4d5b3abe8e8220b058f9828822b527b2d6331702 /testruninfo.cfg
parent129e39fe6878f28ca203c690fab382b7289b334c (diff)
Adding New/Updated Automation Files
Diffstat (limited to 'testruninfo.cfg')
-rwxr-xr-xtestruninfo.cfg99
1 files changed, 99 insertions, 0 deletions
diff --git a/testruninfo.cfg b/testruninfo.cfg
new file mode 100755
index 0000000..ed65461
--- /dev/null
+++ b/testruninfo.cfg
@@ -0,0 +1,99 @@
+#############################################################################
+## 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 = replicate/self_heal
+
+#############################################################################
+## Section: [ATFDir]
+## atfdir = absolute path of the directory where Automation Framework
+## is Installed
+## Example:
+## dir = /ATF
+## dir = /home/qa/ATF
+#############################################################################
+[ATFDir]
+dir = /home/shwetha/PythonCustomLibs/ATF
+
+#############################################################################
+## Section: [SummaryLog]
+## filename = FileName to Log SummaryLogs
+## loglevel = LogLevel could be debug| info | warning | error
+## Example:
+## filename = SummaryLog.out
+## loglevel = info
+#############################################################################
+[SummaryLog]
+filename =
+loglevel =
+
+#############################################################################
+## Section: [DetailLog]
+## filename = FileName to Log DetailLogs of test case execution
+## loglevel = LogLevel could be debug| info | warning | error
+## Example:
+## filename = DetailLog.out
+## loglevel = info
+#############################################################################
+[DetailLog]
+filename =
+loglevel =
+
+#############################################################################
+## Section: [StdoutLog]
+## do_log = true | false.
+## If do_log = true, Log to STDOUT. Else, do not log to STDOUT.
+## loglevel = LogLevel could be debug| info | warning | error
+## Example:
+## do_log = true
+## loglevel = info
+#############################################################################
+[StdoutLog]
+do_log =
+loglevel =
+
+#############################################################################
+## Section: [GlusterVersion]
+## filename = Version of the 'Gluster' for testing
+##
+## Example:
+## version = '3.3.2'
+##
+#############################################################################
+[GlusterVersion]
+version = 3.2.5
+
+
+
+
+
+