Re: [PATCH v3 1/5] dts: add ability to send/receive multiple packets

2024-09-09 Thread Patrick Robb
Reviewed-by: Patrick Robb The only thought I had from this was that with more methods being added to the framework for packet construction and validation (in this case, your random packets utils.py method and the testsuite.match_all_packets() strategy), and with multiple reference solutions being

[PATCH v3 1/5] dts: add ability to send/receive multiple packets

2024-09-09 Thread Luca Vizzarro
The framework allows only to send one packet at once via Scapy. This change adds the ability to send multiple packets, and also introduces a new fast way to verify if we received several expected packets. Moreover, it reduces code duplication by keeping a single packet sending method only at the t