Change in docker-playground[master]: ttcn3-pcu-test-sns: use PCUIFv9 for 'latest' images

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

fixeria gerrit-no-reply at lists.osmocom.org
Tue Sep 22 06:36:30 UTC 2020


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

Change subject: ttcn3-pcu-test-sns: use PCUIFv9 for 'latest' images
......................................................................

ttcn3-pcu-test-sns: use PCUIFv9 for 'latest' images

Change-Id: Iae0136c453ad14114dae17e8b0e8b5ae2ef8e352
Related: I9350c4a54434c3d46ce9424f382ca0057e58d053
Related: SYS#4868, SYS#4915
---
M ttcn3-pcu-test/jenkins-sns.sh
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/ttcn3-pcu-test/jenkins-sns.sh b/ttcn3-pcu-test/jenkins-sns.sh
index 9428776..8930885 100755
--- a/ttcn3-pcu-test/jenkins-sns.sh
+++ b/ttcn3-pcu-test/jenkins-sns.sh
@@ -19,6 +19,13 @@
 
 mkdir $VOL_BASE_DIR/unix
 
+# TODO: revisit this section every time we tag a new release
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	# PCUIFv10 is not yet supported in the latest release
+	sed "/\[MODULE_PARAMETERS\]/ a PCUIF_Types.mp_pcuif_version := 9;" \
+		-i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
+fi
+
 echo Starting container with PCU
 docker run	--rm \
 		$(docker_network_params $SUBNET 101) \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iae0136c453ad14114dae17e8b0e8b5ae2ef8e352
Gerrit-Change-Number: 20241
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200922/6f076a41/attachment.htm>


More information about the gerrit-log mailing list