mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-08 04:49:52 +00:00
metrics: Enable FIO limits for kata metrics
This PR enables the FIO limits for kata metrics.
Fixes #7771
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 6e06392c55
)
This commit is contained in:
parent
41d05b8857
commit
aebf392e45
@ -81,14 +81,14 @@ function run_test_tensorflow() {
|
|||||||
info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor"
|
info "Running TensorFlow test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
bash tests/metrics/machine_learning/tensorflow_nhwc.sh 1 20
|
bash tests/metrics/machine_learning/tensorflow_nhwc.sh 1 20
|
||||||
|
|
||||||
check_metrics
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_test_fio() {
|
function run_test_fio() {
|
||||||
info "Running FIO test using ${KATA_HYPERVISOR} hypervisor"
|
info "Running FIO test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
bash tests/metrics/storage/fio-k8s/fio-test-ci.sh
|
bash tests/metrics/storage/fio-k8s/fio-test-ci.sh
|
||||||
|
|
||||||
|
check_metrics
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_test_iperf() {
|
function run_test_iperf() {
|
||||||
|
Loading…
Reference in New Issue
Block a user