From ec9b2754e82c8df5aace3fa3e985097a2abcf182 Mon Sep 17 00:00:00 2001 From: Prasenjit Mukherjee Date: Fri, 29 Aug 2025 17:06:49 +0530 Subject: [PATCH] xdp_tmt_test: Create tmt testplan for xdp-tools ci on c9s. Create tmt testplan for xdp-tools gating ci on c9 branch. --- .fmf/version | 1 + gating.yaml | 2 +- plans/gating.fmf | 7 +++++++ sanity/xdp_tools_ci.fmf | 9 +++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 plans/gating.fmf create mode 100644 sanity/xdp_tools_ci.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 d16c967..648918d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: manual.sst_networking.xdp-tools.tier1} + - !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..1574f39 --- /dev/null +++ b/plans/gating.fmf @@ -0,0 +1,7 @@ +summary: Tier 0 test plan - xdp-tools +discover: + - how: fmf + test: + - /sanity +execute: + how: tmt diff --git a/sanity/xdp_tools_ci.fmf b/sanity/xdp_tools_ci.fmf new file mode 100644 index 0000000..0c663f6 --- /dev/null +++ b/sanity/xdp_tools_ci.fmf @@ -0,0 +1,9 @@ +summary: xdp-tools selftests +contact: Prasenjit Mukherjee +test: /usr/share/xdp-tools/run_tests.sh +framework: shell +require: + - wireshark-cli + - tcpdump + - socat +duration: 1h