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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: skip tests that need PCU socket access<br><br>Some tests need direct access to the pcu socket, however, when working<br>with hardware bts this socket is not always available. The tests that<br>depend on the pcu socket are then skipped by the testsuite.<br><br>The following tests are not automatically excluded, but require direct<br>PCU access. Lets exclude them as well:<br><br>- TC_dyn_osmo_pdch_act_deact<br>- TC_dyn_osmo_pdch_double_act<br>- TC_dyn_ipa_pdch_act_deact<br>- TC_dyn_ipa_pdch_act_tchf_act_nack<br><br>Change-Id: I735b85d2ff3f541ebf0a558735d6172d69e7c29f<br>Related: OS#3863<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 5 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index 3683306..7fa1af6 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -6465,19 +6465,20 @@</span><br><span>             execute( TC_pcu_socket_connect_si3gprs() );</span><br><span>          execute( TC_pcu_socket_disconnect_nosi3gprs() );</span><br><span>             execute( TC_pcu_socket_verify_info_ind() );</span><br><span style="color: hsl(120, 100%, 40%);">+           execute( TC_dyn_osmo_pdch_act_deact() );</span><br><span style="color: hsl(120, 100%, 40%);">+              execute( TC_dyn_osmo_pdch_double_act() );</span><br><span style="color: hsl(120, 100%, 40%);">+             execute( TC_dyn_ipa_pdch_act_deact() );</span><br><span style="color: hsl(120, 100%, 40%);">+               execute( TC_dyn_ipa_pdch_act_tchf_act_nack() );</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>    } else {</span><br><span>             log("PCU socket path not available, skipping PCU tests");</span><br><span>  }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   execute( TC_dyn_osmo_pdch_act_deact() );</span><br><span>     execute( TC_dyn_osmo_pdch_unsol_deact() );</span><br><span style="color: hsl(0, 100%, 40%);">-      execute( TC_dyn_osmo_pdch_double_act() );</span><br><span>    execute( TC_dyn_osmo_pdch_tchf_act() );</span><br><span>      execute( TC_dyn_osmo_pdch_tchh_act() );</span><br><span style="color: hsl(0, 100%, 40%);">- execute( TC_dyn_ipa_pdch_act_deact() );</span><br><span>      execute( TC_dyn_ipa_pdch_tchf_act() );</span><br><span>       execute( TC_dyn_ipa_pdch_tchf_act_pdch_act_nack() );</span><br><span style="color: hsl(0, 100%, 40%);">-    execute( TC_dyn_ipa_pdch_act_tchf_act_nack() );</span><br><span> </span><br><span>  execute( TC_rll_est_ind() );</span><br><span>         execute( TC_rll_est_req_DCCH_3() );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/13748">change 13748</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/osmo-ttcn3-hacks/+/13748"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I735b85d2ff3f541ebf0a558735d6172d69e7c29f </div>
<div style="display:none"> Gerrit-Change-Number: 13748 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </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>