Commit 774a2ae6 authored by Davide Caratti's avatar Davide Caratti Committed by Jakub Kicinski
Browse files
parent 87c6efc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ ALL_TESTS="
	ets_test_strict
	ets_test_mixed
	ets_test_dwrr
	ets_test_plug
	classifier_mode
	ets_test_strict
	ets_test_mixed
+8 −0
Original line number Diff line number Diff line
@@ -224,3 +224,11 @@ ets_test_dwrr()
	ets_set_dwrr_two_bands
	xfail_on_slow ets_dwrr_test_01
}

ets_test_plug()
{
	ets_change_qdisc $put 2 "3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3" "1514 1514"
	tc qdisc add dev $put handle 20: parent 10:4 plug
	start_traffic_pktsize 100 $h1.10 192.0.2.1 192.0.2.2 00:c1:a0:c1:a0:00 "-c 1"
	ets_qdisc_setup $put 2
}