aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-11-02 17:50:08 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-29 11:54:40 +0000
commit808db8625ac2f145dec47af11220fe79fd4e6bcb (patch)
treef09aaa8dd17e537e396daf1a3d24a4066e84aa06
parente357194c2efd696146c77bc6b6e311064d5c470d (diff)
OsmoGSMTester: Add suites_dir section
-rw-r--r--OsmoGSMTester/chapters/config.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/OsmoGSMTester/chapters/config.adoc b/OsmoGSMTester/chapters/config.adoc
index a56c4ad..def9843 100644
--- a/OsmoGSMTester/chapters/config.adoc
+++ b/OsmoGSMTester/chapters/config.adoc
@@ -58,6 +58,16 @@ If you would like to set up several separate configurations (not typical), note
that the 'state_dir' is used to reserve resources, which only works when all
configurations that share resources also use the same 'state_dir'.
+[[suites_dir]]
+==== 'suites_dir'
+
+Suites contain a set of tests which are designed to be run together to test a
+set of features given a specific set of resources. As a result, resources are
+allocated per suite and not per test.
+
+Tests for a given suite are located in the form of '.py' python scripts in the
+same directory where the 'suite.conf' lays.
+
[[scenarios_dir]]
==== 'scenarios_dir'