Osmocom GSM Tester, jenkins integrated GSM hardware testing https://osmocom.org/projects/osmo-gsm-tester
Go to file
Neels Hofmeyr 4d688c2faf fix multi-suite runs: implement modem cleanup
After a suite was done, the modem object would linger. If two suites were run
consecutively, the first suite's modem objects would still log incoming SMS.

Add an object cleanup mechanism in the SuiteRun class. Start by adding a
cleanup() to the Modem object and subscribing created modems there.

Move the modem_obj() function into SuiteRun, there is no use of it being
separate, and it makes for better logging.

Change-Id: I0048d33e661d683a263c98128cd5c38b8d897dab
2017-05-29 04:32:13 +02:00
contrib contrib/jenkins: cosmetic: add some spacing in log output 2017-05-28 22:26:23 +00:00
doc MSC+BSC: add test api to run OsmoMSC and OsmoBSC with AoIP 2017-05-29 00:19:45 +02:00
example default-suites.conf: run aoip 2017-05-29 00:19:46 +02:00
install initial import 2017-03-28 12:37:17 +02:00
selftest config: nitb template: move ip_address to nitb.ip_address 2017-05-29 00:18:43 +02:00
src fix multi-suite runs: implement modem cleanup 2017-05-29 04:32:13 +02:00
suites MSC+BSC: add separate suites for AoIP: aoip_sms, aoip_debug 2017-05-29 00:19:46 +02:00
.gitignore Add JUnit XML reports; refactor test reporting 2017-05-19 14:22:39 +02:00
Makefile core implementation 2017-04-08 15:43:19 +02:00
check_dependencies.py core implementation 2017-04-08 15:43:19 +02:00
update_version.sh initial import 2017-03-28 12:37:17 +02:00