tests: reorganize fmf plans

This commit is contained in:
Maxwell G 2023-04-24 23:26:23 +00:00
parent 00d05415a8
commit 27e02a89ac
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,9 @@
summary: Run smoke tests with the ansible bundle installed
discover: discover:
- name: Smoke tests (1) - name: Smoke tests with ansible
how: shell how: shell
tests: tests:
- name: Smoke tests with ansible - name: Run tests/smoke.sh
test: tests/smoke.sh test: tests/smoke.sh
require: require:
- python3-dnf - python3-dnf

View File

@ -1,8 +1,9 @@
summary: Run smoke tests with the standalone ansible-collection-community-general installed
discover: discover:
- name: Smoke tests (2) - name: Smoke tests with community.general
how: shell how: shell
tests: tests:
- name: Smoke tests with community.general - name: Run tests/smoke.sh
test: tests/smoke.sh test: tests/smoke.sh
require: require:
- python3-dnf - python3-dnf