I tried to boot the Fedora CoreOS image without much luck. Any idea what it would take to suport it. We want to support Fedora CoreOS and other derived distros.
I had success with testcloud instance create fedora-coreos-36.20220522.3.0-qemu.x86_64.qcow2 --ssh_path ~/.ssh/xxx.pub however printed ssh message to connect to is wrong.
testcloud instance create fedora-coreos-36.20220522.3.0-qemu.x86_64.qcow2 --ssh_path ~/.ssh/xxx.pub
testclouds prints ssh cloud-user@IP however ignition file printed during creation specifies coreos user so one has to login there.
ssh cloud-user@IP
coreos
FYI: this is being reworked in #122
Addressed by #122 and https://github.com/teemtee/tmt/pull/1310
Metadata Update from @frantisekz: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)