aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
Commit message (Expand)AuthorAgeFilesLines
* 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