OsmoGSMTester: Improve Resource Resolution section content

Change-Id: Ice37093dc9f8e03a2a9f5e3f7df79d1b589b6991
This commit is contained in:
Pau Espin 2017-11-02 14:19:32 +01:00 committed by Harald Welte
parent 80f4380d91
commit 48092ec2a8
1 changed files with 2 additions and 2 deletions

View File

@ -202,12 +202,12 @@ wait(ms_mt.sms_was_received, sms)
=== Resource Resolution
- A global configuration defines which hardware is connected to the
- A global configuration 'resources.conf' defines which hardware is connected to the
osmo-gsm-tester main unit.
- Each suite contains a number of test scripts. The amount of resources a test
may use is defined by the test suite's 'suite.conf'.
- Which specific modems, BTS models, NITB IP addresses etc. are made available
to a test run is typically determined by a combination of scenario
to a test run is typically determined by 'suite.conf' and a combination of scenario
configurations -- or picked automatically if not.
[[resources_conf_example]]