summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix interface dump.Alexander V. Chernikov2023-03-061-0/+61
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2023-02-092-0/+170
* pytest: delete interfaces from inside the jail.Alexander V. Chernikov2023-02-091-9/+37
* pytest: add an example test fetching test directory and ATF vars.Alexander V. Chernikov2023-02-091-0/+10
* pytest: silence deprecation warning in the pytest atf wrapperJose Luis Duran2023-02-091-1/+1
* tests: Add an IPv4 loopback address of 127.0.0.1/8 to the lo0Jose Luis Duran2023-02-091-0/+1
* sched.h: Fix _S macros for better compatibility with glibc.Dmitry Chagin2023-02-061-31/+31
* netpfil tests: improve pfsync_defer.pyKajetan Staszkiewicz2023-01-292-4/+4
* netpfil tests: improve pft_ping.pyKajetan Staszkiewicz2023-01-297-263/+448
* netpfil tests: improve sniffer.pyKajetan Staszkiewicz2023-01-296-26/+20
* pf tests: test fast port re-use with syncookiesKristof Provost2023-01-281-0/+57
* wg: Re-add basic if_wg(4) tests.John Baldwin2023-01-242-0/+198
* netlink: allow creating sockets with SOCK_DGRAM.Alexander V. Chernikov2023-01-231-0/+33
* netlink: fix compatibility with older netlink applications.Alexander V. Chernikov2023-01-231-0/+20
* testing: fix skipping netlink tests if netlink module is not loaded.Alexander V. Chernikov2023-01-232-2/+2
* netlink: improve RTM_GETADDR handling.Alexander V. Chernikov2023-01-233-46/+235
* testing: add python test examplesAlexander V. Chernikov2023-01-233-0/+209
* testing: fix tests without cleanup in pytest.Alexander V. Chernikov2023-01-231-4/+0
* testing: allow custom test cleanup handlers in pytestAlexander V. Chernikov2023-01-231-8/+23
* testing: improve python vnet wrapper.Alexander V. Chernikov2023-01-233-52/+82
* netlink: add snl(3) - simple netlink libraryAlexander V. Chernikov2023-01-232-2/+95
* netlink: connect netlink tests to the buildAlexander V. Chernikov2023-01-236-21/+57
* netlink: improve interface handlingAlexander V. Chernikov2023-01-234-1/+1791
* pf tests: properly destroy renamed interfacesKajetan Staszkiewicz2023-01-232-56/+31
* tests/sys/posixshm/posixshm_test.c: Fix build for realKonstantin Belousov2023-01-201-2/+1
* Remove merge conflict leftoversKonstantin Belousov2023-01-201-6/+0
* posixshm_test: add naive page accounting testKonstantin Belousov2023-01-201-0/+72
* posixshm_test: small style fixesKonstantin Belousov2023-01-201-1/+1
* Update rtsock_l3 test after 2fe5a79425c79f7b828acd91da66d97230925fc8Alex Richardson2023-01-132-20/+27
* tests: add routing tests for switching between same prefixesAlexander V. Chernikov2023-01-134-3/+102
* netinet6: factor out cached route lookups from selectroute().Alexander V. Chernikov2023-01-131-1/+0
* netinet6: add ip6_output() scope testsAlexander V. Chernikov2023-01-131-0/+106
* netinet6: add ip6_output() tests.Alexander V. Chernikov2023-01-132-0/+436
* testing: add ability to specify multi-vnet topologies in the pytest framework.Alexander V. Chernikov2023-01-132-99/+396
* testing: pass ATF vars to pytest via env instead of arguments.Alexander V. Chernikov2023-01-132-1/+12
* testing: move atf-pytest-wrapper to /usr/libexecAlexander V. Chernikov2023-01-133-206/+0
* routing: add multipath pytest testsAlexander V. Chernikov2023-01-132-0/+272
* testing: Add basic atf support to pytest.Alexander V. Chernikov2023-01-1315-1/+1424
* netmap: several typo fixesVincenzo Maffione2022-12-311-0/+10
* pf tests: check that we clean up unused kifsKristof Provost2022-12-281-0/+44
* fusefs: fix VOP_ADVLOCK with SEEK_ENDAlan Somers2022-11-232-1/+135
* Split netinet shell tests into one per line.John Baldwin2022-11-111-1/+10
* Reenable basic_signal:trap_signal_test on i386Li-Wen Hsu2022-11-091-4/+0
* bridge tests: re-enable span testKristof Provost2022-11-091-1/+0
* tests: make sniffer more robustKristof Provost2022-11-091-1/+8
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-311-2/+67
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-311-2/+14
* copy_file_range: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-10-121-25/+88
* fusefs: truncate write if it would exceed RLIMIT_FSIZEAlan Somers2022-10-121-10/+68
* fusefs: respect RLIMIT_FSIZE during truncateAlan Somers2022-10-121-1/+43