podman-build/test/tmt/tmt.fmf
2025-10-11 12:30:35 +09:00

14 lines
345 B
Plaintext

enabled: false
adjust:
enabled: true
when: initiator != packit && distro != rhel
summary: Make sure that TMT container provision works
tag: [downstream]
require:
- tmt+provision-container
test:
tmt run --verbose --remove
provision --how container --image fedora
login --command 'cat /etc/os-release'
finish