It might be useful to have some of the extra information that tmt run prints for the provision step dumped in the result guests.yaml file located under <tmt-run-dir>/<plan>/provision/.
For example when running with tmt run -vv provision -h container -i fedora:38 tmt prints this info for the provision step:
It would be very useful to have at least the distro and architecture (or kernel, from which we can infer the arch) for later inspection. That way we can see where a past run was run.
It might be useful to have some of the extra information that
tmt run
prints for the provision step dumped in the resultguests.yaml
file located under<tmt-run-dir>/<plan>/provision/
. For example when running withtmt run -vv provision -h container -i fedora:38
tmt prints this info for the provision step:However, when inspecting
guests.yaml
we see this:It would be very useful to have at least the distro and architecture (or kernel, from which we can infer the arch) for later inspection. That way we can see where a past run was run.