tests: reorganize fmf plans
This commit is contained in:
parent
00d05415a8
commit
27e02a89ac
@ -1,8 +1,9 @@
|
||||
summary: Run smoke tests with the ansible bundle installed
|
||||
discover:
|
||||
- name: Smoke tests (1)
|
||||
- name: Smoke tests with ansible
|
||||
how: shell
|
||||
tests:
|
||||
- name: Smoke tests with ansible
|
||||
- name: Run tests/smoke.sh
|
||||
test: tests/smoke.sh
|
||||
require:
|
||||
- python3-dnf
|
||||
|
@ -1,8 +1,9 @@
|
||||
summary: Run smoke tests with the standalone ansible-collection-community-general installed
|
||||
discover:
|
||||
- name: Smoke tests (2)
|
||||
- name: Smoke tests with community.general
|
||||
how: shell
|
||||
tests:
|
||||
- name: Smoke tests with community.general
|
||||
- name: Run tests/smoke.sh
|
||||
test: tests/smoke.sh
|
||||
require:
|
||||
- python3-dnf
|
||||
|
Loading…
Reference in New Issue
Block a user