aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/net/ynl/tests
AgeCommit message (Expand)AuthorFilesLines
2026-04-14tools: ynl: add sample for wireguardAsbjørn Sloth Tønnesen2-0/+107
2026-04-12tools: ynl: ethtool: add --dbg-small-recv optionHangbin Liu1-1/+8
2026-04-12tools: ynl: ethtool: use doit instead of dumpit for per-device GETHangbin Liu1-35/+33
2026-04-12tools: ynl: move ethtool.py to selftestHangbin Liu3-2/+469
2026-04-09tools: ynl: tests: fix leading space on Makefile targetHangbin Liu1-1/+1
2026-03-09tools: ynl: convert rt-route sample to selftestJakub Kicinski3-36/+72
2026-03-09tools: ynl: convert rt-addr sample to selftestJakub Kicinski3-28/+65
2026-03-09tools: ynl: convert ethtool sample to selftestJakub Kicinski3-29/+62
2026-03-09tools: ynl: convert devlink sample to selftestJakub Kicinski3-36/+85
2026-03-09tools: ynl: add netdevsim wrapper library for YNL testsJakub Kicinski2-0/+40
2026-03-09tools: ynl: convert tc and tc-filter-add samples to selftestJakub Kicinski4-369/+367
2026-03-09tools: ynl: convert rt-link sample to selftestJakub Kicinski3-83/+106
2026-03-09tools: ynl: convert ovs sample to selftestJakub Kicinski3-38/+88
2026-03-09tools: ynl: convert netdev sample to selftestJakub Kicinski2-68/+184
2026-03-09tools: ynl: move samples to testsJakub Kicinski11-5/+1124
2026-03-04tools: ynl: produce kselftest-list.txt from testsJakub Kicinski1-0/+3
2026-03-04tools: ynl: support INSTALL_PATH in the tests MakefileJakub Kicinski1-5/+7
2026-03-04tools: ynl: don't install tests in /usr/bin/Jakub Kicinski1-5/+4
2026-03-04tools: ynl: rename TESTS variable to TEST_PROGSJakub Kicinski1-6/+6
2025-11-26tools: ynl: add YNL test frameworkHangbin Liu4-0/+587