Change in docker-playground[master]: gbproxy-test-fr: Avoid dumpcap failing to write to /data

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
Fri Dec 11 17:12:04 UTC 2020


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


Change subject: gbproxy-test-fr: Avoid dumpcap failing to write to /data
......................................................................

gbproxy-test-fr: Avoid dumpcap failing to write to /data

Change-Id: I73dbdb4d85342e5fccd5ea4d9927f3244293d718
---
M ttcn3-gbproxy-test-fr/jenkins.sh
1 file changed, 2 insertions(+), 0 deletions(-)



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

diff --git a/ttcn3-gbproxy-test-fr/jenkins.sh b/ttcn3-gbproxy-test-fr/jenkins.sh
index 0c2ec43..7038810 100755
--- a/ttcn3-gbproxy-test-fr/jenkins.sh
+++ b/ttcn3-gbproxy-test-fr/jenkins.sh
@@ -24,6 +24,8 @@
 network_create $SUBNET
 
 mkdir $VOL_BASE_DIR/gbproxy-tester
+# if we don't change permissiosn, dumpcap fails to write (despite starting it as root!)
+chmod a+w $VOL_BASE_DIR/gbproxy-tester
 cp GBProxy_Tests.cfg $VOL_BASE_DIR/gbproxy-tester/
 
 mkdir $VOL_BASE_DIR/gbproxy

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I73dbdb4d85342e5fccd5ea4d9927f3244293d718
Gerrit-Change-Number: 21679
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201211/c80ddb10/attachment.htm>


More information about the gerrit-log mailing list