From 145c54badd3f3df62d600f7d84565abcdb8e42e1 Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Sun, 8 Sep 2024 13:11:33 +0300 Subject: [PATCH] ipam,e2e: Add disableSerialConsoleLog When testing ipam on kind, the guest-console-log readiness flakes. It is not related to IPAM lane, and it is also disabled on OVN-K8s repo once kubevirt is deployed and tested. Disable it also when deploying kubevirt via helper scripts on CNAO. 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 eb36874d0..fc381c5e6 100755 --- a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh +++ b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh @@ -53,6 +53,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"