Holger Freyther has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/23/12923/1 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: newchange Gerrit-Change-Id: I1e6432d77442f590453a328023c9f09cd52787a8 Gerrit-Change-Number: 12923 Gerrit-PatchSet: 1 Gerrit-Owner: Holger Freyther <hol...@freyther.de>