Skip to content

Commit f7580f0

Browse files
tammelakuba-moo
authored andcommitted
selftests: tc-testing: remove spurious nsPlugin usage
Tests using DEV2 should not be run in a dedicated net namespace, and in parallel, as this device cannot be shared. Signed-off-by: Pedro Tammela <[email protected]> Acked-by: Jamal Hadi Salim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent e8c780a commit f7580f0

File tree

1 file changed

+0
-6
lines changed
  • tools/testing/selftests/tc-testing/tc-tests/filters

1 file changed

+0
-6
lines changed

tools/testing/selftests/tc-testing/tc-tests/filters/tests.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
"filter",
4949
"flower"
5050
],
51-
"plugins": {
52-
"requires": "nsPlugin"
53-
},
5451
"setup": [
5552
"$TC qdisc add dev $DEV2 ingress",
5653
"./tdc_batch.py $DEV2 $BATCH_FILE --share_action -n 1000000"
@@ -72,9 +69,6 @@
7269
"filter",
7370
"flower"
7471
],
75-
"plugins": {
76-
"requires": "nsPlugin"
77-
},
7872
"setup": [
7973
"$TC qdisc add dev $DEV2 ingress",
8074
"$TC filter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:11:4a:50 ip_proto tcp src_ip 1.1.1.1 dst_ip 2.2.2.2 action drop"

0 commit comments

Comments
 (0)