diff --git a/plans/tests-10m.fmf b/plans/tests-10m.fmf new file mode 100644 index 0000000..901e029 --- /dev/null +++ b/plans/tests-10m.fmf @@ -0,0 +1,8 @@ +summary: Tier 1 selinux-policy test plan - only 10 minute tests +discover: + how: fmf + url: https://src.fedoraproject.org/tests/selinux.git + filter: "tier:1 & tag:-failinfedora & duration:10m | component: selinux-policy & tag:-failinfedora & duration:10m" +execute: + how: tmt + diff --git a/plans/tests.fmf b/plans/tests.fmf index 42f106c..58dca72 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -1,8 +1,8 @@ -summary: Tier 1 selinux-policy test plan +summary: Tier 1 selinux-policy test plan - without 10 minute tests discover: how: fmf url: https://src.fedoraproject.org/tests/selinux.git - filter: "tier:1 & tag:-failinfedora | component: selinux-policy & tag:-failinfedora" + filter: "tier:1 & tag:-failinfedora & duration:-10m | component: selinux-policy & tag:-failinfedora & duration:-10m" execute: how: tmt