summaryrefslogtreecommitdiffstats
path: root/testruninfo.cfg
diff options
context:
space:
mode:
authorShwetha-H-Panduranga <shwetha@gluster.com>2011-12-12 11:29:47 +0530
committerShwetha-H-Panduranga <shwetha@gluster.com>2011-12-12 11:29:47 +0530
commit689f862f24f949361603a808250ae3f7ec9f40f6 (patch)
tree37894a4807f9fcf1edab4ad846e57d8ba339cf13 /testruninfo.cfg
parentd7524954807ed63ed05762a945e7e6956c929eda (diff)
Changes to logger class, Using the logger class in the framework, adding new global values, Changes made to argument parser, testruninfo
Diffstat (limited to 'testruninfo.cfg')
-rwxr-xr-xtestruninfo.cfg49
1 files changed, 1 insertions, 48 deletions
diff --git a/testruninfo.cfg b/testruninfo.cfg
index ed65461..afaafe9 100755
--- a/testruninfo.cfg
+++ b/testruninfo.cfg
@@ -31,55 +31,8 @@ keywords =
## unit4 = Stripe
#############################################################################
[TestUnits]
-unit1 = replicate/self_heal
+unit1 = xlators/cluster/afr/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]