aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-15 16:04:55 +0200
committerlaforge <laforge@osmocom.org>2020-09-15 20:54:02 +0000
commitbe98438d941622ac1250e582f3405bde1fe2612a (patch)
treec7f3df3110b1696d5d46eb7cbb296bddea4c7f8f /ttcn3-msc-test
parentf28aa95173471cc7c4c9463cb919e3ded4d35a9f (diff)
ttcn3-msc: Update module params against new osmo-ttcn3-hacks.git
module param mp_enable_osmux_test is dropped in osmo-ttcn3-hacks.git I8bc0551ec91a5fd8ea2f291a1e16a06a739c7a75. module param mp_enable_crashing_tests is introduced in osmo-ttcn3-hacks.git I46f1066323e19dfe708402a8c9c68e257f62751c. Change-Id: I22bb43ba6d15eabcc731a2c3ef7aabc4f250d508
Diffstat (limited to 'ttcn3-msc-test')
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg2
-rwxr-xr-xttcn3-msc-test/jenkins.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index 833e761..27cd437 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -51,7 +51,7 @@ MSC_Tests.mp_msc_ip := "172.18.20.10";
# local (emulation) side)
MSC_Tests.mp_hlr_ip := "172.18.20.103";
MSC_Tests.mp_mgw_ip := "172.18.20.103";
-MSC_Tests.mp_enable_osmux_test := true;
+MSC_Tests.mp_enable_crashing_tests := true;
MSC_Tests.mp_enable_cell_id_test := true;
BSC_ConnectionHandler.mp_expect_common_id := true;
diff --git a/ttcn3-msc-test/jenkins.sh b/ttcn3-msc-test/jenkins.sh
index 5e1642e..4fb0dd0 100755
--- a/ttcn3-msc-test/jenkins.sh
+++ b/ttcn3-msc-test/jenkins.sh
@@ -20,6 +20,8 @@ if [ "$IMAGE_SUFFIX" = "latest" ]; then
"$VOL_BASE_DIR/msc-tester/MSC_Tests.cfg"
sed "s/BSC_ConnectionHandler.mp_expect_common_id := true/BSC_ConnectionHandler.mp_expect_common_id := false/" -i \
"$VOL_BASE_DIR/msc-tester/MSC_Tests.cfg"
+ sed "s/MSC_Tests.mp_enable_crashing_tests := true/MSC_Tests.mp_enable_crashing_tests := false/" -i \
+ "$VOL_BASE_DIR/msc-tester/MSC_Tests.cfg"
fi
mkdir $VOL_BASE_DIR/stp