From dfdb7033c3192ecfe42b113126907cbb68e9c704 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 2 Nov 2017 17:50:08 +0100 Subject: [PATCH] OsmoGSMTester: Add suites_dir section Change-Id: Ie25fd742f484981f5e5b25397c2637eda38f0424 --- doc/manuals/chapters/config.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/manuals/chapters/config.adoc b/doc/manuals/chapters/config.adoc index a56c4adf..def9843f 100644 --- a/doc/manuals/chapters/config.adoc +++ b/doc/manuals/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'