metrics: Add latency value limits for kata CI

This PR adds latency value limits for kata CI.

Fixes #8067

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit a74a8f8a9d)
This commit is contained in:
Gabriela Cervantes 2023-09-26 16:24:01 +00:00 committed by Fabiano Fidêncio
parent 1709f99975
commit cd82a351bd

View File

@ -98,6 +98,19 @@ midval = 98.0
minpercent = 20.0
maxpercent = 20.0
[[metric]]
name = "latency"
type = "json"
description = "measure container latency"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"latency\".Results | .[] | .latency.Result"
checktype = "mean"
midval = 0.75
minpercent = 20.0
maxpercent = 20.0
[[metric]]
name = "network-iperf3"
type = "json"