netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] tc-testing: Test suite updates
@ 2017-10-13 21:51 Lucas Bates
  2017-10-13 21:51 ` [PATCH net-next v2 1/4] tc-testing: Add test cases for flushing actions Lucas Bates
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lucas Bates @ 2017-10-13 21:51 UTC (permalink / raw)
  To: davem; +Cc: netdev, xiyou.wangcong, jiri, jhs, aring, mrv, Lucas Bates

This patch series is a roundup of changes to the tc-testing
suite:

 - Add test cases for police and mirred modules and some coverage
   in already-submitted test categories
 - Break the test case files down into more user-friendly sizes
 - Bug fix to the tdc.py script's handling of the -l argument

v2: fix the lack of final newlines in two new files (thanks David)

Lucas Bates (4):
  tc-testing: Add test cases for flushing actions
  tc-testing: Split test case files into smaller chunks
  tc-testing: Add test cases for police and skbmod
  tc-testing: fix the -l argument bug in tdc.py

 .../tc-testing/tc-tests/actions/gact.json          |  469 ++++++++
 .../selftests/tc-testing/tc-tests/actions/ife.json |   52 +
 .../tc-testing/tc-tests/actions/mirred.json        |  223 ++++
 .../tc-testing/tc-tests/actions/police.json        |  527 +++++++++
 .../tc-testing/tc-tests/actions/simple.json        |  130 +++
 .../tc-testing/tc-tests/actions/skbedit.json       |  320 ++++++
 .../tc-testing/tc-tests/actions/skbmod.json        |  372 +++++++
 .../tc-testing/tc-tests/actions/tests.json         | 1165 --------------------
 tools/testing/selftests/tc-testing/tdc.py          |    8 +-
 9 files changed, 2097 insertions(+), 1169 deletions(-)
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/gact.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/ife.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/mirred.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/police.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/simple.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/skbedit.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/skbmod.json
 delete mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/tests.json

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-15  1:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 21:51 [PATCH net-next v2 0/4] tc-testing: Test suite updates Lucas Bates
2017-10-13 21:51 ` [PATCH net-next v2 1/4] tc-testing: Add test cases for flushing actions Lucas Bates
2017-10-13 21:51 ` [PATCH net-next v2 2/4] tc-testing: Split test case files into smaller chunks Lucas Bates
2017-10-13 21:51 ` [PATCH net-next v2 3/4] tc-testing: Add test cases for police and skbmod Lucas Bates
2017-10-13 21:51 ` [PATCH net-next v2 4/4] tc-testing: fix the -l argument bug in tdc.py Lucas Bates
2017-10-15  1:48 ` [PATCH net-next v2 0/4] tc-testing: Test suite updates David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).