aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-stp-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-08-10 16:29:53 +0200
committerosmith <osmith@sysmocom.de>2021-08-16 09:34:20 +0000
commit476e38e4ef6be7d772b2ae73a6dc3a8e0464a0ab (patch)
tree84e6b3d781c7d202f218fd455ab695f331922804 /ttcn3-stp-test
parenta102bfef54d2dddf16c1042d265bf4e4bb332ae0 (diff)
ttcn3-stp-test: rename mp_stp_has_asp_quirk
Rename the option to mp_osmo_stp_newer_than_1_4_0, because I'm going to use the variable in an upcoming osmo-ttcn3-hacks.git patch for something unrelated to the asp quirk so we can avoid introducing another variable. Related: osmo-ttcn3-hacks I43b1aa2c029c88c88320d40f60df46a5eb6c4c24 Related: OS#4239 Change-Id: I6a32398242b53c827a94cf65e4a35900a7c4171a
Diffstat (limited to 'ttcn3-stp-test')
-rw-r--r--ttcn3-stp-test/STP_Tests.cfg2
-rwxr-xr-xttcn3-stp-test/jenkins.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ttcn3-stp-test/STP_Tests.cfg b/ttcn3-stp-test/STP_Tests.cfg
index edc07ed..f68726d 100644
--- a/ttcn3-stp-test/STP_Tests.cfg
+++ b/ttcn3-stp-test/STP_Tests.cfg
@@ -13,7 +13,7 @@ STP_Tests_IPA.mp_stp_ipa_ip := "172.18.19.200";
STP_Tests_M3UA.mp_stp_m3ua_ip := { "172.18.19.200", "fd02:db8:19::200" };
STP_Tests_IPA.mp_local_ipa_ip := "172.18.19.203";
STP_Tests_M3UA.mp_local_m3ua_ip := { "172.18.19.203", "fd02:db8:19::203" };
-STP_Tests_M3UA.mp_stp_has_asp_quirk := true;
+STP_Tests_M3UA.mp_osmo_stp_newer_than_1_4_0 := true;
[MAIN_CONTROLLER]
diff --git a/ttcn3-stp-test/jenkins.sh b/ttcn3-stp-test/jenkins.sh
index cecd07c..8cf65ce 100755
--- a/ttcn3-stp-test/jenkins.sh
+++ b/ttcn3-stp-test/jenkins.sh
@@ -17,7 +17,7 @@ cp osmo-stp.cfg $VOL_BASE_DIR/stp/
# Disable until osmo-stp release > 1.4.0
if image_suffix_is_latest; then
- sed -i "s/^STP_Tests_M3UA.mp_stp_has_asp_quirk.*/STP_Tests_M3UA.mp_stp_has_asp_quirk := false;/" $VOL_BASE_DIR/stp-tester/STP_Tests.cfg
+ sed -i "s/^STP_Tests_M3UA.mp_osmo_stp_newer_than_1_4_0.*/STP_Tests_M3UA.mp_osmo_stp_newer_than_1_4_0 := false;/" $VOL_BASE_DIR/stp-tester/STP_Tests.cfg
fi
SUBNET=19