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
9 lines
234 B
Plaintext
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
|