From 62cd66d90ba40725f3be4710570f3fe40304c4d3 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 3 May 2021 20:45:43 +0200 Subject: [PATCH] tests: add scapy to topotests Docker Not having scapy in the docker image leads to very obtuse failures in the pim bsm tests (obtuse, as in, it just fails without any hint as to why...) Signed-off-by: David Lamparter --- tests/topotests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/Dockerfile b/tests/topotests/Dockerfile index c9110d2db9..1503e67d31 100644 --- a/tests/topotests/Dockerfile +++ b/tests/topotests/Dockerfile @@ -44,6 +44,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ xterm \ && pip install \ exabgp==3.4.17 \ + "scapy>=2.4.2" \ ipaddr \ pytest \ && rm -rf /var/lib/apt/lists/*