aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/socket: add accept_filter(9) testGleb Smirnoff2022-08-082-0/+161
* ktls_test: Add a require_toe option similar to require_ifnet.John Baldwin2022-08-081-0/+12
* tests: add routing tests for switching between same prefixesAlexander V. Chernikov2022-08-074-3/+102
* bridge tests: Tests using pft_ping.py require scapyMark Johnston2022-08-041-0/+1
* tests: fix unix_passfd_dgram:rights_creds_payload after be1f485d7d6bAlexander V. Chernikov2022-08-011-5/+3
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2022-07-302-0/+170
* Reap dead code in lio_kqueue_test and aio_kqueue_testAlan Somers2022-07-242-8/+4
* Add more aio testsAlan Somers2022-07-241-3/+151
* if_vlan tests: Test changing vlan IDKristof Provost2022-07-211-0/+11
* Implement shared page address randomizationKornel Dulęba2022-07-181-25/+33
* Merge fix for zfs readmmap test from CheriBSDDimitry Andric2022-07-151-0/+1
* pf tests: support packet size range in pft_ether.pyKristof Provost2022-07-112-8/+10
* netinet6: fix interface handling for loopback trafficAlexander V. Chernikov2022-07-101-2/+2
* netinet6: factor out cached route lookups from selectroute().Alexander V. Chernikov2022-07-081-1/+0
* netinet6: add ip6_output() scope testsAlexander V. Chernikov2022-07-081-0/+106
* netinet6: add ip6_output() tests.Alexander V. Chernikov2022-07-072-0/+436
* testing: add ability to specify multi-vnet topologies in the pytest framework.Alexander V. Chernikov2022-07-072-100/+397
* if_ovpn: deal with short packetsKristof Provost2022-07-051-0/+1
* pf: handle dummynet for non-IP packetsKristof Provost2022-07-011-0/+3
* if_ovpn tests: IPv4-mapped IPv6 address testKristof Provost2022-07-011-0/+73
* unix: change error code for recvmsg() failed due to RLIMIT_NOFILEGleb Smirnoff2022-06-291-2/+2
* testing: pass ATF vars to pytest via env instead of arguments.Alexander V. Chernikov2022-06-282-1/+12
* if_ovpn tests: extend multi_client test with an iroute testKristof Provost2022-06-286-2/+109
* if_ovpn tests: test multiple simultaneous clientsKristof Provost2022-06-281-0/+112
* if_ovpn tests: Test if_ovpn when there's no routeKristof Provost2022-06-281-0/+7
* if_ovpn tests: tunnel with CHACHA20-POLY1305Kristof Provost2022-06-281-0/+74
* if_ovpn tests: test pf's route-toKristof Provost2022-06-281-0/+90
* if_ovpn tests: IPv6 in IPv4 and IPv4 in IPv6 tunnelsKristof Provost2022-06-281-0/+147
* if_ovpn tests: tunnel over IPv6Kristof Provost2022-06-281-0/+74
* if_ovpn tests: timeout on clientsKristof Provost2022-06-281-0/+85
* if_ovpn tests: basic test caseKristof Provost2022-06-2812-0/+637
* pf tests: test short packetsKristof Provost2022-06-283-0/+115
* if_bridge tests: test adding interfaces with different MTUKristof Provost2022-06-271-3/+11
* testing: move atf-pytest-wrapper to /usr/libexecAlexander V. Chernikov2022-06-263-206/+0
* routing: add multipath pytest testsAlexander V. Chernikov2022-06-252-0/+272
* testing: Add basic atf support to pytest.Alexander V. Chernikov2022-06-2515-1/+1424
* tests/unix_passfd: compile SOCK_STREAM and SOCK_DGRAM versionsGleb Smirnoff2022-06-244-13/+53
* unix/dgram: smart socket buffers for one-to-many socketsGleb Smirnoff2022-06-241-14/+71
* Add tests for TCP_MD5 getsockoptClaudio Jeker2022-06-232-1/+137
* Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queueLi-Wen Hsu2022-06-211-0/+5
* pf tests: basic 'tagged' test for Ethernet rulesKristof Provost2022-06-201-0/+41
* pf tests: basic 'tagged' test for Ethernet rulesKristof Provost2022-06-201-0/+42
* Remove PAGE_SIZE from the kcov testsAndrew Turner2022-06-171-33/+106
* ktls_test: Permit an option to skip tests not using ifnet TLS.John Baldwin2022-06-141-0/+20
* ktls_test: Permit connecting to a remote echo server for tests.John Baldwin2022-06-141-24/+92
* ktls_test: Add a helper function to close sockets.John Baldwin2022-06-141-15/+15
* unix/*: rewrite unp_internalize() cmsg parsing cycleGleb Smirnoff2022-06-061-9/+28
* pf tests: pfsync and route_to test caseThomas Pasqualini2022-06-041-0/+374
* tests/unix_dgram: add test for event dispatchersGleb Smirnoff2022-06-031-6/+98
* netinet6: fix ndp proxyingKUROSAWA Takahiro2022-05-302-1/+224