This is needed for EPEL branches where ansible-core may not be installed for the system python interpreter.
16 lines
347 B
Plaintext
16 lines
347 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
|
|
- python3-dnf
|
|
- dnf-plugins-core
|
|
- ansible-core
|
|
- ansible
|
|
execute:
|
|
how: tmt
|