Re: [PATCH net-next 6/7] tools: tc-testing: valgrindPlugin

2018-02-14 Thread Lucas Bates
On Wed, Feb 14, 2018 at 2:09 PM, Brenda J. Butler wrote: > Run the command under test under valgrind. Produce an extra set of > tap output for the memory check on each test. > > Signed-off-by: Brenda J. Butler Acked-by: Lucas Bates > --- > .../tc-testing/plugin-lib/valgrindPlugin.py|

[PATCH net-next 6/7] tools: tc-testing: valgrindPlugin

2018-02-14 Thread Brenda J. Butler
Run the command under test under valgrind. Produce an extra set of tap output for the memory check on each test. Signed-off-by: Brenda J. Butler --- .../tc-testing/plugin-lib/valgrindPlugin.py| 142 + 1 file changed, 142 insertions(+) create mode 100644 tools/testi