aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python/sys
Commit message (Expand)AuthorAgeFilesLines
* tests: Get the MAC from the epairs.Ronald Klop2025-07-091-2/+6
* aft_python: fix incorrect ndp useKristof Provost2025-05-081-1/+1
* vnet tests: verify that we can load if_epair and if_bridgeKristof Provost2024-07-231-0/+6
* 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
* 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
* 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 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-144-1/+128
* tests: fix utils import in netlink testsAlexander V. Chernikov2023-04-022-4/+2
* 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-091-0/+3
* 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: improve python vnet wrapper.Alexander V. Chernikov2022-12-291-36/+56
* netlink: connect netlink tests to the buildAlexander V. Chernikov2022-12-162-20/+7
* 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: Add basic atf support to pytest.Alexander V. Chernikov2022-06-257-0/+861