ttcn3-gbproxy-test: remove broken merge logs cmd

Remove commands that result in a docker error message, like in
Ie6f8270230e1f0372b63d610b7868ea8719b18ad.

Change-Id: I9dec8d27c0f09cd8ee75255c8dfa314c70387ee9
This commit is contained in:
Oliver Smith 2021-02-12 19:22:52 +01:00 committed by laforge
parent cb688f8e49
commit a2104231f2
2 changed files with 0 additions and 23 deletions

View File

@ -78,18 +78,6 @@ done
# must shift the net-devices into the container _after_ it is started
docker logs -f ${BUILD_TAG}-ttcn3-gbproxy-test
echo Starting container to merge logs
docker run --rm \
$(docker_network_params $SUBNET 103) \
--ulimit core=-1 \
-e "TTCN3_PCAP_PATH=/data" \
-v $VOL_BASE_DIR/gbproxy-tester:/data \
--name ${BUILD_TAG}-ttcn3-gbproxy-test-logmerge \
--entrypoint /osmo-ttcn3-hacks/log_merge.sh GBProxy_Tests --rm \
$DOCKER_ARGS \
$REPO_USER/ttcn3-gbproxy-test
echo Stopping containers
docker container kill ${BUILD_TAG}-gbproxy

View File

@ -45,17 +45,6 @@ docker run --rm \
$DOCKER_ARGS \
$REPO_USER/ttcn3-gbproxy-test $@
echo Starting container to merge logs
docker run --rm \
$(docker_network_params $SUBNET 103) \
--ulimit core=-1 \
-e "TTCN3_PCAP_PATH=/data" \
-v $VOL_BASE_DIR/gbproxy-tester:/data \
--name ${BUILD_TAG}-ttcn3-gbproxy-test-logmerge \
--entrypoint /osmo-ttcn3-hacks/log_merge.sh GBProxy_Tests --rm \
$DOCKER_ARGS \
$REPO_USER/ttcn3-gbproxy-test
echo Stopping containers
docker container kill ${BUILD_TAG}-gbproxy