Home
last modified time | relevance | path

Searched refs:expected_rate (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh1895 local expected_rate=$4
1904 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \
1905 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then
1906 fail_test "got $tx_rate% usage, expected $expected_rate%"