mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 13:54:12 +00:00
metrics: Add checkmetrics for latency test
This PR adds the checkmetrics for latency test.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 8cb7df1bed
)
This commit is contained in:
parent
ce03e9f97a
commit
f3fcf6cbf9
@ -93,14 +93,14 @@ function run_test_iperf() {
|
|||||||
info "Running Iperf test using ${KATA_HYPERVISOR} hypervisor"
|
info "Running Iperf test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
bash tests/metrics/network/iperf3_kubernetes/k8s-network-metrics-iperf3.sh -a
|
bash tests/metrics/network/iperf3_kubernetes/k8s-network-metrics-iperf3.sh -a
|
||||||
|
|
||||||
check_metrics
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_test_latency() {
|
function run_test_latency() {
|
||||||
info "Running Latency test using ${KATA_HYPERVISOR} hypervisor"
|
info "Running Latency test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
bash tests/metrics/network/latency_kubernetes/latency-network.sh
|
bash tests/metrics/network/latency_kubernetes/latency-network.sh
|
||||||
|
|
||||||
|
check_metrics
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user