Import internal and public test plans

This commit is contained in:
Branislav Náter 2026-04-29 21:29:13 +02:00
parent 97c88c41b5
commit 58574572fa
4 changed files with 16 additions and 23 deletions

View File

@ -1,6 +0,0 @@
summary: Test plan with all beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/squid.git
execute:
how: tmt

16
plans/imported.fmf Normal file
View File

@ -0,0 +1,16 @@
/public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/squid.git
name: "^/plans/all$"
/internal:
adjust:
- enabled: false
when: distro == centos-stream-10
because: "These tests should not run on CentOS Stream 10"
plan:
import:
url: https://gitlab.com/redhat/rhel/tests/squid.git
name: "^/plans/squid/tier[1-3]$"
scope: all-plans

View File

@ -1,10 +0,0 @@
summary: Internal Tier1 beakerlib tests
discover:
how: fmf
url: https://gitlab.com/redhat/rhel/tests/squid
filter: "tier:1&component:squid"
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream-10

View File

@ -1,7 +0,0 @@
summary: Public Tier1 beakerlib tests
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/squid
filter: 'tier: 1'
execute:
how: tmt