ttcn3-bsc-test-sccplite: set OSMO_SUT_{HOST,PORT}

This enables the test suite to obtain talloc reports between the
test case executions, which get stored together with the PCAP files.

Change-Id: I4e5474e8fc51d2ba8a0baca68e11df1346d7d4ab
This commit is contained in:
Vadim Yanitskiy 2022-01-29 18:26:30 +06:00 committed by fixeria
parent a0c91c8dbb
commit bd5b02050d
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ docker run --rm \
$(docker_network_params $SUBNET 203) \
--ulimit core=-1 \
-e "TTCN3_PCAP_PATH=/data" \
-e "OSMO_SUT_HOST=172.18.$SUBNET.20" \
-e "OSMO_SUT_PORT=4242" \
-v $VOL_BASE_DIR/bsc-tester:/data \
--name ${BUILD_TAG}-ttcn3-bsc-test \
$DOCKER_ARGS \