Revert "RFC: allow to set configuration and/or specific testcases"

Fix error message reported by Pau:
  docker: invalid reference format: repository name must be lowercase.

This happens in the "docker run" command after the "Starting container
to merge logs" message, because the arguments to --entrypoint are not in
quotation marks. The command fails.

Logs were merged anyway, because
If03422bb8fb126fe6f204a4f8bc6edf0cbb7f194 had already reverted half the
patch and added the log merging back to the Dockerfile.

This reverts commit 73663b01f2.

Change-Id: Ie6f8270230e1f0372b63d610b7868ea8719b18ad
This commit is contained in:
Oliver Smith 2021-02-12 18:52:44 +01:00
parent 6f6724178b
commit 19594be9e8
1 changed files with 0 additions and 11 deletions

View File

@ -56,17 +56,6 @@ docker run --rm \
-v $VOL_BASE_DIR/sgsn-tester:/data \
--name ${BUILD_TAG}-ttcn3-sgsn-test \
$DOCKER_ARGS \
$REPO_USER/ttcn3-sgsn-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/sgsn-tester:/data \
--name ${BUILD_TAG}-ttcn3-sgsn-test-logmerge \
--entrypoint /osmo-ttcn3-hacks/log_merge.sh SGSN_Tests --rm \
$DOCKER_ARGS \
$REPO_USER/ttcn3-sgsn-test
echo Stopping containers