92efc01270
Why I did it Existing dataplane tests cannot be tested under MACsec environment due to the traffic under MACsec link is encrypted. So, I will override the dp_poll of ptf to MACsec dp_poll to decrypt the MACsec packets on injected ports (PR: Azure/sonic-mgmt#5490). MACsec decryption library depends on scapy 2.4.5. How I did it Upgrade scapy library to 2.4.5 by pip. How to verify it Check the scapy version in docker-ptf by python -c "import scapy; print(scapy.__version__)" 2.4.5 Signed-off-by: Ze Gan <ganze718@gmail.com> |
||
---|---|---|
.. | ||
conf.d | ||
brcm_interface_to_front_map.ini | ||
Dockerfile.j2 | ||
msn_2700_interface_to_front_map.ini | ||
ptf_tgen.sh | ||
supervisord.conf |