Skip to content

Commit 7c5995b

Browse files
Roman Mashakdavem330
authored andcommitted
tc-testing: fixed copy-pasting error in ife tests
Reported-by: Vlad Buslov <[email protected]> Reported-by: Davide Caratti <[email protected]> Signed-off-by: Roman Mashak <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 990a9d4 commit 7c5995b

File tree

1 file changed

+14
-14
lines changed
  • tools/testing/selftests/tc-testing/tc-tests/actions

1 file changed

+14
-14
lines changed

tools/testing/selftests/tc-testing/tc-tests/actions/ife.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"matchPattern": "action order [0-9]*: ife encode action pass.*type 0xED3E.*allow mark.*index 2",
2121
"matchCount": "1",
2222
"teardown": [
23-
"$TC actions flush action skbedit"
23+
"$TC actions flush action ife"
2424
]
2525
},
2626
{
@@ -44,7 +44,7 @@
4444
"matchPattern": "action order [0-9]*: ife encode action pipe.*type 0xED3E.*use mark.*index 2",
4545
"matchCount": "1",
4646
"teardown": [
47-
"$TC actions flush action skbedit"
47+
"$TC actions flush action ife"
4848
]
4949
},
5050
{
@@ -68,7 +68,7 @@
6868
"matchPattern": "action order [0-9]*: ife encode action continue.*type 0xED3E.*allow mark.*index 2",
6969
"matchCount": "1",
7070
"teardown": [
71-
"$TC actions flush action skbedit"
71+
"$TC actions flush action ife"
7272
]
7373
},
7474
{
@@ -92,7 +92,7 @@
9292
"matchPattern": "action order [0-9]*: ife encode action drop.*type 0xED3E.*use mark 789.*index 2",
9393
"matchCount": "1",
9494
"teardown": [
95-
"$TC actions flush action skbedit"
95+
"$TC actions flush action ife"
9696
]
9797
},
9898
{
@@ -116,7 +116,7 @@
116116
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use mark 656768.*index 2",
117117
"matchCount": "1",
118118
"teardown": [
119-
"$TC actions flush action skbedit"
119+
"$TC actions flush action ife"
120120
]
121121
},
122122
{
@@ -140,7 +140,7 @@
140140
"matchPattern": "action order [0-9]*: ife encode action jump 1.*type 0xED3E.*use mark 65.*index 2",
141141
"matchCount": "1",
142142
"teardown": [
143-
"$TC actions flush action skbedit"
143+
"$TC actions flush action ife"
144144
]
145145
},
146146
{
@@ -164,7 +164,7 @@
164164
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use mark 4294967295.*index 90",
165165
"matchCount": "1",
166166
"teardown": [
167-
"$TC actions flush action skbedit"
167+
"$TC actions flush action ife"
168168
]
169169
},
170170
{
@@ -210,7 +210,7 @@
210210
"matchPattern": "action order [0-9]*: ife encode action pass.*type 0xED3E.*allow prio.*index 9",
211211
"matchCount": "1",
212212
"teardown": [
213-
"$TC actions flush action skbedit"
213+
"$TC actions flush action ife"
214214
]
215215
},
216216
{
@@ -234,7 +234,7 @@
234234
"matchPattern": "action order [0-9]*: ife encode action pipe.*type 0xED3E.*use prio 7.*index 9",
235235
"matchCount": "1",
236236
"teardown": [
237-
"$TC actions flush action skbedit"
237+
"$TC actions flush action ife"
238238
]
239239
},
240240
{
@@ -258,7 +258,7 @@
258258
"matchPattern": "action order [0-9]*: ife encode action continue.*type 0xED3E.*use prio 3.*index 9",
259259
"matchCount": "1",
260260
"teardown": [
261-
"$TC actions flush action skbedit"
261+
"$TC actions flush action ife"
262262
]
263263
},
264264
{
@@ -282,7 +282,7 @@
282282
"matchPattern": "action order [0-9]*: ife encode action drop.*type 0xED3E.*allow prio.*index 9",
283283
"matchCount": "1",
284284
"teardown": [
285-
"$TC actions flush action skbedit"
285+
"$TC actions flush action ife"
286286
]
287287
},
288288
{
@@ -306,7 +306,7 @@
306306
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use prio 998877.*index 9",
307307
"matchCount": "1",
308308
"teardown": [
309-
"$TC actions flush action skbedit"
309+
"$TC actions flush action ife"
310310
]
311311
},
312312
{
@@ -330,7 +330,7 @@
330330
"matchPattern": "action order [0-9]*: ife encode action jump 10.*type 0xED3E.*use prio 998877.*index 9",
331331
"matchCount": "1",
332332
"teardown": [
333-
"$TC actions flush action skbedit"
333+
"$TC actions flush action ife"
334334
]
335335
},
336336
{
@@ -354,7 +354,7 @@
354354
"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0xED3E.*use prio 4294967295.*index 99",
355355
"matchCount": "1",
356356
"teardown": [
357-
"$TC actions flush action skbedit"
357+
"$TC actions flush action ife"
358358
]
359359
},
360360
{

0 commit comments

Comments
 (0)