Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1899 local expected_rate=$4
1908 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \
1909 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then
1910 fail_test "got $tx_rate% usage, expected $expected_rate%"

Completed in 3 milliseconds