Skip to content

Commit

Permalink
ipam,e2e: Add disableSerialConsoleLog
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
oshoval authored and kubevirt-bot committed Sep 9, 2024
1 parent 1b1fb63 commit 64c2c5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,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"
Expand Down

0 comments on commit 64c2c5e

Please sign in to comment.