Looks good, thanks. Just one nit.
Reviewed-by: Luca Vizzarro <luca.vizza...@arm.com>
On 16/01/2025 18:43, Dean Marx wrote:
@@ -57,7 +57,7 @@ def send_packets_and_verify(
packet_list: List of Scapy packets to send and verify.
load: Raw layer load attribute in the sent packet.
should_receive: Indicates whether the packet should be received
- by the traffic generator.
+ by the traffic generator.
"""
I am assuming this was unintentional? As it's meant to be the way it was
before. Keep the indentation as it's not a new argument, but part of the
previous one.