From d5a6ce2939af1fefebfd3f3dd636db7b702da176 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 30 Nov 2021 17:40:09 +0300 Subject: [PATCH] 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 --- debian-stretch-titan/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile index 5b6b1348..d3489147 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