Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37270?usp=email )
Change subject: ttcn3-s1gw-test: fix using unassigned addr for osmo-s1gw ......................................................................
Patch Set 2: Code-Review+1
(2 comments)
File ttcn3-s1gw-test/jenkins.sh:
https://gerrit.osmocom.org/c/docker-playground/+/37270/comment/e6fb16f4_11e4... PS2, Line 28: -e "ERL_FLAGS=-config /data/osmo-s1gw.config" \ You can probably simply move this inside the s1gw.sh since you only need it really to run the erlang eunit, but ok.
File ttcn3-s1gw-test/s1gw.sh:
https://gerrit.osmocom.org/c/docker-playground/+/37270/comment/1707fd51_a43e... PS2, Line 8: su build -c "/tmp/osmo-s1gw/_build/default/bin/osmo-s1gw" is the env inherited here when running through su?