From 328824e63359feec51066403d4670e6536ea6716 Mon Sep 17 00:00:00 2001 From: Boyang Xue Date: Thu, 29 Aug 2024 16:07:07 +0800 Subject: [PATCH] Introduce /kernel/filesystems/fuse/gating/fuse2 for c9s gating test Signed-off-by: Boyang Xue --- .fmf/version | 1 + gating.yaml | 4 ++-- plans/gating.fmf | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/gating.fmf 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 01ac163..ad4b29d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,7 @@ --- !Policy product_versions: - - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.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..ec5fa4f --- /dev/null +++ b/plans/gating.fmf @@ -0,0 +1,14 @@ +summary: fuse gating test +discover: + how: fmf + url: https://gitlab.cee.redhat.com/kernel-qe/kernel.git + test: [ + "filesystems/fuse/gating/fuse2", + ] +environment: + FSTYP: ext4 + TEST_GROUP: fuse + AVC_ERROR: +no_avc_check +execute: + how: tmt +