aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* testing: skip tarfs tests if module is not loadable.Olivier Cochard2023-03-011-1/+6
* pf tests: test pfsync over IPSecKristof Provost2023-03-011-0/+82
* if_ovpn tests: skip the if_ovpn_c test if if_ovpn.ko isn't loadedKristof Provost2023-03-011-1/+2
* unix/dgram tests: match the kernel behaviorGleb Smirnoff2023-02-232-2/+10
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-02-225-9/+112
* fusefs: fix a buffer overflow in the testsAlan Somers2023-02-227-1/+18
* tarfs: Really prevent descending into a non-directory.Dag-Erling Smørgrav2023-02-201-12/+75
* tests: add netlink large dump buffer checkAlexander V. Chernikov2023-02-203-9/+88
* tests: fix netlink test_dump_ifaces_many test.Alexander V. Chernikov2023-02-181-4/+4
* netlink: improve attribute decoding in python testsAlexander V. Chernikov2023-02-171-39/+92
* netlink: fix interface dump.Alexander V. Chernikov2023-02-161-0/+61
* tarfs: Don't panic if the parent of a new node is not a directory.Dag-Erling Smørgrav2023-02-151-4/+26
* wg: tests: remove an obsolete workaroundKyle Evans2023-02-131-4/+0
* wg: add a test for the home jail socket featureKyle Evans2023-02-131-0/+72
* tarfs: Fix issues revealed by static analysis and testing.Dag-Erling Smørgrav2023-02-091-3/+40
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-092-60/+109
* testing: handling non-root users with VNETs in pytest-based tests.Alexander V. Chernikov2023-02-094-14/+92
* Skip if_wg regression tests if module doesn't existOlivier Cochard2023-02-061-3/+3
* pf tests: improve pfsync:basic_defer testKristof Provost2023-02-031-2/+2
* Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav2023-02-024-0/+303
* sched.h: Fix _S macros for better compatibility with glibc.Dmitry Chagin2023-01-291-31/+31
* pytest: delete interfaces from inside the jail.Alexander V. Chernikov2023-01-251-9/+37
* pytest: add an example test fetching test directory and ATF vars.Alexander V. Chernikov2023-01-251-0/+10
* netpfil tests: improve pfsync_defer.pyKajetan Staszkiewicz2023-01-222-4/+4
* netpfil tests: improve pft_ping.pyKajetan Staszkiewicz2023-01-227-349/+509
* netpfil tests: improve sniffer.pyKajetan Staszkiewicz2023-01-226-26/+20
* netlink: allow creating sockets with SOCK_DGRAM.Alexander V. Chernikov2023-01-212-0/+34
* if_tun: Add basic connectivity test with nc tun supportTom Jones2023-01-171-1/+38
* netlink: fix compatibility with older netlink applications.Alexander V. Chernikov2023-01-161-0/+20
* rtsock: fix socket closure.Alexander V. Chernikov2023-01-162-0/+57
* pf tests: properly destroy renamed interfacesKajetan Staszkiewicz2023-01-162-56/+31
* pf tests: test fast port re-use with syncookiesKristof Provost2023-01-131-0/+57
* tests: Add an IPv4 loopback address of 127.0.0.1/8 to the lo0Jose Luis Duran2023-01-111-0/+1
* testing: fix skipping netlink tests if netlink module is not loaded.Alexander V. Chernikov2023-01-082-2/+2
* netlink: improve RTM_GETADDR handling.Alexander V. Chernikov2023-01-084-46/+236
* tests: add test for ipfw fwd localaddr,portGleb Smirnoff2023-01-064-0/+88
* testing: add python test examplesAlexander V. Chernikov2023-01-013-0/+209
* testing: fix tests without cleanup in pytest.Alexander V. Chernikov2023-01-011-4/+0
* testing: allow custom test cleanup handlers in pytestAlexander V. Chernikov2022-12-311-8/+23
* testing: improve python vnet wrapper.Alexander V. Chernikov2022-12-293-52/+82
* pytest: silence deprecation warning in the pytest atf wrapperJose Luis Duran2022-12-281-1/+1
* tests/divert: use PF_DIVERTGleb Smirnoff2022-12-261-7/+4
* netlink: add snl(3) - simple netlink libraryAlexander V. Chernikov2022-12-232-2/+93
* ktls_tests: Ignore errors from close for receive error tests.John Baldwin2022-12-201-6/+14
* ktls_tests: Ignore spurious errors from shutdown(2).John Baldwin2022-12-201-1/+7
* wg: Re-add basic if_wg(4) tests.John Baldwin2022-12-162-0/+198
* netlink: connect netlink tests to the buildAlexander V. Chernikov2022-12-166-21/+57
* ktls_tests: Log more details when a test fails.John Baldwin2022-12-151-72/+85
* netlink: improve interface handlingAlexander V. Chernikov2022-12-144-1/+1791
* pf tests: check that we clean up unused kifsKristof Provost2022-12-141-0/+44