What steps are needed to get make test-tmt to run locally on Fedora 41? I've tried:
dnf install -y tmt+all
dnf builddep -y bootc
in a few different environments (Fedora VM, rootless podman container, rootful podman container, bare metal Fedora) and make test-tmt or sudo make test-tmt always fail with something like
progress: booting...
fail: Failed to boot testcloud instance (Instance tmt-012-PqiGkQiA has failed to boot in 1200 seconds).
finish
warn: Nothing to finish, no guests provisioned.
The VM does boot, but it seems like TMT can't connect for some reason.
Is there something I'm missing? Can anyone reproduce this on a clean Fedora system?
What steps are needed to get
make test-tmt
to run locally on Fedora 41? I've tried:in a few different environments (Fedora VM, rootless podman container, rootful podman container, bare metal Fedora) and
make test-tmt
orsudo make test-tmt
always fail with something likeThe VM does boot, but it seems like TMT can't connect for some reason.
Is there something I'm missing? Can anyone reproduce this on a clean Fedora system?