blob: f18840a084a0c17798804d7a17ff3a595407306a [file] [log] [blame]
Neels Hofmeyr3531a192017-03-28 14:30:28 +02001This a real gsm test suite configured and ready to use.
2The only thing missing is a trial dir containing binaries.
3
4If you have your trial with binary tar archives in ~/my_trial
5you can run the suite for example like this:
6
7 . ./env # point your environment at all the right places
8 run_once.py ~/my_trial -s sms:trx
9
10This combines the suites/sms test suite with the scenarios/trx choice of
11osmo-bts-trx and runs all tests in the 'sms' suite.
12
13A ./state dir will be created to store the current osmo-gsm-tester state. If
14you prefer not to write to this dir, set up an own configuration pointing at a
15different path (see paths.conf: 'state_dir' and the env file). When there is
16no OSMO_GSM_TESTER_CONF set (from ./env), osmo-gsm-tester will instead look for
17conf files in several locations like ~/.config/osmo-gsm-tester,
18/usr/local/etc/osmo-gsm-tester, /etc/osmo-gsm-tester