podman/tests/tmt.fmf

9 lines
234 B
Plaintext
Raw Normal View History

summary: Make sure that container provision works
require:
- tmt+provision-container
test:
tmt run --verbose --remove
provision --how container --image fedora
login --command 'cat /etc/os-release'
finish