osmo-gsm-tester/selftest/real_suite
Neels Hofmeyr 05837ad0de rename default.conf to defaults.conf
Change-Id: I0928ed306b0ca9b173dac092c77a9c6986714803
2017-04-14 04:18:06 +02:00
..
scenarios fix octphy, fix conf, improve logging 2017-04-13 03:39:07 +02:00
suites/sms trying to get sysmobts to work and various details 2017-04-10 05:09:23 +02:00
README.txt core implementation 2017-04-08 15:43:19 +02:00
default-suites.conf octphy (untested); fix regression test expectations 2017-04-12 03:13:03 +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 fix octphy, fix conf, improve logging 2017-04-13 03:39:07 +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