podman/tests/smoke.fmf
Petr Šplíchal 625ffc8163 Enable a tmt smoke test for container provision
Recently the basic `podman` functionality has been broken several
times. In order to ensure that the `tmt` container provision
plugin works fine let's enable a simple smoke test.

Related: #2150283
2022-12-05 12:56:30 +01:00

3 lines
108 B
Plaintext

summary: Execute a simple command
test: podman run -t --rm fedora cat /etc/os-release | grep 'Fedora Linux'