freebsd-src/tests/sys/netlink
Gleb Smirnoff 26caf57e0b tests/netlink: improve recently added netlink_socket:membership
Change sequence of syscalls: instead of "add, delete, check, check"
run sequence "add, check, delete, check".  Seems to make more sense.

Do minimal parsing of incoming messages: find the IPv4 address there
and compare it to the original.
2024-01-10 20:51:53 -08:00
..
Makefile tests/netlink: add netlink socket buffer test 2024-01-02 13:03:49 -08:00
netlink_socket.c tests/netlink: improve recently added netlink_socket:membership 2024-01-10 20:51:53 -08:00
test_netlink_message_writer.py netlink: use protocol specific receive buffer 2024-01-02 13:04:01 -08:00
test_nl_core.py tests: split netlink.py into multiple files to impove maintainability. 2023-04-01 19:31:38 +00:00
test_rtnl_iface.py tests/netlink: mark the vlan(4) test with required module 2023-10-18 22:21:53 -07:00
test_rtnl_ifaddr.py netlink: fix failing TestRtNlAddIfaddrLo::test_add_6 tests. 2023-06-13 15:26:44 +00:00
test_rtnl_neigh.py tests: split netlink.py into multiple files to impove maintainability. 2023-04-01 19:31:38 +00:00
test_rtnl_route.py tests/netlink: mark a test that requires tun(4) 2024-01-10 20:51:53 -08:00
test_snl_generic.c netlink: cope with growing requests 2023-10-17 08:47:52 +02:00
test_snl.c netlink: temporary skip snl(3) capped test. 2023-05-09 14:59:41 +00:00