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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-bts-test: fix: sleep 1 second before respawning the IUT<br><br>There has been a lot of changes merged to both osmo-{bsc,bts}, so<br>now the later seems to be respawning faster then before.  Because<br>of that, osmo-bts-trx is now reaching the limit of 500 runs on<br>Jenkins right in the middle of ttcn3-bts-test execution:<br><br>  respawn.sh: exiting after 500 runs<br><br>causing the remaining test cases to fail due to:<br><br>  "BTS_Tests.ttcn:253 : Timeout waiting for RSL bring up"<br><br>Most likely, the IUT respawns several times in the windows between<br>the test cases, i.e. after TITAN finishes one test case and before<br>it starts another.  Let's instruct respawn.sh to sleep 1 second<br>before starting the process again.<br><br>Change-Id: I09e5a8e7c4d28424cd0d004a8bae3cf0ade2d838<br>---<br>M ttcn3-bts-test/jenkins.sh<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh</span><br><span>index be6a71c..87e2896 100755</span><br><span>--- a/ttcn3-bts-test/jenkins.sh</span><br><span>+++ b/ttcn3-bts-test/jenkins.sh</span><br><span>@@ -142,7 +142,7 @@</span><br><span> </span><br><span> # 1) classic test suite with BSC for OML and trxcon+fake_trx</span><br><span> start_bsc</span><br><span style="color: hsl(0, 100%, 40%);">-start_bts trx 0</span><br><span style="color: hsl(120, 100%, 40%);">+start_bts trx 1</span><br><span> start_fake_trx</span><br><span> start_trxcon</span><br><span> start_testsuite generic</span><br><span>@@ -178,7 +178,7 @@</span><br><span> # restart the BSC/BTS and run the testsuite again</span><br><span> docker container kill ${BUILD_TAG}-bts</span><br><span> start_bsc</span><br><span style="color: hsl(0, 100%, 40%);">-start_bts trx 0</span><br><span style="color: hsl(120, 100%, 40%);">+start_bts trx 1</span><br><span> start_testsuite hopping</span><br><span> # append ':hopping' to the classnames,</span><br><span> # e.g. "classname='BTS_Tests'" => "classname='BTS_Tests:hopping'"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/21640">change 21640</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/+/21640"/><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: I09e5a8e7c4d28424cd0d004a8bae3cf0ade2d838 </div>
<div style="display:none"> Gerrit-Change-Number: 21640 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@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-CC: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>