aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Fix i386 and powerpc buildCy Schubert2022-05-271-1/+1
* tests/unix_passfd: sending many and too many SCM_RIGHTSGleb Smirnoff2022-05-251-1/+68
* kqueue tests: Simplify the test runnerMark Johnston2022-05-252-21/+2
* kqueue tests: Add new EVFILT_TIMER regression tests from upstreamMark Johnston2022-05-252-2/+128
* kqueue tests: Add file and line info to some test failure outputMark Johnston2022-05-252-8/+9
* kqueue tests: Re-enable kqueue proc testsMark Johnston2022-05-251-4/+1
* tests/unix_passfd: Prevent running them in parallelOlivier Cochard2022-05-231-0/+1
* bitstring_test: Add regression tests for bit_ff(c|s)_area_at()Mark Johnston2022-05-201-13/+60
* pf tests: extend ethernet dummynet testKristof Provost2022-05-201-0/+7
* Prevent running sigwait tests in parallelOlivier Cochard2022-05-171-0/+1
* tests/unix_dgram: account for size of sender address in the filling cycleGleb Smirnoff2022-05-171-1/+6
* fusefs tests: Remove an unused variable.Dmitry Chagin2022-05-131-2/+1
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-05-126-0/+226
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-05-121-25/+60
* pf tests: test dummynet on route-to'd packetsKristof Provost2022-05-121-0/+57
* pf tests: factor out common dummynet checkKristof Provost2022-05-123-9/+11
* tests: Get rid of invalid since 3e11d3f6 testcaseDmitry Chagin2022-05-121-23/+0
* tests/kern: add tests for PF_UNIX/SOCK_DGRAMGleb Smirnoff2022-05-122-0/+218