blob: 76567f288ef1db0227b2e96c1f3561053404f553 [file] [log] [blame]
Neels Hofmeyr0cb45222017-05-04 16:06:55 +02001This a real gsm test suite configured and ready to use.
2The only thing missing is a trial dir containing binaries.
3
4You can point osmo-gsm-tester.py at this config using the OSMO_GSM_TESTER_CONF
5environment variable:
6
7 export OSMO_GSM_TESTER_CONF="$PWD"
8
9When there is no OSMO_GSM_TESTER_CONF set, osmo-gsm-tester will instead look
10for conf files in several locations like ~/.config/osmo-gsm-tester,
11/usr/local/etc/osmo-gsm-tester, /etc/osmo-gsm-tester.
12
13If you have your trial with binary tar archives in ~/my_trial
14you can run the suite for example like this:
15
16 osmo-gsm-tester.py ~/my_trial
17
18Specifically, from this dir:
19
20 OSMO_GSM_TESTER_CONF="$PWD" ../src/osmo-gsm-tester.py ~/my_trial
21
22Alternatively you can setup this example as permanent config using something
23like:
24
25 mkdir -p ~/.config
26 ln -s "$PWD" ~/.config/osmo-gsm-tester
27
28A ./state dir will be created to store the current osmo-gsm-tester state. If
29you prefer not to write to $PWD, set up an own configuration pointing at a
30different path (see paths.conf: 'state_dir').