Lines Matching full:loss
109 "name": "Create NETEM with distribution and loss flag",
119 …est": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution pareto loss 1%",
122 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss 1%",
130 "name": "Create NETEM with distribution and loss state flag",
140 …qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paretonormal loss state 1",
143 …"matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss state p13 1% p31 99% p…
151 "name": "Create NETEM with loss gemodel flag",
161 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem loss gemodel 1%",
164 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*loss gemodel p 1%",
256 "name": "Change NETEM with loss state",
265 … "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal loss 1%"
267 …": "$TC qdisc change dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal loss 2%",
270 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*loss 2%",
287 … "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal loss 1%"