[LTP] [PATCH 6/6] network/tcp_cc: add new test bbr02
Petr Vorel
pvorel@suse.cz
Mon May 28 06:21:39 CEST 2018
Hi Alexey,
> Difference, comparing to bbr01:
> * Uses different (not default) qdisc: pfifo_fast, codel, pfifo, fq, hfsc,
> hhf, htb, pie, prio, sfb and sfq.
> * Emulates congestion not only with packet loss but with delay, corrupt
> and reorder.
> The test expects that 'bbr' congestion-control algorithm not
> significantly worse than 'cubic'.
> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Acked-by: Petr Vorel <pvorel@suse.cz>
> ---
> +do_test()
> +{
> + for q in $qdisc_list; do
> + if tc qdisc add $q >/dev/null 2>&1; then
> + tst_res TCONF "$q qdisc not supported"
> + continue
> + fi
Yes, this one would of using TST_TEST_DATA.
Kind regards,
Petr
More information about the ltp
mailing list