Lines Matching full:loss
119 "name": "Create NETEM with distribution and loss flag",
130 …est": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution pareto loss 1%",
133 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss 1%",
142 "name": "Create NETEM with distribution and loss state flag",
153 …qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paretonormal loss state 1",
156 …"matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss state p13 1% p31 99% p…
165 "name": "Create NETEM with loss gemodel flag",
176 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem loss gemodel 1%",
179 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*loss gemodel p 1%",
280 "name": "Change NETEM with loss state",
290 … "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal loss 1%"
292 …": "$TC qdisc change dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal loss 2%",
295 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*loss 2%",
314 … "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal loss 1%"