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 committed Sep 8, 2024
1 parent 6f00bc0 commit 145c54b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 145c54b

Please sign in to comment.