mbox series

[net-next,0/4] selftests: tc-testing: misc changes for tdc

Message ID 20240123122736.9915-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series selftests: tc-testing: misc changes for tdc | expand

Message

Pedro Tammela Jan. 23, 2024, 12:27 p.m. UTC
Patches 1 and 3 are fixes for tdc that were discovered when running it
using defconfig + tc-testing config and against the latest iproute2.

Patch 2 improves the taprio script that waits for scheduler changes.

Finally, Patch 4 enables all tdc tests.

Pedro Tammela (4):
  selftests: tc-testing: add missing netfilter config
  selftests: tc-testing: check if 'jq' is available in taprio script
  selftests: tc-testing: adjust fq test to latest iproute2
  selftests: tc-testing: enable all tdc tests

 tools/testing/selftests/tc-testing/config                    | 1 +
 .../selftests/tc-testing/scripts/taprio_wait_for_admin.sh    | 5 +++++
 tools/testing/selftests/tc-testing/tc-tests/qdiscs/fq.json   | 2 +-
 tools/testing/selftests/tc-testing/tdc.sh                    | 3 +--
 4 files changed, 8 insertions(+), 3 deletions(-)