Re: [PATCH net-next 4/7] tools: tc-testing: rootPlugin

2018-02-14 Thread Lucas Bates
On Wed, Feb 14, 2018 at 2:09 PM, Brenda J. Butler wrote: > Move the functionality that checks for root permissions into a plugin. > > Signed-off-by: Brenda J. Butler Acked-by: Lucas Bates > --- > .../selftests/tc-testing/plugin-lib/rootPlugin.py | 19 > +++ > tools/testing/

[PATCH net-next 4/7] tools: tc-testing: rootPlugin

2018-02-14 Thread Brenda J. Butler
Move the functionality that checks for root permissions into a plugin. Signed-off-by: Brenda J. Butler --- .../selftests/tc-testing/plugin-lib/rootPlugin.py | 19 +++ tools/testing/selftests/tc-testing/tdc.py | 4 2 files changed, 19 insertions(+), 4 deletio