From 524007bd082b820ff9874897a569ff4f3842e30b Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Sun, 8 Sep 2024 13:11:33 +0300 Subject: [PATCH] add disableSerialConsoleLog Signed-off-by: Or Shoval --- automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh index 201267004..a89f11359 100755 --- a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh +++ b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh @@ -54,6 +54,7 @@ main() { deploy_cnao deploy_cnao_cr ./hack/deploy-kubevirt.sh + ./cluster/kubectl.sh -n kubevirt patch kubevirt kubevirt --type=merge --patch '{"spec":{"configuration":{"virtualMachineOptions":{"disableSerialConsoleLog":{}}}}}' cd ${TMP_COMPONENT_PATH} echo "Run kubevirt-ipam-controller functional tests"