Change in docker-playground[master]: ttcn3-stp-test: Add mp_stp_has_asp_quirk:=false for latest

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/.

laforge gerrit-no-reply at lists.osmocom.org
Thu May 13 20:41:05 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/24233 )

Change subject: ttcn3-stp-test: Add mp_stp_has_asp_quirk:=false for latest
......................................................................

ttcn3-stp-test: Add mp_stp_has_asp_quirk:=false for latest

Change-Id: Ib9a07a96f1adf871150e63eaf49a7e18c57d067e
---
M ttcn3-stp-test/STP_Tests.cfg
M ttcn3-stp-test/jenkins.sh
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-stp-test/STP_Tests.cfg b/ttcn3-stp-test/STP_Tests.cfg
index 5a95e9a..edc07ed 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;
 
 
 [MAIN_CONTROLLER]
diff --git a/ttcn3-stp-test/jenkins.sh b/ttcn3-stp-test/jenkins.sh
index db2ffdd..9d8dc8c 100755
--- a/ttcn3-stp-test/jenkins.sh
+++ b/ttcn3-stp-test/jenkins.sh
@@ -15,6 +15,11 @@
 mkdir $VOL_BASE_DIR/stp
 cp osmo-stp.cfg $VOL_BASE_DIR/stp/
 
+# Disable until osmo-stp release > 1.4.0
+if [ "$IMAGE_SUFFIX" = "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
+fi
+
 SUBNET=19
 network_create $SUBNET
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib9a07a96f1adf871150e63eaf49a7e18c57d067e
Gerrit-Change-Number: 24233
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210513/af288b9d/attachment.htm>


More information about the gerrit-log mailing list