ttcn3-gbproxy-test: remove broken merge logs cmd
Remove commands that result in a docker error message, like in Ie6f8270230e1f0372b63d610b7868ea8719b18ad. Change-Id: I9dec8d27c0f09cd8ee75255c8dfa314c70387ee9changes/83/22883/2
parent
cb688f8e49
commit
a2104231f2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue