summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
Diffstat (limited to 'Templates')
-rwxr-xr-xTemplates/GlobalParam.cfg95
-rwxr-xr-xTemplates/config.cfg99
2 files changed, 0 insertions, 194 deletions
diff --git a/Templates/GlobalParam.cfg b/Templates/GlobalParam.cfg
deleted file mode 100755
index 9e74e6d..0000000
--- a/Templates/GlobalParam.cfg
+++ /dev/null
@@ -1,95 +0,0 @@
-#############################################################################
-## 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 =
-
-
-
-
diff --git a/Templates/config.cfg b/Templates/config.cfg
deleted file mode 100755
index e498115..0000000
--- a/Templates/config.cfg
+++ /dev/null
@@ -1,99 +0,0 @@
-#############################################################################
-## 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.
-## keystring: sanity
-## Selects all testcases tagged with sanity keyword under given TestUnit
-## (This is used for Sanity Runs)
-## keystring: art
-## Selects all testcases tagged with art keyword under given TestUnit
-## (This is used for Regression Runs)
-## Example:
-## keystring = art
-## keystring = sanity
-#############################################################################
-[Keywords]
-keystring =
-
-#############################################################################
-## 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
-#############################################################################
-[WorkUnits]
-unit1 =
-
-#############################################################################
-## Section: [ATFRoot]
-## rootdir = absolute path of the directory where Automation Framework
-## is Installed
-## Example:
-## rootdir = /ATF
-## rootdir = /home/qa/ATF
-#############################################################################
-[ATFRoot]
-rootdir =
-
-#############################################################################
-## 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: [GlobalParam]
-## filename = Absolute path of the global Parameter File.
-## GlobalParam file contains information about the TestEnvironment.
-## Example:
-## filename = /ATF/GlobalParam.cfg
-## filename = /home/qa/ATF/GlobalParam.cfg
-#############################################################################
-[GlobalParam]
-filename =
-
-
-
-
-
-