test/docker: Add scapy for verifying MAC multicast

'msend' only supports IP multicast
This commit is contained in:
Ahmed Karic
2024-12-16 16:31:40 +01:00
parent 02a8c3d78d
commit dc2ced8e09
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
# Current container image
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.0
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.1
ixdir=$(readlink -f "$testdir/..")
logdir=$(readlink -f "$testdir/.log")
+1
View File
@@ -6,3 +6,4 @@ pydot==1.4.2
pyyaml==6.0.1
passlib==1.7.4
requests==2.32.0
scapy==2.6.1