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
This commit is contained in:
Vadim Yanitskiy 2021-11-30 17:40:09 +03:00 committed by fixeria
parent 440e62b9aa
commit d5a6ce2939
1 changed files with 5 additions and 0 deletions

View File

@ -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