Change in docker-playground[master]: debian-stretch-titan/Dockerfile: install osmo-python-tests

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

fixeria gerrit-no-reply at lists.osmocom.org
Wed Dec 1 11:40:19 UTC 2021


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

Change subject: debian-stretch-titan/Dockerfile: install osmo-python-tests
......................................................................

debian-stretch-titan/Dockerfile: install osmo-python-tests

We need osmo_interact_vty.py in order to obtain talloc reports for
each test case automatically.  See [1] for more details.

Change-Id: Ida8e08e7fe4f171f934a2d4eef4568da7c398f5c
Related: [1] I1b03b17426d8760c55976e3b78ca2f3af248c055
---
M debian-stretch-titan/Dockerfile
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved
  fixeria: Verified



diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index 5b6b134..d348914 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -32,9 +32,14 @@
 		wireshark-common \
 		vim \
 		netcat-openbsd \
+		python3-setuptools \
+		python3-pip \
 		&& \
 	apt-get clean
 
+# This is required for obtaining talloc reports from the SUT
+RUN	pip3 install git+git://git.osmocom.org/python/osmo-python-tests
+
 # somehow Debian folks updated the gcc version but not titan :/
 RUN	sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ida8e08e7fe4f171f934a2d4eef4568da7c398f5c
Gerrit-Change-Number: 26427
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211201/12958d64/attachment.htm>


More information about the gerrit-log mailing list