Draft: Add netmgr unit testing suite
This commit adds a unit test for netmgr, it adds three basic tests for UDP listener:
- start udp listener - close udp listener
- start udp listener - send and recv udp packets - close udp listener
- start udp listener - send and recv udp half of the packets - close udp listener - send and recv half of the packets
Closes #2221 (closed)