summaryrefslogtreecommitdiff
path: root/tests/topotests/tc_basic/test_tc_basic.py
AgeCommit message (Collapse)Author
2024-04-27tests: Apply black formatting for all tests/topotestsDonatas Abraitis
It's just annoying when the linter tells to apply the formatting for the code you didn't touch. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-11-22tests: traffic control PoC topotestsSiger Yang
This commit adds a basic test for sharpd traffic control PoC, which will check interface TC info from iproute2 `tc` cli. Signed-off-by: Siger Yang <siger.yang@outlook.com>