Change in docker-playground[master]: fix ttcn3-smlc-test/Dockerfile

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Tue Oct 20 22:46:49 UTC 2020


neels has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/20813 )

Change subject: fix ttcn3-smlc-test/Dockerfile
......................................................................

fix ttcn3-smlc-test/Dockerfile

Change-Id: I6a53b3f398d807233a53cad61ae61b5f0c89b971
---
M ttcn3-smlc-test/Dockerfile
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  neels: Looks good to me, approved; Verified



diff --git a/ttcn3-smlc-test/Dockerfile b/ttcn3-smlc-test/Dockerfile
index 9288469..1eb3b9d 100644
--- a/ttcn3-smlc-test/Dockerfile
+++ b/ttcn3-smlc-test/Dockerfile
@@ -19,17 +19,17 @@
 	git checkout $OSMO_TTCN3_BRANCH && \
 	(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_TTCN3_BRANCH || exit 1); \
 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
-	make bsc
+	make smlc
 
 VOLUME	/data
 
 RUN	ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && \
 	ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /
 
-COPY	BSC_Tests.cfg /data/BSC_Tests.cfg
+COPY	SMLC_Tests.cfg /data/SMLC_Tests.cfg
 
 CMD	cd /data && \
-	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/bsc/BSC_Tests; \
+	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/smlc/SMLC_Tests; \
 	exit_code=$?; \
-	/osmo-ttcn3-hacks/log_merge.sh BSC_Tests --rm; \
+	/osmo-ttcn3-hacks/log_merge.sh SMLC_Tests --rm; \
 	exit $exit_code

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/20813
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6a53b3f398d807233a53cad61ae61b5f0c89b971
Gerrit-Change-Number: 20813
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201020/95ca48ec/attachment.htm>


More information about the gerrit-log mailing list