docker-playground/ttcn3-bts-test
Vadim Yanitskiy c52dbbe7f0 ttcn3-bts-test: fix: sleep 1 second before respawning the IUT
There has been a lot of changes merged to both osmo-{bsc,bts}, so
now the later seems to be respawning faster then before.  Because
of that, osmo-bts-trx is now reaching the limit of 500 runs on
Jenkins right in the middle of ttcn3-bts-test execution:

  respawn.sh: exiting after 500 runs

causing the remaining test cases to fail due to:

  "BTS_Tests.ttcn:253 : Timeout waiting for RSL bring up"

Most likely, the IUT respawns several times in the windows between
the test cases, i.e. after TITAN finishes one test case and before
it starts another.  Let's instruct respawn.sh to sleep 1 second
before starting the process again.

Change-Id: I09e5a8e7c4d28424cd0d004a8bae3cf0ade2d838
2020-12-16 14:07:12 +00:00
..
fh ttcn3-bts-test/fh: do not configure CBCH slots statically 2020-09-12 20:16:31 +07:00
oml ttcn3-bts-test/osmo-bts.cfg: use logging level 'notice' by default 2020-07-06 03:35:09 +07:00
virtphy ttcn3-bts-test/osmo-bts.cfg: use logging level 'notice' by default 2020-07-06 03:35:09 +07:00
.release Add osmo-bts-test + dependencies 2018-03-01 15:19:49 +00:00
BTS_Tests.cfg ttcn3-bts-test/BTS_Tests.cfg: configure number of transceivers 2020-06-22 18:17:00 +07:00
Dockerfile Fix git checkout for branches and commits 2019-05-22 11:18:56 +02:00
Makefile Add osmo-bts-test + dependencies 2018-03-01 15:19:49 +00:00
jenkins.sh ttcn3-bts-test: fix: sleep 1 second before respawning the IUT 2020-12-16 14:07:12 +00:00
osmo-bsc.cfg ttcn3-bts-test/osmo-bsc.cfg: do not enable CBCH slots by default 2020-07-31 05:02:17 +07:00
osmo-bts.cfg ttcn3-bts: Enable gsmtap sapi for tch in osmo-bts.cfg 2020-10-21 11:55:19 +00:00