aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-28 18:41:58 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-05-28 18:42:01 +0200
commit2cdab85e5f42c876a3024ca2154c67c21d1d78cc (patch)
tree9c2c09ed9ca6016be07da686d179b6a811bb0b9d /ttcn3-bsc-test/jenkins.sh
parent808801a9fae16481a74ea9f48069e2fe5cbf86c0 (diff)
bsc: Disable osmux for ttcn3-bsc-test-latest
Latest tagged version of osmo-bsc doesn't support "osmux on/off" VTY commands, so we have to enable osmux use on that version to avoid most TTCN3 tests failing during set up phase. Depends: osmo-ttcn3-hacks I61e4c59b2926f3f70cb6d0190a8683861e54179a Change-Id: I745b210f43cb147d323a15f78c294f70ee077729
Diffstat (limited to 'ttcn3-bsc-test/jenkins.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index af5c965..453fcf0 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -12,6 +12,10 @@ docker_images_require \
mkdir $VOL_BASE_DIR/bsc-tester
cp BSC_Tests.cfg $VOL_BASE_DIR/bsc-tester/
+# osmux must be disabled until release AFTER osmo-bsc 1.4.1 is tagged
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+ sed "s/BSC_Tests.mp_enable_osmux_test := true;/BSC_Tests.mp_enable_osmux_test := false;/g" -i $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
+fi
mkdir $VOL_BASE_DIR/stp
cp osmo-stp.cfg $VOL_BASE_DIR/stp/