Change in docker-playground[master]: remsim: Enable "classic" client tests (client in separate container)

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/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Mar 12 09:34:38 UTC 2020


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

Change subject: remsim: Enable "classic" client tests (client in separate container)
......................................................................

remsim: Enable "classic" client tests (client in separate container)

Change-Id: I0754a7c3c9f9caa65d33bb0a404b53f826cd0a75
---
M ttcn3-remsim-test/jenkins.sh
1 file changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/ttcn3-remsim-test/jenkins.sh b/ttcn3-remsim-test/jenkins.sh
index ab3f550..1b7c7cf 100755
--- a/ttcn3-remsim-test/jenkins.sh
+++ b/ttcn3-remsim-test/jenkins.sh
@@ -34,7 +34,7 @@
 			-v $VOL_BASE_DIR/client:/data \
 			--name ${BUILD_TAG}-client-d \
 			$REPO_USER/osmo-remsim-$IMAGE_SUFFIX \
-			/bin/sh -c "osmo-remsim-client >/data/osmo-remsim-client.log 2>&1"
+			/bin/sh -c "osmo-remsim-client-shell >/data/osmo-remsim-client.log 2>&1"
 }
 
 
@@ -75,11 +75,11 @@
 docker container kill ${BUILD_TAG}-bankd
 
 # 3) client test suite
-#echo "Changing to client configuration"
-#start_client
-#cp client/REMSIM_Tests.cfg $VOL_BASE_DIR/remsim-tester/
-#start_testsuite
-#docker container kill ${BUILD_TAG}-client
+echo "Changing to client configuration"
+start_client
+cp client/REMSIM_Tests.cfg $VOL_BASE_DIR/remsim-tester/
+start_testsuite
+docker container kill ${BUILD_TAG}-client
 
 network_remove
 collect_logs

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0754a7c3c9f9caa65d33bb0a404b53f826cd0a75
Gerrit-Change-Number: 17376
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200312/3f93d7ff/attachment.htm>


More information about the gerrit-log mailing list