diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index 36bba1f..87ec901 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,9 +1,7 @@ --- !Policy product_versions: - - rhel-9 + - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + diff --git a/plans/gating.fmf b/plans/gating.fmf new file mode 100644 index 0000000..81b6fe8 --- /dev/null +++ b/plans/gating.fmf @@ -0,0 +1,15 @@ +summary: quota gating test +discover: + how: fmf + url: https://gitlab.cee.redhat.com/kernel-qe/kernel.git + test: [ + "filesystems/ext4/group_quota", + "filesystems/ext4/user_quota", + ] +environment: + FSTYP: ext4 + TEST_GROUP: quota + AVC_ERROR: +no_avc_check +execute: + how: tmt +