aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vlan: fix setting flags on a QinQ interfaceKristof Provost2023-05-121-0/+29
* ktls_test: specify OpenSSL 1.1 APIPierre Pronchery2023-05-111-0/+1
* netlink: temporary skip snl(3) capped test.Alexander V. Chernikov2023-05-091-0/+2
* if_ovpn tests: fix route_to test caseKristof Provost2023-05-081-13/+11
* capsicum: Verify that openat("/", "..") fails with ENOTCAPABLEMark Johnston2023-04-251-0/+26
* tests: Add ATF_REQUIRE_SYSCTL_BOOLMark Johnston2023-04-252-3/+16
* netlink: add netlink interfaces to if_cloneAlexander V. Chernikov2023-04-251-0/+3
* tests: fix netlink type parsing.Alexander V. Chernikov2023-04-182-2/+2
* Testing: add framework for the kernel unit tests.Alexander V. Chernikov2023-04-1411-2/+355
* bridge tests: test cross-vlan bridgingKristof Provost2023-04-141-0/+68
* pf tests: add tests for the new scrub syntaxKajetan Staszkiewicz2023-04-145-13/+856
* epair tests: test PCP tagged packetsKristof Provost2023-04-102-0/+66
* netinet tests: test carp source MAC addressKristof Provost2023-04-072-0/+55
* zfsd: add support for hotplugging sparesAlan Somers2023-04-065-3/+202
* tests: fix utils import in netlink testsAlexander V. Chernikov2023-04-022-4/+2
* tests: refactor atf_python a bitAlexander V. Chernikov2023-04-013-14/+22
* tests: add support for parsing generic netlink families.Alexander V. Chernikov2023-04-016-71/+299
* tests: split netlink.py into multiple files to impove maintainability.Alexander V. Chernikov2023-04-0116-1776/+1778
* pf tests: SerializeMark Johnston2023-03-301-0/+3
* if_ovpn tests: SerializeMark Johnston2023-03-301-0/+2
* acl tests: SerializeMark Johnston2023-03-301-1/+3
* aio tests: Use unique names for zvolsMark Johnston2023-03-301-18/+25
* netpfil tests: SerializeMark Johnston2023-03-301-0/+3
* fdgrowtable tests: Address a set-but-not-used warningMark Johnston2023-03-301-0/+2
* ktls tests: Populate sockaddr fields before bindingMark Johnston2023-03-301-0/+2
* tests/sys/audit: Remove MIPS-specific sysarch(2) test.John Baldwin2023-03-291-5/+0
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-03-291-0/+39
* ses: cleanup ses testsAlan Somers2023-03-272-31/+60
* makefs: add missing break for 'g' case in tarfs testEd Maste2023-03-231-0/+1
* path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston2023-03-221-0/+75
* netmap: fix copyin/copyout of nmreq options listVincenzo Maffione2023-03-211-2/+21
* ktls: Fix interlocking between ktls_enable_rx() and listen(2)Mark Johnston2023-03-211-0/+46
* pf tests: try to trigger locking issues in pfsync_timeout()Kristof Provost2023-03-201-0/+34
* netipsec tests: SerializeMark Johnston2023-03-201-0/+3
* carp tests: unicast tests (IPv6)Kristof Provost2023-03-201-0/+62
* carp tests: unicast tests (IPv4)Kristof Provost2023-03-201-0/+59
* carp tests: test manually switch between backup and masterKristof Provost2023-03-201-0/+25
* netgraph tests: SerializeMark Johnston2023-03-181-0/+2
* netlink: fix capped uncapped ack handling in snl(3).Alexander V. Chernikov2023-03-181-0/+126
* tun tests: Fix cleanup definitionsMark Johnston2023-03-161-6/+3
* tarfs: Fix backtracking during node creation.Dag-Erling Smørgrav2023-03-162-13/+9
* tarfs: Support tar files which include file modes with permissions.Dag-Erling Smørgrav2023-03-161-0/+1
* tarfs: Correctly track link count.Dag-Erling Smørgrav2023-03-161-0/+2
* tarfs: Repeat tests using GNU tar if available.Dag-Erling Smørgrav2023-03-162-13/+104
* pf tests: test IPv6 fragmentation with link-local addressesKristof Provost2023-03-161-0/+10
* netlink: improve snl(3)Alexander V. Chernikov2023-03-153-27/+110
* sendfile tests: Mount filesystems under the test workdirMark Johnston2023-03-131-2/+3
* tests: fix python parsing of netlink nested attributesAlexander V. Chernikov2023-03-131-2/+3
* netlink: add snl(3) default parsers for routes and links.Alexander V. Chernikov2023-03-091-0/+13
* tests: add more netlink tests for neighbors/routesAlexander V. Chernikov2023-03-074-15/+183