From ad2036927f96a587bcf856771285ec37a47314e8 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 21 Aug 2023 21:06:04 +0000 Subject: [PATCH] metrics: Fix FIO path This PR fixes the FIO path for the FIO files. Fixes #7711 Signed-off-by: Gabriela Cervantes (cherry picked from commit eee2ee6eebedd1ad1fad696f54551d202c283541) --- tests/metrics/storage/fio-k8s/fio-test-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metrics/storage/fio-k8s/fio-test-ci.sh b/tests/metrics/storage/fio-k8s/fio-test-ci.sh index 3f187e3950..0576647f0c 100755 --- a/tests/metrics/storage/fio-k8s/fio-test-ci.sh +++ b/tests/metrics/storage/fio-k8s/fio-test-ci.sh @@ -9,7 +9,7 @@ set -e # General env SCRIPT_PATH=$(dirname "$(readlink -f "$0")") source "${SCRIPT_PATH}/../../lib/common.bash" -FIO_PATH="${GOPATH}/src/github.com/kata-containers/kata-containers/tests/metrics/storage/fio-k8s" +FIO_PATH="${GOPATH}/tests/metrics/storage/fio-k8s" TEST_NAME="${TEST_NAME:-fio}" function main() {