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
This commit is contained in:
Pau Espin 2020-09-15 16:04:55 +02:00 committed by laforge
parent f28aa95173
commit be98438d94
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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