podman/tests/tmt.fmf
Jindrich Novy 79185cebe7 Fix RHEL10 tests - Related: RHEL-39410
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-05-31 18:52:07 +02:00

9 lines
234 B
Plaintext

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