<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13748">View Change</a></p><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 pci socket are then skipped by the testsuite.<br><br>However, the tests TC_dyn_ipa_pdch_act_deact and<br>TC_dyn_ipa_pdch_act_tchf_act_nack are also accessing the pcu socket,<br>lets also exclude them when no pcu socket is available.<br><br>Change-Id: I735b85d2ff3f541ebf0a558735d6172d69e7c29f<br>Related: OS#3863<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/48/13748/1</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 aaf6b70..0d0899a 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -4316,6 +4316,8 @@</span><br><span>           execute( TC_pcu_data_req_imm_ass_pch() );</span><br><span>            execute( TC_pcu_rach_content() );</span><br><span>            execute( TC_pcu_paging_from_rsl() );</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>      } else {</span><br><span>             log("PCU socket path not available, skipping PCU tests");</span><br><span>  }</span><br><span>@@ -4325,10 +4327,8 @@</span><br><span>   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/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/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-MessageType: newchange </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: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>