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 <lafo...@osmocom.org>
Gerrit-MessageType: newchange

Reply via email to