a8dbed5c1e
- require tmt+provision-container instead of tmt-provision-container - Resolves: RHEL-16374 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
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
|