<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/22047">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-gbproxy-test: Fix pcap capture with dumpcap<br><br>In commit 2279aac6 dumpcap is used to capture pcaps, but dumpcap fails<br>if the directory isn't writable for everyone.<br>Commit 62ac27779 only fixed this issue for frame relay, this simply<br>mirrors the change for ttcn3-gbproxy-test<br><br>Change-Id: I11dcf9efd0b06544a82e31dec03fe76e182fd0d3<br>Related: OS#4518 SYS#5115<br>---<br>M ttcn3-gbproxy-test/jenkins.sh<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/47/22047/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-gbproxy-test/jenkins.sh b/ttcn3-gbproxy-test/jenkins.sh</span><br><span>index acc7350..d047e56 100755</span><br><span>--- a/ttcn3-gbproxy-test/jenkins.sh</span><br><span>+++ b/ttcn3-gbproxy-test/jenkins.sh</span><br><span>@@ -10,6 +10,9 @@</span><br><span> network_create $SUBNET</span><br><span> </span><br><span> mkdir $VOL_BASE_DIR/gbproxy-tester</span><br><span style="color: hsl(120, 100%, 40%);">+# if we don't change permissiosn, dumpcap fails to write (despite starting it as root!)</span><br><span style="color: hsl(120, 100%, 40%);">+chmod a+w $VOL_BASE_DIR/gbproxy-tester</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> cp GBProxy_Tests.cfg $VOL_BASE_DIR/gbproxy-tester/</span><br><span> </span><br><span> mkdir $VOL_BASE_DIR/sgsn</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/22047">change 22047</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/docker-playground/+/22047"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I11dcf9efd0b06544a82e31dec03fe76e182fd0d3 </div>
<div style="display:none"> Gerrit-Change-Number: 22047 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>