tests: Fix path for versions yaml for soak parallel test

This PR fixes the path for versions yaml for soak parallel test.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-10-10 21:18:29 +00:00
parent 30ff58904e
commit c6463cb5ae
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ function run() {
bash "${stability_dir}/soak_parallel_rm.sh"
info "Running scability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/scability_test.sh 10 10"
bash "${stability_dir}/scability_test.sh" 10 10
}
function main() {

View File

@ -172,7 +172,7 @@ function init() {
check_kata_components=0
fi
versions_file="${cidir}/../versions.yaml"
versions_file="${cidir}/../../versions.yaml"
nginx_version=$("${GOPATH}/bin/yq" read "$versions_file" "docker_images.nginx.version")
nginx_image="docker.io/library/nginx:$nginx_version"