Change in docker-playground[master]: ttcn3-bts-test/jenkins.sh: use logging options of fake_trx.py

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Jan 14 21:06:48 UTC 2019


Vadim Yanitskiy has submitted this change and it was merged. ( https://gerrit.osmocom.org/12551 )

Change subject: ttcn3-bts-test/jenkins.sh: use logging options of fake_trx.py
......................................................................

ttcn3-bts-test/jenkins.sh: use logging options of fake_trx.py

Change-Id: I32bf66b1320b752450a8cb064348b3c86b1c03cd
---
M ttcn3-bts-test/jenkins.sh
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Vadim Yanitskiy: Verified



diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index e527cd7..3632ae6 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -51,7 +51,11 @@
 		-v $VOL_BASE_DIR/fake_trx:/data \
 		--name ${BUILD_TAG}-fake_trx -d \
 		$REPO_USER/osmocom-bb-host-$IMAGE_SUFFIX \
-		bash -c "/tmp/osmocom-bb/src/target/trx_toolkit/fake_trx.py -R 172.18.9.20 -r 172.18.9.22 >/data/fake_trx.log 2>&1"
+		/tmp/osmocom-bb/src/target/trx_toolkit/fake_trx.py \
+			--log-file-name /data/fake_trx.log \
+			--log-file-level DEBUG \
+			--log-level INFO \
+			-R 172.18.9.20 -r 172.18.9.22
 
 echo Starting container with trxcon
 docker run	--rm \

-- 
To view, visit https://gerrit.osmocom.org/12551
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I32bf66b1320b752450a8cb064348b3c86b1c03cd
Gerrit-Change-Number: 12551
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190114/4558f8df/attachment.htm>


More information about the gerrit-log mailing list