1cda2e11b3ad9958d5564e204ac20ce0f9a1c6c3
[linux-2.6-microblaze.git] / tools / testing / selftests / tc-testing / tc-tests / qdiscs / fq_pie.json
1 [
2     {
3         "id": "83be",
4         "name": "Create FQ-PIE with invalid number of flows",
5         "category": [
6             "qdisc",
7             "fq_pie"
8         ],
9         "setup": [
10             "$IP link add dev $DUMMY type dummy || /bin/true"
11         ],
12         "cmdUnderTest": "$TC qdisc add dev $DUMMY root fq_pie flows 65536",
13         "expExitCode": "2",
14         "verifyCmd": "$TC qdisc show dev $DUMMY",
15         "matchPattern": "qdisc",
16         "matchCount": "0",
17         "teardown": [
18             "$IP link del dev $DUMMY"
19         ]
20     }
21 ]