mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
test/docker: Add scapy for verifying MAC multicast
'msend' only supports IP multicast
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -6,3 +6,4 @@ pydot==1.4.2
|
||||
pyyaml==6.0.1
|
||||
passlib==1.7.4
|
||||
requests==2.32.0
|
||||
scapy==2.6.1
|
||||
|
||||
Reference in New Issue
Block a user