[PATCH] osmo-gsm-tester[master]: move /example/suites to /suites

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu May 4 14:43:01 UTC 2017


Review at  https://gerrit.osmocom.org/2478

move /example/suites to /suites

/suites will be the definitive GSM tests collection where everyone should contribute.

Since we're using /example on our current osmo-gsm-tester setup actually as-is,
change paths.conf to point at ../suites.

Change-Id: I7a4d0161d3dcb3a0c723b0b96db85dd032cc2159
---
M example/paths.conf
R suites/sms/mo_mt_sms.py
R suites/sms/suite.conf
3 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/78/2478/1

diff --git a/example/paths.conf b/example/paths.conf
index bb7316c..3458a1d 100644
--- a/example/paths.conf
+++ b/example/paths.conf
@@ -1,3 +1,3 @@
 state_dir: './state'
-suites_dir: './suites'
+suites_dir: '../suites'
 scenarios_dir: './scenarios'
diff --git a/example/suites/sms/mo_mt_sms.py b/suites/sms/mo_mt_sms.py
similarity index 100%
rename from example/suites/sms/mo_mt_sms.py
rename to suites/sms/mo_mt_sms.py
diff --git a/example/suites/sms/suite.conf b/suites/sms/suite.conf
similarity index 100%
rename from example/suites/sms/suite.conf
rename to suites/sms/suite.conf

-- 
To view, visit https://gerrit.osmocom.org/2478
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a4d0161d3dcb3a0c723b0b96db85dd032cc2159
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list