Merge pull request #7870 from dborquez/metrics_fio_fix_clean_env_order

metrics: fix FIO test initialization
This commit is contained in:
GabyCT
2023-09-08 10:28:10 -06:00
committed by GitHub

View File

@@ -15,8 +15,8 @@ TEST_NAME="${TEST_NAME:-fio}"
function main() {
cmds=("bc" "jq")
check_cmds "${cmds[@]}"
check_processes
init_env
check_processes
pushd "${FIO_PATH}"
[ -z "${KATA_HYPERVISOR}" ] && die "Hypervisor ID is missing."