Searched refs:expected_rate (Results 1 – 1 of 1) sorted by relevance
1895 local expected_rate=$41904 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \1905 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then1906 fail_test "got $tx_rate% usage, expected $expected_rate%"