We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c6efc commit 774a2aeCopy full SHA for 774a2ae
tools/testing/selftests/net/forwarding/sch_ets.sh
@@ -11,6 +11,7 @@ ALL_TESTS="
11
ets_test_strict
12
ets_test_mixed
13
ets_test_dwrr
14
+ ets_test_plug
15
classifier_mode
16
17
tools/testing/selftests/net/forwarding/sch_ets_tests.sh
@@ -224,3 +224,11 @@ ets_test_dwrr()
224
ets_set_dwrr_two_bands
225
xfail_on_slow ets_dwrr_test_01
226
}
227
+
228
+ets_test_plug()
229
+{
230
+ ets_change_qdisc $put 2 "3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3" "1514 1514"
231
+ tc qdisc add dev $put handle 20: parent 10:4 plug
232
+ start_traffic_pktsize 100 $h1.10 192.0.2.1 192.0.2.2 00:c1:a0:c1:a0:00 "-c 1"
233
+ ets_qdisc_setup $put 2
234
+}
0 commit comments