Create separate fmf plans for public and private tests

Tests are now upstreamed in Gitlab instead of Fedora Pagure
This commit is contained in:
Lukas Javorsky 2023-08-31 12:42:11 +00:00
parent de13b461c6
commit 988d0823e3
3 changed files with 24 additions and 0 deletions

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

16
plans/internal.fmf Normal file
View File

@ -0,0 +1,16 @@
summary: Private (RHEL) beakerlib tests
enabled: false
adjust:
- when: distro == rhel
enabled: true
because: private tests are accesible only within rhel pipline
discover:
- name: rhel-libarchive
how: fmf
url: git://pkgs.devel.redhat.com/tests/libarchive
- name: distribution
how: fmf
url: git://pkgs.devel.redhat.com/tests/distribution
test: /install/rhel-buildroot
execute:
how: tmt

7
plans/public.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: Public (Gitlab) beakerlib tests
discover:
- name: gitlab
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git
execute:
how: tmt