625ffc8163
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
3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
summary: Execute a simple command
|
|
test: podman run -t --rm fedora cat /etc/os-release | grep 'Fedora Linux'
|