osmith has uploaded this change for review.

View Change

ttcn3-bsc-test: sleep 1s before starting testsuite

Give OsmoBSC time to connect to OsmoSTP, so BSSMAP RESET from the
testsuite doesn't fail in OsmoSTP with:
MTP-TRANSFER.req for DPC 187: no route!

Without this patch, it would fail every other time on my system when
only having one test enabled in BSC_Tests.cfg.

Change-Id: Ic7f80bdfe2fe58e93c2f2e3baa6d7645fcdc3062
---
M ttcn3-bsc-test/jenkins.sh
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/18/31318/1
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 26ecce9..0a3128c 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -65,6 +65,10 @@
>>/data/osmo-bts-omldummy-$1.log 2>&1"
done

+# Give OsmoBSC time to connect to OsmoSTP, so BSSMAP RESET from the testsuite
+# doesn't fail in OsmoSTP with "MTP-TRANSFER.req for DPC 187: no route!"
+sleep 1
+
echo Starting container with BSC testsuite
docker run --rm \
$(docker_network_params $SUBNET 203) \

To view, visit change 31318. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic7f80bdfe2fe58e93c2f2e3baa6d7645fcdc3062
Gerrit-Change-Number: 31318
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange