netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/1] Introduction of the tc tests
@ 2017-06-16 21:22 Lucas Bates
  2017-06-16 21:22 ` [PATCH net-next 1/1] selftests: Introduce tc testsuite Lucas Bates
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Lucas Bates @ 2017-06-16 21:22 UTC (permalink / raw)
  To: davem; +Cc: netdev, stephen, jiri, xiyou.wangcong, mrv, jhs, Lucas Bates

Apologies for sending this as one big patch. I've been sitting on this a little
too long, but it's ready and I wanted to get it out.

There are a limited number of tests to start - I plan to add more on a regular
basis.

Lucas Bates (1):
  selftests: Introduce tc testsuite

 tools/testing/selftests/tc-testing/.gitignore      |    1 +
 tools/testing/selftests/tc-testing/README          |  102 ++
 tools/testing/selftests/tc-testing/TODO.txt        |   10 +
 .../creating-testcases/AddingTestCases.txt         |   69 ++
 .../tc-testing/creating-testcases/template.json    |   40 +
 .../tc-testing/tc-tests/actions/tests.json         | 1115 ++++++++++++++++++++
 .../tc-testing/tc-tests/filters/tests.json         |   21 +
 tools/testing/selftests/tc-testing/tdc.py          |  413 ++++++++
 tools/testing/selftests/tc-testing/tdc_config.py   |   17 +
 tools/testing/selftests/tc-testing/tdc_helper.py   |   75 ++
 10 files changed, 1863 insertions(+)
 create mode 100644 tools/testing/selftests/tc-testing/.gitignore
 create mode 100644 tools/testing/selftests/tc-testing/README
 create mode 100644 tools/testing/selftests/tc-testing/TODO.txt
 create mode 100644 tools/testing/selftests/tc-testing/creating-testcases/AddingTestCases.txt
 create mode 100644 tools/testing/selftests/tc-testing/creating-testcases/template.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/tests.json
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/filters/tests.json
 create mode 100755 tools/testing/selftests/tc-testing/tdc.py
 create mode 100644 tools/testing/selftests/tc-testing/tdc_config.py
 create mode 100644 tools/testing/selftests/tc-testing/tdc_helper.py

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

end of thread, other threads:[~2017-06-20 17:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16 21:22 [PATCH net-next 0/1] Introduction of the tc tests Lucas Bates
2017-06-16 21:22 ` [PATCH net-next 1/1] selftests: Introduce tc testsuite Lucas Bates
2017-06-19 23:37 ` [PATCH net-next 0/1] Introduction of the tc tests Cong Wang
2017-06-20  3:48   ` David Miller
2017-06-20  4:13     ` Cong Wang
2017-06-20 15:36       ` David Miller
2017-06-20  5:38     ` Stephen Hemminger
2017-06-20  5:40     ` Stephen Hemminger
2017-06-20 11:13       ` Jamal Hadi Salim
2017-06-20 17:16 ` 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).