fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
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(-)

diff --git a/s1gw/testenv.cfg b/s1gw/testenv.cfg
index 2d04162..7456ec2 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 -r "$TESTENV_INSTALL_DIR"/usr/lib/osmo-s1gw
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

To view, visit change 40772. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ief1579154bf46b9bc2551535ede3e1f14456d65d
Gerrit-Change-Number: 40772
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>