osmo-gsm-tester/sysmocom
Pau Espin 6c6c0e8599 Cmdline arg -c sets main configuration file (old paths.conf) instead of dir containing it
It has been notified that current configuration system is difficult to
understand and to use, so it has been envisioned to refactor it a bit.
The idea is that the user passes a -c path/to/main.conf file, which in
turn contains whatever osmo-gsm-tester main settings supports (basically
what old paths.conf used to be, plus some files harcoded to the same -c
directory are now configurable through the main configuration file).

Change-Id: Ieca65b71b543c44cfcec8e83efd0fe053c432e55
2020-05-12 14:07:29 +02:00
..
scenarios suites: 4g: Parametrize handover.py test 2020-05-07 15:06:01 +00:00
suites suites/gprs: Catch unexpected iperf3 result content and print it 2020-05-11 11:29:46 +02:00
ttcn3 Cmdline arg -c sets main configuration file (old paths.conf) instead of dir containing it 2020-05-12 14:07:29 +02:00
README.md Cmdline arg -c sets main configuration file (old paths.conf) instead of dir containing it 2020-05-12 14:07:29 +02:00
default-suites.conf Move example/ and ttcn3/ to sysmocom/ and sysmocom/ttcn3 2020-04-10 19:00:14 +02:00
defaults.conf enb: add rf_port to cell list param 2020-05-06 20:21:18 +00:00
main.conf Cmdline arg -c sets main configuration file (old paths.conf) instead of dir containing it 2020-05-12 14:07:29 +02:00
resources.conf.prod Move example/ and ttcn3/ to sysmocom/ and sysmocom/ttcn3 2020-04-10 19:00:14 +02:00
resources.conf.rnd Move example/ and ttcn3/ to sysmocom/ and sysmocom/ttcn3 2020-04-10 19:00:14 +02:00
resources.conf.virtual Move example/ and ttcn3/ to sysmocom/ and sysmocom/ttcn3 2020-04-10 19:00:14 +02:00

README.md

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

You can point osmo-gsm-tester.py at this config using the '-c $DIR/main.conf' command line argument, where DIR is the directory path where this README file resides.

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

osmo-gsm-tester.py -c $DIR/main.conf ~/my_trial

Alternatively you can setup this example as default config for your user by doing something like:

mkdir -p ~/.config
ln -s "$DIR" ~/.config/osmo-gsm-tester

A ./state dir will be created to store the current osmo-gsm-tester state. If you prefer not to write to $DIR, set up an own configuration pointing at a different path (see main.conf: 'state_dir').