metrics: Update range for clh tests

In ef0e8669fb we
had been seeing some significantly lower minvalues in
the jitter.Result test, so I lowered the mid-value rather
than having a very high minpercent, but it appears that the
variability of this result is very high, so we are still getting
the occasional high value, so reset the midval and just
have a bigger ranges on both sides, to try and keep the test
stable.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-03-14 14:54:30 +00:00
parent d77008b817
commit 1022d8d260

View File

@ -211,6 +211,6 @@ description = "iperf"
# within (inclusive)
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
checktype = "mean"
midval = 0.02
minpercent = 70.0
maxpercent = 60.0
midval = 0.04
minpercent = 85.0
maxpercent = 80.0