mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
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:
parent
30ff58904e
commit
c6463cb5ae
@ -41,7 +41,7 @@ function run() {
|
|||||||
bash "${stability_dir}/soak_parallel_rm.sh"
|
bash "${stability_dir}/soak_parallel_rm.sh"
|
||||||
|
|
||||||
info "Running scability test using ${KATA_HYPERVISOR} hypervisor"
|
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() {
|
function main() {
|
||||||
|
@ -172,7 +172,7 @@ function init() {
|
|||||||
check_kata_components=0
|
check_kata_components=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
versions_file="${cidir}/../versions.yaml"
|
versions_file="${cidir}/../../versions.yaml"
|
||||||
nginx_version=$("${GOPATH}/bin/yq" read "$versions_file" "docker_images.nginx.version")
|
nginx_version=$("${GOPATH}/bin/yq" read "$versions_file" "docker_images.nginx.version")
|
||||||
nginx_image="docker.io/library/nginx:$nginx_version"
|
nginx_image="docker.io/library/nginx:$nginx_version"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user