]> www.infradead.org Git - linux.git/commit
selftests: tc-testing: drop '-N' argument from nsPlugin
authorPedro Tammela <pctammela@mojatatu.com>
Tue, 14 Nov 2023 16:04:39 +0000 (13:04 -0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2023 22:30:10 +0000 (22:30 +0000)
commit9ffa01cab0699476be12ed4917c7d282cedc5ddf
tree520c3ec274e3d71a15d3bbb6813ed1a34716be8c
parent0fbe92b9fd4d3287f291e8f1b03d63dc4a2f38a4
selftests: tc-testing: drop '-N' argument from nsPlugin

This argument would bypass the net namespace creation and run the test in
the root namespace, even if nsPlugin was specified.
Drop it as it's the same as commenting out the nsPlugin from a test and adds
additional complexity to the plugin code.

Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/plugin-lib/nsPlugin.py