From f3fcf6cbf974b4939a187abe70c6f5d2af9b18b0 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 26 Sep 2023 19:11:08 +0000 Subject: [PATCH] metrics: Add checkmetrics for latency test This PR adds the checkmetrics for latency test. Signed-off-by: Gabriela Cervantes (cherry picked from commit 8cb7df1bedd762147ce951fba2837f71cdc7f871) --- tests/metrics/gha-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/metrics/gha-run.sh b/tests/metrics/gha-run.sh index 4f08488215..3c7686e122 100755 --- a/tests/metrics/gha-run.sh +++ b/tests/metrics/gha-run.sh @@ -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() {