Change in docker-playground[master]: ttcn3-stp: Configure M3UA setup to use IPv6 together with IPv4

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

pespin gerrit-no-reply at lists.osmocom.org
Fri Aug 21 15:58:46 UTC 2020


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


Change subject: ttcn3-stp: Configure M3UA setup to use IPv6 together with IPv4
......................................................................

ttcn3-stp: Configure M3UA setup to use IPv6 together with IPv4

Depends: libosmo-sccp.git Change-Id I09226a5cecc37dd4676acd61c2051befe5234cb3
Depends: osmo-ttcn3-hacks.git Change-Id Ib1925ed1df5cea3fa66f28b5625532d454a2c338
Change-Id: Id6e197cc3ba71e36f29ceec44742b7452a47b36b
---
M ttcn3-stp-test/STP_Tests.cfg
M ttcn3-stp-test/jenkins.sh
M ttcn3-stp-test/osmo-stp.cfg
3 files changed, 22 insertions(+), 7 deletions(-)



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

diff --git a/ttcn3-stp-test/STP_Tests.cfg b/ttcn3-stp-test/STP_Tests.cfg
index ec95058..8b5ecd1 100644
--- a/ttcn3-stp-test/STP_Tests.cfg
+++ b/ttcn3-stp-test/STP_Tests.cfg
@@ -9,14 +9,19 @@
 *.VTY.CTRL_HOSTNAME := "172.18.19.200"
 
 [MODULE_PARAMETERS]
-STP_Tests_Common.mp_stp_ip := "172.18.19.200";
-STP_Tests_Common.mp_local_ip := "172.18.19.203";
+STP_Tests_IPA.mp_stp_ipa_ip := "172.18.19.200";
+STP_Tests_M3UA.mp_stp_m3ua_ip4 := "172.18.19.200";
+STP_Tests_M3UA.mp_stp_m3ua_ip6 := "fd02:db8:19::203";
+STP_Tests_IPA.mp_local_ipa_ip := "172.18.19.203";
+STP_Tests_M3UA.mp_local_m3ua_ip4 := "172.18.19.203";
+STP_Tests_M3UA.mp_local_m3ua_ip6 := "fd02:db8:19::203";
 
 
 
 [MAIN_CONTROLLER]
 
 [EXECUTE]
-STP_Tests_M3UA.control
-STP_Tests_IPA.control
-STP_Tests.control
+#STP_Tests_M3UA.control
+STP_Tests_M3UA.TC_asp_act
+#STP_Tests_IPA.control
+#STP_Tests.control
diff --git a/ttcn3-stp-test/jenkins.sh b/ttcn3-stp-test/jenkins.sh
index 6b6a2de..c09d5c2 100755
--- a/ttcn3-stp-test/jenkins.sh
+++ b/ttcn3-stp-test/jenkins.sh
@@ -16,7 +16,7 @@
 
 echo Starting container with STP
 docker run	--rm \
-		--network $NET_NAME --ip 172.18.19.200 \
+		--network $NET_NAME --ip 172.18.19.200 --ip6 fd02:db8:19::200 \
 		--ulimit core=-1 \
 		-v $VOL_BASE_DIR/stp:/data \
 		--name ${BUILD_TAG}-stp -d \
@@ -25,7 +25,7 @@
 
 echo Starting container with STP testsuite
 docker run	--rm \
-		--network $NET_NAME --ip 172.18.19.203 \
+		--network $NET_NAME --ip 172.18.19.203 --ip6 fd02:db8:19::203 \
 		--ulimit core=-1 \
 		-e "TTCN3_PCAP_PATH=/data" \
 		-v $VOL_BASE_DIR/stp-tester:/data \
diff --git a/ttcn3-stp-test/osmo-stp.cfg b/ttcn3-stp-test/osmo-stp.cfg
index 20fb298..9e4447c 100644
--- a/ttcn3-stp-test/osmo-stp.cfg
+++ b/ttcn3-stp-test/osmo-stp.cfg
@@ -26,16 +26,24 @@
 !
  asp asp-sender 9999 2905 m3ua
   local-ip 172.18.19.200
+  local-ip fd02:db8:19::200
   remote-ip 172.18.19.203
+  remote-ip fd02:db8:19::203
  asp asp-receiver0 10000 2905 m3ua
   local-ip 172.18.19.200
+  local-ip fd02:db8:19::200
   remote-ip 172.18.19.203
+  remote-ip fd02:db8:19::203
  asp asp-receiver1 10001 2905 m3ua
   local-ip 172.18.19.200
+  local-ip fd02:db8:19::200
   remote-ip 172.18.19.203
+  remote-ip fd02:db8:19::203
  asp asp-client0 10002 2906 m3ua
   local-ip 172.18.19.200
+  local-ip fd02:db8:19::200
   remote-ip 172.18.19.203
+  remote-ip fd02:db8:19::203
   sctp-role client
   role asp
  as as-sender m3ua
@@ -109,6 +117,8 @@
 !SERVERS:
 !
  listen m3ua 2905
+  local-ip 172.18.19.200
+  local-ip fd02:db8:19::200
   accept-asp-connections dynamic-permitted
  listen ipa 5000
   accept-asp-connections dynamic-permitted

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id6e197cc3ba71e36f29ceec44742b7452a47b36b
Gerrit-Change-Number: 19771
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200821/760f8754/attachment.htm>


More information about the gerrit-log mailing list