14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
discover:
|
|
- name: Smoke tests (1)
|
|
how: shell
|
|
tests:
|
|
- name: Smoke tests with ansible
|
|
test: tests/smoke.sh
|
|
require:
|
|
- python3-dnf
|
|
- dnf-plugins-core
|
|
- ansible-core
|
|
- ansible
|
|
execute:
|
|
how: tmt
|