<p>pespin <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/25407">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-pcu: use new Neighbor Address Resolution interface in master<br><br>Since current master, osmo-pcu and osmo-bsc support Address Neighbor<br>Resolution using new PCUIF over IPA multiplex, deprecating the old CTRL<br>interface used until now.<br><br>Since the old CTRL interface is not yet removed in order to avoid<br>breakage of old deployments (only marked as<br>deprecated and not used by default), let's keep support to run the<br>existing tests with the old interface to keep them being tested in<br>latest release, while instruction both osmo-pcu and TTCN3 PCU_Tests to<br>use the new interface in master.<br><br>Once we do a new osmo-pcu release, we can drop support for the old<br>interface in tests, and drop it completely from osmo-pcu over the<br>following next release.<br><br>Depends: osmo-ttcn3-hacks.git Change-Id I05f1aabc64fc5bc4740b0d8afd8990b485eacd50<br>Related: SYS#4971<br>Change-Id: I01d0604f294dc88dc32137c976f424655849d57e<br>---<br>M ttcn3-pcu-test/jenkins.sh<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh</span><br><span>index 6d6f975..0bbfb31 100755</span><br><span>--- a/ttcn3-pcu-test/jenkins.sh</span><br><span>+++ b/ttcn3-pcu-test/jenkins.sh</span><br><span>@@ -21,11 +21,17 @@</span><br><span>    cfg="$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"</span><br><span>       sed -i "s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind := false;/" "$cfg"</span><br><span>      sed -i "s/^PCU_Tests.mp_osmo_pcu_newer_than_0_9_0.*/PCU_Tests.mp_osmo_pcu_newer_than_0_9_0 := false;/" "$cfg"</span><br><span style="color: hsl(120, 100%, 40%);">+else</span><br><span style="color: hsl(120, 100%, 40%);">+       sed "/PCU_Tests.mp_ctrl_neigh_ip/d" -i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"</span><br><span> fi</span><br><span> </span><br><span> mkdir $VOL_BASE_DIR/pcu</span><br><span> mkdir $VOL_BASE_DIR/pcu/unix</span><br><span> cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/</span><br><span style="color: hsl(120, 100%, 40%);">+# Disable until osmo-pcu release > 0.9.0</span><br><span style="color: hsl(120, 100%, 40%);">+if image_suffix_is_master; then</span><br><span style="color: hsl(120, 100%, 40%);">+  sed "/neighbor resolution/d" -i "$VOL_BASE_DIR/pcu/osmo-pcu.cfg"</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span> </span><br><span> mkdir $VOL_BASE_DIR/unix</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/25407">change 25407</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/+/25407"/><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: I01d0604f294dc88dc32137c976f424655849d57e </div>
<div style="display:none"> Gerrit-Change-Number: 25407 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>