15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
summary: Run smoke tests with the ansible bundle installed
|
|
discover:
|
|
- name: Smoke tests with ansible
|
|
how: shell
|
|
tests:
|
|
- name: Run tests/smoke.sh
|
|
test: tests/smoke.sh
|
|
require:
|
|
- python3-dnf
|
|
- dnf-plugins-core
|
|
- ansible-core
|
|
- ansible
|
|
execute:
|
|
how: tmt
|