Files
micropython/tests/multi_net/udp_data_multi.py.exp
Damien George a05766f47b tests/multi_net: Add test that requires queuing UDP packets.
This commit adds a new network multi-test which sends a burst of UDP
packets from the client, and the server doesn't recv them until they have
all been sent.

Signed-off-by: Damien George <damien@micropython.org>
2025-05-12 14:19:34 +10:00

16 lines
213 B
Plaintext

--- instance0 ---
test socket 0
test socket 1
test socket 2
test socket 3
pass group=0
pass group=1
pass group=2
pass group=3
pass group=4
--- instance1 ---
test socket 0
test socket 1
test socket 2
test socket 3