1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 20:24:31 +00:00

metrics: Enable FIO limits for kata metrics

This PR enables the FIO limits for kata metrics.

Fixes 

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-28 15:24:44 +00:00
parent 924d06a7f5
commit 6e06392c55

View File

@ -81,14 +81,14 @@ function run_test_tensorflow() {
info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/machine_learning/tensorflow_nhwc.sh 1 20
check_metrics
}
function run_test_fio() {
info "Running FIO test using ${KATA_HYPERVISOR} hypervisor"
bash tests/metrics/storage/fio-k8s/fio-test-ci.sh
check_metrics
}
function run_test_iperf() {