Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 253d8d1

Browse files
authored
Merge pull request #5373 from GabyCT/topic/addiperfcpu
metrics: Support network iperf3 cpu results
2 parents dcbbe30 + a5b28a5 commit 253d8d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/checkmetrics/history/history.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ test_queries+=(".\"memory-footprint-ksm\".Results | .[] | .average.Result")
4444
tests+=("memory-footprint-inside-container")
4545
test_queries+=(".\"memory-footprint-inside-container\".Results | .[] | .memtotal.Result")
4646

47+
if [ "${KATA_HYPERVISOR}" == "cloud-hypervisor" ]; then
48+
tests+=("network-iperf3")
49+
test_queries+=(".\"network-iperf3\".Results | .[] | .cpu.Result")
50+
fi
51+
4752
# What is the base URL of the Jenkins server
4853
url_base="http://jenkins.katacontainers.io/job"
4954

0 commit comments

Comments
 (0)