Skip to content

Commit

Permalink
tc-testing: fixed copy-pasting error in ife tests
Browse files Browse the repository at this point in the history
Reported-by: Vlad Buslov <vladbu@mellanox.com>
Reported-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Roman Mashak authored and davem330 committed May 17, 2018
1 parent 990a9d4 commit 7c5995b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tools/testing/selftests/tc-testing/tc-tests/actions/ife.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"matchPattern": "action order [0-9]*: ife encode action pass.*type 0xED3E.*allow mark.*index 2",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -44,7 +44,7 @@
"matchPattern": "action order [0-9]*: ife encode action pipe.*type 0xED3E.*use mark.*index 2",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -68,7 +68,7 @@
"matchPattern": "action order [0-9]*: ife encode action continue.*type 0xED3E.*allow mark.*index 2",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -92,7 +92,7 @@
"matchPattern": "action order [0-9]*: ife encode action drop.*type 0xED3E.*use mark 789.*index 2",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -116,7 +116,7 @@
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use mark 656768.*index 2",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -140,7 +140,7 @@
"matchPattern": "action order [0-9]*: ife encode action jump 1.*type 0xED3E.*use mark 65.*index 2",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -164,7 +164,7 @@
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use mark 4294967295.*index 90",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand Down Expand Up @@ -210,7 +210,7 @@
"matchPattern": "action order [0-9]*: ife encode action pass.*type 0xED3E.*allow prio.*index 9",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -234,7 +234,7 @@
"matchPattern": "action order [0-9]*: ife encode action pipe.*type 0xED3E.*use prio 7.*index 9",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -258,7 +258,7 @@
"matchPattern": "action order [0-9]*: ife encode action continue.*type 0xED3E.*use prio 3.*index 9",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -282,7 +282,7 @@
"matchPattern": "action order [0-9]*: ife encode action drop.*type 0xED3E.*allow prio.*index 9",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -306,7 +306,7 @@
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use prio 998877.*index 9",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -330,7 +330,7 @@
"matchPattern": "action order [0-9]*: ife encode action jump 10.*type 0xED3E.*use prio 998877.*index 9",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand All @@ -354,7 +354,7 @@
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use prio 4294967295.*index 99",
"matchCount": "1",
"teardown": [
"$TC actions flush action skbedit"
"$TC actions flush action ife"
]
},
{
Expand Down

0 comments on commit 7c5995b

Please sign in to comment.