]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tc-testing-Add-plugin-for-simple-traffic-generation'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:07:20 +0000 (14:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:07:20 +0000 (14:07 -0700)
commitd40c34c9963626cf830a462e19220b79a1e0bfc7
tree6e9297f14adc865b305b1f5a2eac348d7f4c2307
parente013d515c38a4ffc129db7b292a748ecf8a0f984
parenta54e595ca2f651ef46b0aaa66649a4a41c1ecdb4
Merge branch 'tc-testing-Add-plugin-for-simple-traffic-generation'

Lucas Bates says:

====================
tc-testing: Add plugin for simple traffic generation

This series supersedes the previous submission that included a patch for test
case verification using JSON output.  It adds a new tdc plugin, scapyPlugin, as
a way to send traffic to test tc filters and actions.

The first patch makes a change to the TdcPlugin module that will allow tdc
plugins to examine the test case currently being executed, so plugins can
play a more active role in testing by accepting information or commands from
the test case.  This is required for scapyPlugin to work.

The second patch adds scapyPlugin itself, and an example test case file to
demonstrate how the scapy block works in the test cases.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>