Move suites/ dir inside example/

example/paths.conf and documentation are updated accordingly.

Test suites should have been moved a long time ago, since the they are
user or setup-specific based on what needs to be tested.

Change-Id: I154b19979b545deba8b232b60172903f63fd9e28
This commit is contained in:
Pau Espin 2020-04-07 16:40:41 +02:00 committed by pespin
parent 29b7132eb8
commit 69488f6d8a
57 changed files with 3 additions and 3 deletions

View File

@ -566,7 +566,7 @@ in 'osmo-gsm-tester.git' itself:
- <<paths_conf,paths.conf>>: Available Available under 'example/', with its paths
already configured to take required bits from inside the git repository.
- <<suite_dir,suites_dir>>: Available under 'suites/'
- <<suite_dir,suites_dir>>: Available under 'example/suites/'
- <<scenarios_dir,scenarios_dir>>: Available under 'example/scenarios/'
- <<resource_conf,resources.conf>>: Available under 'example/' as
'resources.conf.prod' for Production setup and as 'resources.conf.rnd' for the

View File

@ -642,7 +642,7 @@ adjust your own configuration as needed. For example:
----
cd /etc
cp -R /usr/local/src/osmo-gsm-tester/example osmo-gsm-tester
sed -i 's#\.\./suites#/usr/local/src/osmo-gsm-tester/suites#' osmo-gsm-tester/paths.conf
sed -i 's#\./suites#/usr/local/src/osmo-gsm-tester/suites#' osmo-gsm-tester/paths.conf
----
NOTE: The configuration will be looked up in various places, see

View File

@ -1,3 +1,3 @@
state_dir: '/var/tmp/osmo-gsm-tester/state'
suites_dir: '../suites'
suites_dir: './suites'
scenarios_dir: './scenarios'