Home
last modified time | relevance | path

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

/third_party/ltp/testcases/lib/
Dtst_net.sh795 local threshold_low=$3
798 if [ -z "$base_time" -o -z "$new_time" -o -z "$threshold_low" ]; then
805 if [ "$res" -lt "$threshold_low" ]; then
806 tst_res_ TFAIL "$msg < threshold ${threshold_low}%"
813 tst_res_ TPASS "$msg, in range [${threshold_low}:${threshold_hi}]%"