ansible-core/tests/smoke2.fmf
Maxwell G 7076cf3fdd
ci: add an explicit dependency on python3
This is needed for EPEL branches where ansible-core may not be installed
for the system python interpreter.
2023-06-02 15:01:43 +00:00

16 lines
419 B
Plaintext

summary: Run smoke tests with the standalone ansible-collection-community-general installed
discover:
- name: Smoke tests with community.general
how: shell
tests:
- name: Run tests/smoke.sh
test: tests/smoke.sh
require:
- python3
- python3-dnf
- dnf-plugins-core
- ansible-core
- ansible-collection-community-general
execute:
how: tmt