Creation of VMs is never checked or waited for #1420
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue is ready to be actively worked on.
Currently in Centos e2e, the VMs are not created so BMH cannot be inspected nor serial logs fetched etc. It seems we never check if those VMs are created, running, or healthy; we just assume they are. This makes debugging issues harder as we go all the way until end of
04_verify.sh
to find out BMH inspection fails, which could of course be happening for any reason.At the start of 04, verify the VMs are running and healthy.
/kind bug
The text was updated successfully, but these errors were encountered: