forked from Minki/linux
tc-testing: updated gact tests with batch test cases
Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
08486add3a
commit
9ba32046fc
@ -465,5 +465,76 @@
|
|||||||
"teardown": [
|
"teardown": [
|
||||||
"$TC actions flush action gact"
|
"$TC actions flush action gact"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1021",
|
||||||
|
"name": "Add batch of 32 gact pass actions",
|
||||||
|
"category": [
|
||||||
|
"actions",
|
||||||
|
"gact"
|
||||||
|
],
|
||||||
|
"setup": [
|
||||||
|
[
|
||||||
|
"$TC actions flush action gact",
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
255
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"cmdUnderTest": "for i in `seq 1 32`; do cmd=\"action pass index $i \"; args=\"$args$cmd\"; done && $TC actions add $args",
|
||||||
|
"expExitCode": "0",
|
||||||
|
"verifyCmd": "$TC actions list action gact",
|
||||||
|
"matchPattern": "^[ \t]+index [0-9]+ ref",
|
||||||
|
"matchCount": "32",
|
||||||
|
"teardown": [
|
||||||
|
"$TC actions flush action gact"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "da7a",
|
||||||
|
"name": "Add batch of 32 gact continue actions with cookie",
|
||||||
|
"category": [
|
||||||
|
"actions",
|
||||||
|
"gact"
|
||||||
|
],
|
||||||
|
"setup": [
|
||||||
|
[
|
||||||
|
"$TC actions flush action gact",
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
255
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"cmdUnderTest": "for i in `seq 1 32`; do cmd=\"action continue index $i cookie aabbccddeeff112233445566778800a1 \"; args=\"$args$cmd\"; done && $TC actions add $args",
|
||||||
|
"expExitCode": "0",
|
||||||
|
"verifyCmd": "$TC actions list action gact",
|
||||||
|
"matchPattern": "^[ \t]+index [0-9]+ ref",
|
||||||
|
"matchCount": "32",
|
||||||
|
"teardown": [
|
||||||
|
"$TC actions flush action gact"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "8aa3",
|
||||||
|
"name": "Delete batch of 32 gact continue actions",
|
||||||
|
"category": [
|
||||||
|
"actions",
|
||||||
|
"gact"
|
||||||
|
],
|
||||||
|
"setup": [
|
||||||
|
[
|
||||||
|
"$TC actions flush action gact",
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
255
|
||||||
|
],
|
||||||
|
"for i in `seq 1 32`; do cmd=\"action continue index $i \"; args=\"$args$cmd\"; done && $TC actions add $args"
|
||||||
|
],
|
||||||
|
"cmdUnderTest": "for i in `seq 1 32`; do cmd=\"action gact index $i \"; args=\"$args$cmd\"; done && $TC actions del $args",
|
||||||
|
"expExitCode": "0",
|
||||||
|
"verifyCmd": "$TC actions list action gact",
|
||||||
|
"matchPattern": "^[ \t]+index [0-9]+ ref",
|
||||||
|
"matchCount": "0",
|
||||||
|
"teardown": []
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user