ttcn3-mgw-test: Removing the e1 config options on latest

Fixes the test failure on ttcn3-mgw-test-latest

Change-Id: I3143ba905a77fabd1074dbd618c7ae48fa92a77a
This commit is contained in:
Daniel Willmann 2020-08-25 11:30:00 +02:00
parent a8521eb11a
commit 49fa190470
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ cp osmo-mgw.cfg $VOL_BASE_DIR/mgw/
network_create 4
# Disable e1 config options until osmo-mgw >= 1.8.0 release
if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed -i "s/e1_line.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
sed -i "s/e1_input.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
sed -i "s/line 0.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
fi
# start container with mgw in background
docker run --rm \
--network $NET_NAME --ip 172.18.4.180 \