osmo-gsm-tester/selftest/real_suite
Neels Hofmeyr 863cb5678f cosmetic: rename to sms_was_received() 2017-05-02 16:27:59 +02:00
..
scenarios fix octphy, fix conf, improve logging 2017-04-13 03:39:07 +02:00
suites/sms cosmetic: rename to sms_was_received() 2017-05-02 16:27:59 +02:00
README.txt core implementation 2017-04-08 15:43:19 +02:00
default-suites.conf default-suites.conf: enable only sysmo for now 2017-05-02 14:42:35 +02:00
defaults.conf rename default.conf to defaults.conf 2017-04-14 04:18:06 +02:00
env core implementation 2017-04-08 15:43:19 +02:00
paths.conf core implementation 2017-04-08 15:43:19 +02:00
resources.conf resources.conf: configure sierra modems 2017-05-02 14:41:36 +02:00

README.txt

This a real gsm test suite configured and ready to use.
The only thing missing is a trial dir containing binaries.

If you have your trial with binary tar archives in ~/my_trial
you can run the suite for example like this:

    . ./env  # point your environment at all the right places
    run_once.py ~/my_trial -s sms:trx

This combines the suites/sms test suite with the scenarios/trx choice of
osmo-bts-trx and runs all tests in the 'sms' suite.

A ./state dir will be created to store the current osmo-gsm-tester state. If
you prefer not to write to this dir, set up an own configuration pointing at a
different path (see paths.conf: 'state_dir' and the env file).  When there is
no OSMO_GSM_TESTER_CONF set (from ./env), osmo-gsm-tester will instead look for
conf files in several locations like ~/.config/osmo-gsm-tester,
/usr/local/etc/osmo-gsm-tester, /etc/osmo-gsm-tester