metrics: Add checkmetrics for latency test

This PR adds the checkmetrics for latency test.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-09-26 19:11:08 +00:00
parent e90440ae24
commit 8cb7df1bed

View File

@ -93,14 +93,14 @@ function run_test_iperf() {
info "Running Iperf test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/network/iperf3_kubernetes/k8s-network-metrics-iperf3.sh -a
check_metrics
}
function run_test_latency() {
info "Running Latency test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/network/latency_kubernetes/latency-network.sh
check_metrics
}
function main() {