ttcn3-mgw: jenkins.sh Fix centos tests

The sed lines dropping the new configs must be applied to any non-master
run.

Fixes: e077fec684
Change-Id: I369bb61f3979bd9118fad17c3d202253411ba14b
This commit is contained in:
Pau Espin 2022-10-07 13:24:29 +02:00
parent e077fec684
commit 8bf8057668
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ write_mp_osmo_repo "$VOL_BASE_DIR/mgw-tester/MGCP_Test.cfg"
mkdir $VOL_BASE_DIR/mgw
cp osmo-mgw.cfg $VOL_BASE_DIR/mgw/
# Can be dropped once released osmo-mgw is >1.10.0:
if image_suffix_is_latest; then
if ! image_suffix_is_master; then
sed -i "/^ osmux bind-ip-v6 fd02:db8:4::180/d" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
fi