Change in docker-playground[master]: ttcn3-stp-test: rename mp_stp_has_asp_quirk

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Aug 10 15:24:45 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/25186 )


Change subject: ttcn3-stp-test: rename mp_stp_has_asp_quirk
......................................................................

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
---
M ttcn3-stp-test/STP_Tests.cfg
M ttcn3-stp-test/jenkins.sh
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/86/25186/1

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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/25186
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6a32398242b53c827a94cf65e4a35900a7c4171a
Gerrit-Change-Number: 25186
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210810/ae9fcc88/attachment.htm>


More information about the gerrit-log mailing list