osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40772?usp=email )
Change subject: s1gw/testenv: adjust to use new launcher script ......................................................................
s1gw/testenv: adjust to use new launcher script
osmo-s1gw now gets started through a launcher script.
Depends: osmo-s1gw I5681ca103daf1c497218b4513b0ca97b1aae03d3 Change-Id: Ief1579154bf46b9bc2551535ede3e1f14456d65d --- M s1gw/testenv.cfg 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/72/40772/1
diff --git a/s1gw/testenv.cfg b/s1gw/testenv.cfg index 2d04162..d33acca 100644 --- a/s1gw/testenv.cfg +++ b/s1gw/testenv.cfg @@ -4,7 +4,9 @@ config=S1GW_Tests.cfg
[s1gw] -program=ERL_FLAGS="-config osmo-s1gw.config" osmo-s1gw +program=osmo-s1gw -c osmo-s1gw.config make=osmo-s1gw package=osmo-s1gw copy=osmo-s1gw.config +# Remove *_latest after osmo-s1gw >= 0.3.x is released +program_latest=ERL_FLAGS="-config osmo-s1gw.config" osmo-s1gw