aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-titan
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-30 17:40:09 +0300
committerfixeria <vyanitskiy@sysmocom.de>2021-12-01 11:40:19 +0000
commitd5a6ce2939af1fefebfd3f3dd636db7b702da176 (patch)
tree0788c53bc289f79df71ba81f0a217f384d106ae5 /debian-stretch-titan
parent440e62b9aa1c97847e23bb39d90dc542176867b0 (diff)
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
Diffstat (limited to 'debian-stretch-titan')
-rw-r--r--debian-stretch-titan/Dockerfile5
1 files changed, 5 insertions, 0 deletions
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 @@ RUN apt-get update && \
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