Skip to content

Commit 6374a9e

Browse files
committed
ttcn3-bts-test: Run fake_trx with sched-prio-rr
Depends: osmocom-bb.git I3c7f36c17fc7b9cae1023b4a0ed37f983dc286dc Change-Id: I8f9df66e0819881587b55c93043fed9a294ab5e8
1 parent 99a8e00 commit 6374a9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ttcn3-bts-test/jenkins.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ start_fake_trx() {
6060
echo Starting container with fake_trx
6161
docker run --rm \
6262
$(docker_network_params $SUBNET 21) \
63+
--cap-add=SYS_ADMIN \
64+
--ulimit rtprio=99 \
6365
--ulimit core=-1 \
6466
-v $VOL_BASE_DIR/fake_trx:/data \
6567
--name ${BUILD_TAG}-fake_trx -d \
@@ -70,6 +72,7 @@ start_fake_trx() {
7072
--log-file-level DEBUG \
7173
--log-file-time \
7274
--log-level INFO \
75+
--sched-rr-prio 30 \
7376
-R $SUB4_PREFIX.$SUBNET.20 \
7477
-r $SUB4_PREFIX.$SUBNET.22 \
7578
--trx TRX1@$SUB4_PREFIX.$SUBNET.20:5700/1 \

0 commit comments

Comments
 (0)