From 1e084614a1d49c4dacbb1c1ce77324b35d3151d4 Mon Sep 17 00:00:00 2001 From: Karel Simon Date: Thu, 12 Sep 2024 16:27:08 +0200 Subject: [PATCH] fix: use spec.storage in DV in e2e tests Switch to spec.storage in e2e tests DVs. This should fix the 500 error we are experiencing during clone of the VM disk. Signed-off-by: Karel Simon --- automation/test-linux.sh | 2 +- automation/test-windows.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/test-linux.sh b/automation/test-linux.sh index af7c6497..b682f822 100755 --- a/automation/test-linux.sh +++ b/automation/test-linux.sh @@ -31,7 +31,7 @@ spec: registry: url: "${image_url}" ${secret_ref} - pvc: + storage: accessModes: - ReadWriteOnce resources: diff --git a/automation/test-windows.sh b/automation/test-windows.sh index a23f5550..b1a378e0 100755 --- a/automation/test-windows.sh +++ b/automation/test-windows.sh @@ -20,7 +20,7 @@ spec: registry: secretRef: common-templates-container-disk-puller url: "docker://quay.io/openshift-cnv/ci-common-templates-images:${TARGET}" - pvc: + storage: accessModes: - ReadWriteOnce resources: