aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
Commit message (Expand)AuthorAgeFilesLines
* pf: test rules evaluation in the face of multiple IPv6 fragment headersKristof Provost2023-08-041-0/+21
* 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-081-15/+106
* tests: add netlink large dump buffer checkAlexander V. Chernikov2023-04-081-9/+11
* netlink: improve attribute decoding in python testsAlexander V. Chernikov2023-04-081-39/+92
* testing: handling non-root users with VNETs in pytest-based tests.Alexander V. Chernikov2023-02-243-6/+74
* netlink: return optional metadata with the operation result.Alexander V. Chernikov2023-02-201-60/+74
* pytest: delete interfaces from inside the jail.Alexander V. Chernikov2023-02-091-9/+37
* tests: Add an IPv4 loopback address of 127.0.0.1/8 to the lo0Jose Luis Duran2023-02-091-0/+1
* netlink: improve RTM_GETADDR handling.Alexander V. Chernikov2023-01-231-15/+87
* 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-232-37/+67
* netlink: connect netlink tests to the buildAlexander V. Chernikov2023-01-234-21/+54
* netlink: improve interface handlingAlexander V. Chernikov2023-01-232-1/+1496
* tests: add routing tests for switching between same prefixesAlexander V. Chernikov2023-01-132-3/+20
* testing: add ability to specify multi-vnet topologies in the pytest framework.Alexander V. Chernikov2023-01-132-100/+397
* testing: pass ATF vars to pytest via env instead of arguments.Alexander V. Chernikov2023-01-131-0/+6
* testing: Add basic atf support to pytest.Alexander V. Chernikov2023-01-1310-0/+1095