aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* ptrace_test: Remove another MIPS remnant.John Baldwin2022-12-131-1/+0
* posixshm_test: add naive page accounting testKonstantin Belousov2022-12-091-0/+33
* posixshm_test: small style fixesKonstantin Belousov2022-12-091-5/+5
* ktls_test: Add debug option to hexdump keys, nonces, and buffers.John Baldwin2022-12-082-77/+153
* tests/netinet: mark more tests that require pythonGleb Smirnoff2022-12-071-0/+3
* posixshm_test: Fix sign mismatches in ?: results.John Baldwin2022-12-051-4/+4
* netmap tests: Reset ctx->nmctx to NULL in nmreq_parsing.John Baldwin2022-12-051-0/+1
* pf tests: test that reassembly is or is not performed as expectedKristof Provost2022-11-281-0/+59
* ktls: Add tests for receiving corrupted or invalid records.John Baldwin2022-11-151-16/+635
* ktls: Add tests for software AES-CBC decryption for TLS 1.1+.John Baldwin2022-11-151-29/+204
* zfs tests: stop writing to arbitrary devicesEric van Gyzen2022-11-117-143/+83
* netpfil tests: add dummynet fq_codel test caseKristof Provost2022-11-111-0/+43
* if_ovpn tests: add aes-128-gcm test caseKristof Provost2022-11-111-11/+39
* if_ovpn tests: fix typo in test descriptionKristof Provost2022-11-101-1/+1
* tests: also remove sparc64 caseEd Maste2022-11-081-6/+1
* tests: retire now-unused MIPS caseEd Maste2022-11-081-4/+1
* pf tests: bridge-to test caseKristof Provost2022-11-021-0/+51
* ipsec tests: add test case for chacha20_poly1305Kristof Provost2022-11-022-1/+45
* bridge tests: re-enable span testKristof Provost2022-11-021-5/+0
* tests: make sniffer more robustKristof Provost2022-11-021-1/+8
* pf tests: make killstate tests more robustKristof Provost2022-11-011-137/+115
* pf tests: verify syncookie status reportKristof Provost2022-10-311-0/+30
* Split netinet shell tests into one per line.John Baldwin2022-10-281-1/+10