Change in docker-playground[master]: ttcn3-gbproxy-test: s/sgsn/gbproxy/

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
Mon Jan 25 12:48:06 UTC 2021


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

Change subject: ttcn3-gbproxy-test: s/sgsn/gbproxy/
......................................................................

ttcn3-gbproxy-test: s/sgsn/gbproxy/

the jenkins.sh script was copied from the SGSN test suite and still
mentioned sgsn at several places when actually intending to mention
gbproxy.

Change-Id: I8709121d8501da4afc1c8dda70356096d331a9b0
---
M ttcn3-gbproxy-test/jenkins.sh
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified
  pespin: Looks good to me, but someone else must approve



diff --git a/ttcn3-gbproxy-test/jenkins.sh b/ttcn3-gbproxy-test/jenkins.sh
index 8150430..2120f90 100755
--- a/ttcn3-gbproxy-test/jenkins.sh
+++ b/ttcn3-gbproxy-test/jenkins.sh
@@ -15,8 +15,8 @@
 
 cp GBProxy_Tests.cfg $VOL_BASE_DIR/gbproxy-tester/
 
-mkdir $VOL_BASE_DIR/sgsn
-cp osmo-gbproxy.cfg $VOL_BASE_DIR/sgsn/
+mkdir $VOL_BASE_DIR/gbproxy
+cp osmo-gbproxy.cfg $VOL_BASE_DIR/gbproxy/
 
 # Disable features not in latest yet
 if [ "$IMAGE_SUFFIX" = "latest" ]; then
@@ -25,17 +25,17 @@
 
 mkdir $VOL_BASE_DIR/unix
 
-echo Starting container with SGSN
+echo Starting container with gbproxy
 docker run	--rm \
 		$(docker_network_params $SUBNET 10) \
 		--ulimit core=-1 \
-		-v $VOL_BASE_DIR/sgsn:/data \
-		--name ${BUILD_TAG}-sgsn -d \
+		-v $VOL_BASE_DIR/gbproxy:/data \
+		--name ${BUILD_TAG}-gbproxy -d \
 		$DOCKER_ARGS \
 		$REPO_USER/osmo-sgsn-$IMAGE_SUFFIX \
 		/bin/sh -c "osmo-gbproxy -c /data/osmo-gbproxy.cfg >/data/osmo-gbproxy.log 2>&1"
 
-echo Starting container with SGSN testsuite
+echo Starting container with gbproxy testsuite
 docker run	--rm \
 		$(docker_network_params $SUBNET 103) \
 		--ulimit core=-1 \
@@ -57,7 +57,7 @@
 		$REPO_USER/ttcn3-gbproxy-test
 
 echo Stopping containers
-docker container kill ${BUILD_TAG}-sgsn
+docker container kill ${BUILD_TAG}-gbproxy
 
 network_remove
 collect_logs

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8709121d8501da4afc1c8dda70356096d331a9b0
Gerrit-Change-Number: 22366
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210125/01604208/attachment.htm>


More information about the gerrit-log mailing list