Change in osmo-ci[master]: docker: Add dependencies needed for the gsm tester as well

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

Holger Freyther gerrit-no-reply at lists.osmocom.org
Mon Feb 18 08:57:31 UTC 2019


Holger Freyther has submitted this change and it was merged. ( https://gerrit.osmocom.org/12923 )

Change subject: docker: Add dependencies needed for the gsm tester as well
......................................................................

docker: Add dependencies needed for the gsm tester as well

This way we can execute the tester with a virtual environment.

Change-Id: I1e6432d77442f590453a328023c9f09cd52787a8
---
M docker/Dockerfile_osmocom_jenkins.amd64
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Holger Freyther: Verified



diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index 81f46ca..73440ae 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -48,5 +48,10 @@
 # Add rpath to binaries
 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y patchelf
 
+# Be able to run the osmo-gsm-tester
+RUN DEBIAN_FRONTEND=noninteractive  apt-get install -y dbus tcpdump sqlite3 python3 python3-yaml python3-mako python3-gi ofono python3-pip
+RUN pip3 install git+git://github.com/podshumok/python-smpplib.git
+RUN pip3 install pydbus
+
 ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/commit
 RUN git clone git://git.osmocom.org/python/osmo-python-tests && cd osmo-python-tests && ./contrib/jenkins.sh

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1e6432d77442f590453a328023c9f09cd52787a8
Gerrit-Change-Number: 12923
Gerrit-PatchSet: 2
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-CC: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190218/23c4f72c/attachment.htm>


More information about the gerrit-log mailing list