From 46431054372df0e3434f6c080efc2c0e502abfea Mon Sep 17 00:00:00 2001 From: Zorro Lang Date: Sat, 29 Jun 2024 01:07:35 +0800 Subject: [PATCH] Add gating test plan and yaml configuration for rhel10 Create tmt test plan and gating.yaml for rhel-10 gating test. Signed-off-by: Zorro Lang --- .fmf/version | 1 + gating.yaml | 6 ++++++ plans/gating.fmf | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml 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 new file mode 100644 index 0000000..cdc133e --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !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..06cf52b --- /dev/null +++ b/plans/gating.fmf @@ -0,0 +1,13 @@ +summary: xfsdump gating test +discover: + how: fmf + url: https://gitlab.cee.redhat.com/kernel-qe/kernel.git + test: [ + "filesystems/xfs/fstests-slim", + ] +environment: + FSTYP: xfs + TEST_GROUP: xfsdump + AVC_ERROR: +no_avc_check +execute: + how: tmt