OsmoGSMTester: Add suites_dir section

Change-Id: Ie25fd742f484981f5e5b25397c2637eda38f0424
This commit is contained in:
Pau Espin 2017-11-02 17:50:08 +01:00 committed by Neels Hofmeyr
parent 6131f35c80
commit dfdb7033c3
1 changed files with 10 additions and 0 deletions

View File

@ -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'