From 64e27308db6198c2ecbd2175e25eadbd4c3c99aa Mon Sep 17 00:00:00 2001 From: Jed Lejosne Date: Fri, 13 Sep 2024 08:43:48 -0400 Subject: [PATCH] test.sh: add VMPersistentState feature gate Signed-off-by: Jed Lejosne --- automation/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/test.sh b/automation/test.sh index b94f3b79..dbe1cfdd 100755 --- a/automation/test.sh +++ b/automation/test.sh @@ -151,7 +151,7 @@ timeout=600 # Waiting for kubevirt cr to report available oc wait --for=condition=Available --timeout=${timeout}s kubevirt/kubevirt -n $namespace -oc patch kubevirt kubevirt -n $namespace --type merge -p '{"spec":{"configuration":{"developerConfiguration":{"featureGates": ["DataVolumes", "CPUManager", "NUMA", "DownwardMetrics"]}}}}' +oc patch kubevirt kubevirt -n $namespace --type merge -p '{"spec":{"configuration":{"developerConfiguration":{"featureGates": ["DataVolumes", "CPUManager", "NUMA", "DownwardMetrics", "VMPersistentState"]}}}}' key="/tmp/secrets/accessKeyId" token="/tmp/secrets/secretKey"