Change in docker-playground[master]: ttcn3-gbproxy-test: Fix pcap capture with dumpcap

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/.

daniel gerrit-no-reply at lists.osmocom.org
Fri Jan 8 00:17:00 UTC 2021


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


Change subject: ttcn3-gbproxy-test: Fix pcap capture with dumpcap
......................................................................

ttcn3-gbproxy-test: Fix pcap capture with dumpcap

In commit 2279aac6 dumpcap is used to capture pcaps, but dumpcap fails
if the directory isn't writable for everyone.
Commit 62ac27779 only fixed this issue for frame relay, this simply
mirrors the change for ttcn3-gbproxy-test

Change-Id: I11dcf9efd0b06544a82e31dec03fe76e182fd0d3
Related: OS#4518 SYS#5115
---
M ttcn3-gbproxy-test/jenkins.sh
1 file changed, 3 insertions(+), 0 deletions(-)



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

diff --git a/ttcn3-gbproxy-test/jenkins.sh b/ttcn3-gbproxy-test/jenkins.sh
index acc7350..d047e56 100755
--- a/ttcn3-gbproxy-test/jenkins.sh
+++ b/ttcn3-gbproxy-test/jenkins.sh
@@ -10,6 +10,9 @@
 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/sgsn

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I11dcf9efd0b06544a82e31dec03fe76e182fd0d3
Gerrit-Change-Number: 22047
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210108/f5d531eb/attachment.htm>


More information about the gerrit-log mailing list