aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add ATF_REQUIRE_SYSCTL_BOOLMark Johnston2023-05-072-3/+16
* epair tests: test PCP tagged packetsKristof Provost2023-04-182-0/+66
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-04-081-0/+39
* tests: fix python parsing of netlink nested attributesAlexander V. Chernikov2023-04-081-2/+3
* tests: add more netlink tests for neighbors/routesAlexander V. Chernikov2023-04-084-15/+183
* tests: add netlink large dump buffer checkAlexander V. Chernikov2023-04-083-9/+88
* tests: fix netlink test_dump_ifaces_many test.Alexander V. Chernikov2023-04-081-4/+4
* netlink: improve attribute decoding in python testsAlexander V. Chernikov2023-04-081-39/+92
* netlink: fix capped uncapped ack handling in snl(3).Alexander V. Chernikov2023-04-081-0/+126
* netlink: improve snl(3)Alexander V. Chernikov2023-04-083-27/+110
* netlink: add snl(3) default parsers for routes and links.Alexander V. Chernikov2023-04-081-0/+13
* netlink: fix vlan interface creationAlexander V. Chernikov2023-04-081-1/+0
* acl tests: SerializeMark Johnston2023-04-061-1/+3
* fdgrowtable tests: Address a set-but-not-used warningMark Johnston2023-04-061-0/+2
* pf tests: SerializeMark Johnston2023-04-061-0/+3
* netpfil tests: SerializeMark Johnston2023-04-061-0/+3
* aio tests: Use unique names for zvolsMark Johnston2023-04-061-18/+25
* netmap: fix build issue in unit testVincenzo Maffione2023-04-051-1/+1
* netmap: fix copyin/copyout of nmreq options listVincenzo Maffione2023-04-051-2/+21
* path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston2023-03-291-0/+75
* netgraph tests: SerializeMark Johnston2023-03-271-0/+2
* netipsec tests: SerializeMark Johnston2023-03-271-0/+3
* pf tests: try to trigger locking issues in pfsync_timeout()Kristof Provost2023-03-271-0/+34
* sendfile tests: Mount filesystems under the test workdirMark Johnston2023-03-201-2/+3
* pf tests: test IPv6 fragmentation with link-local addressesKristof Provost2023-03-201-0/+10
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-03-155-9/+112
* fusefs: fix a buffer overflow in the testsAlan Somers2023-03-156-1/+15
* posixshm tests: Correct page size index checksMark Johnston2023-03-131-4/+6
* testing: handling non-root users with VNETs in pytest-based tests.Alexander V. Chernikov2023-02-244-14/+92
* netlink: fix interface dump.Alexander V. Chernikov2023-02-201-0/+61
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-202-60/+109
* pf tests: improve pfsync:basic_defer testKristof Provost2023-02-171-2/+2
* wg: tests: remove an obsolete workaroundKyle Evans2023-02-161-4/+0
* wg: add a test for the home jail socket featureKyle Evans2023-02-161-0/+72
* 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-320/+505
* 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