Change in docker-playground[master]: bsc: Store osmo-bts-omldummy logs out of docker container

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
Thu Jun 25 11:43:05 UTC 2020


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


Change subject: bsc: Store osmo-bts-omldummy logs out of docker container
......................................................................

bsc: Store osmo-bts-omldummy logs out of docker container

Change-Id: I0c02c4a9311122c3fe8ca877e02043f697723281
---
M ttcn3-bsc-test/jenkins.sh
1 file changed, 3 insertions(+), 0 deletions(-)



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

diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 7f84151..11b9d2a 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -17,6 +17,8 @@
 mkdir $VOL_BASE_DIR/bsc
 cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/
 
+mkdir $VOL_BASE_DIR/bts-omldummy
+
 # Disable MSC pooling features until osmo-bsc.git release > 1.6.0 is available
 if [ "$IMAGE_SUFFIX" = "latest" ]; then
 	cp pre-mscpool-osmo-bsc.cfg $VOL_BASE_DIR/bsc/osmo-bsc.cfg
@@ -48,6 +50,7 @@
 	docker run	--rm \
 			--network $NET_NAME --ip 172.18.2.10$i \
 			--ulimit core=-1 \
+			-v $VOL_BASE_DIR/bts-omldummy:/data \
 			--name ${BUILD_TAG}-bts$i -d \
 			$DOCKER_ARGS \
 			$REPO_USER/osmo-bts-$IMAGE_SUFFIX \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0c02c4a9311122c3fe8ca877e02043f697723281
Gerrit-Change-Number: 19005
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/20200625/1996608e/attachment.htm>


More information about the gerrit-log mailing list