mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-04 11:50:15 +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:
		@@ -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() {
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user