Change in docker-playground[master]: ttcn3-bts: Fix trxcon docker volume dir created as root

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 Dec 9 15:28:18 UTC 2019


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

Change subject: ttcn3-bts: Fix trxcon docker volume dir created as root
......................................................................

ttcn3-bts: Fix trxcon docker volume dir created as root

If directory is not created beforehand by the user, docker (root) will
create the directory before binding it to the container.

Related: OS#4313
Fixes: a66f6ebb23716a157ea68d78d6f7b827581dc5ed
Change-Id: I3f02faef1aa5846c48a3776191c3862bac913d10
---
M ttcn3-bts-test/jenkins.sh
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index 4753383..325e564 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -101,6 +101,7 @@
 mkdir $VOL_BASE_DIR/unix
 
 mkdir $VOL_BASE_DIR/fake_trx
+mkdir $VOL_BASE_DIR/trxcon
 
 # 1) classic test suite with BSC for OML and trxcon+fake_trx
 start_bsc

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3f02faef1aa5846c48a3776191c3862bac913d10
Gerrit-Change-Number: 16524
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
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/20191209/21dfe718/attachment.htm>


More information about the gerrit-log mailing list