aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins-sccplite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-bsc-test/jenkins-sccplite.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins-sccplite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/jenkins-sccplite.sh b/ttcn3-bsc-test/jenkins-sccplite.sh
index 7c628db..f91e603 100755
--- a/ttcn3-bsc-test/jenkins-sccplite.sh
+++ b/ttcn3-bsc-test/jenkins-sccplite.sh
@@ -21,6 +21,7 @@ network_create 172.18.12.0/24
echo Starting container with BSC
docker run --rm \
--network $NET_NAME --ip 172.18.12.20 \
+ --ulimit core=-1 \
-v $VOL_BASE_DIR/bsc:/data \
--name ${BUILD_TAG}-bsc -d \
$DOCKER_ARGS \
@@ -30,6 +31,7 @@ for i in `seq 0 2`; do
echo Starting container with OML for BTS$i
docker run --rm \
--network $NET_NAME --ip 172.18.12.10$i \
+ --ulimit core=-1 \
--name ${BUILD_TAG}-bts$i -d \
$DOCKER_ARGS \
$REPO_USER/osmo-bts-$IMAGE_SUFFIX \
@@ -39,6 +41,7 @@ done
echo Starting container with BSC testsuite
docker run --rm \
--network $NET_NAME --ip 172.18.12.203 \
+ --ulimit core=-1 \
-e "TTCN3_PCAP_PATH=/data" \
-v $VOL_BASE_DIR/bsc-tester:/data \
--name ${BUILD_TAG}-ttcn3-bsc-test \