mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
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 <equinox@opensourcerouting.org>
This commit is contained in:
parent
02fb02de37
commit
62cd66d90b
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user