tree: 2259fd7c2dc84a4043cab4320e6ae98df3284373 [path history] [tgz]
  1. scenarios/
  2. suites/
  3. ttcn3/
  4. default-suites.conf
  5. defaults.conf
  6. handover-suites.conf
  7. main.conf
  8. README.md
  9. resources.conf.prod
  10. resources.conf.rnd
  11. resources.conf.virtual
sysmocom/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').