aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
Commit message (Expand)AuthorAgeFilesLines
* tests: move atf_python/sys/ into the tests packageLexi Winter2024-04-195-0/+5
* atf_python: Standardize custom sectionsJose Luis Duran2023-10-131-1/+1
* atf_python: Set verbosity for commands in a vnetJose Luis Duran2023-10-131-2/+2
* atf_python: vnet: Use absolute paths within helpersJose Luis Duran2023-10-131-10/+6
* atf_python: Actually implement verbosity for run_cmdJose Luis Duran2023-10-131-1/+2
* atf_python: Do not attempt to automatically delete lo0Jose Luis Duran2023-10-131-0/+2
* pkgbase: Put atf_python files in FreeBSD-testsEmmanuel Vadot2023-10-121-0/+2
* pf: test rules evaluation in the face of multiple IPv6 fragment headersKristof Provost2023-08-041-0/+21
* ipfw: add eaction testsAlexander V. Chernikov2023-06-151-0/+6
* ipfw(8): add ioctl/instruction generation testsAlexander V. Chernikov2023-06-1311-1/+1551
* ktest: make ktest work with Netlink loaded as a module.Alexander V. Chernikov2023-06-131-1/+1
* netlink: add support for decoding genl ops/groups in pytestAlexander V. Chernikov2023-06-014-10/+73
* netlink: add support for adding/deleting interface addressesAlexander V. Chernikov2023-05-161-65/+158
* testing: improve vnet support in pytestAlexander V. Chernikov2023-05-161-10/+36
* testing: rename IfattrType to IfaAttrType for consistencyAlexander V. Chernikov2023-05-151-7/+7
* testing: add public method for requiring module presense in pytestAlexander V. Chernikov2023-05-151-6/+13
* testing: add support for handling Netlink carp messagesAlexander V. Chernikov2023-05-152-2/+99
* testing: add support for using custom interfaces in pytest framework.Alexander V. Chernikov2023-05-152-7/+23
* tests: fix netlink type parsing.Alexander V. Chernikov2023-04-182-2/+2
* Testing: add framework for the kernel unit tests.Alexander V. Chernikov2023-04-148-2/+313
* tests: fix utils import in netlink testsAlexander V. Chernikov2023-04-022-4/+2
* tests: refactor atf_python a bitAlexander V. Chernikov2023-04-012-6/+20
* 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-0111-1730/+1735
* tests: fix python parsing of netlink nested attributesAlexander V. Chernikov2023-03-131-2/+3
* tests: add more netlink tests for neighbors/routesAlexander V. Chernikov2023-03-071-15/+106
* tests: add netlink large dump buffer checkAlexander V. Chernikov2023-02-201-9/+11
* netlink: improve attribute decoding in python testsAlexander V. Chernikov2023-02-171-39/+92
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-091-60/+74
* testing: handling non-root users with VNETs in pytest-based tests.Alexander V. Chernikov2023-02-093-6/+74
* pytest: delete interfaces from inside the jail.Alexander V. Chernikov2023-01-251-9/+37
* tests: Add an IPv4 loopback address of 127.0.0.1/8 to the lo0Jose Luis Duran2023-01-111-0/+1
* netlink: improve RTM_GETADDR handling.Alexander V. Chernikov2023-01-081-15/+87
* 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-292-37/+67
* netlink: connect netlink tests to the buildAlexander V. Chernikov2022-12-164-21/+54
* netlink: improve interface handlingAlexander V. Chernikov2022-12-142-1/+1496
* tests: add routing tests for switching between same prefixesAlexander V. Chernikov2022-08-072-3/+20
* testing: add ability to specify multi-vnet topologies in the pytest framework.Alexander V. Chernikov2022-07-072-100/+397
* testing: pass ATF vars to pytest via env instead of arguments.Alexander V. Chernikov2022-06-281-0/+6
* testing: Add basic atf support to pytest.Alexander V. Chernikov2022-06-2510-0/+1095