brintos

brintos / linux-shallow public Read only

0
0
Text · 577 B · d012d88 Raw
23 lines · 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        "plugins": {10            "requires": "nsPlugin"11        },12        "setup": [13        ],14        "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_pie flows 65536",15        "expExitCode": "0",16        "verifyCmd": "$TC qdisc show dev $DUMMY",17        "matchPattern": "qdisc fq_pie 1: root refcnt 2 limit 10240p flows 65536",18        "matchCount": "1",19        "teardown": [20        ]21    }22]23