From 3d04712705fa1513c809b282655c674e84c5ac8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Wed, 21 Aug 2024 14:40:32 +0200 Subject: [PATCH] Add gating Same 'smoke' as in c9s --- .fmf/version | 1 + gating.yaml | 4 ++++ plans.fmf | 4 ++++ tests/super_smoke.fmf | 5 +++++ 4 files changed, 14 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans.fmf create mode 100644 tests/super_smoke.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..5861c60 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,4 @@ +--- !Policy +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..e6427de --- /dev/null +++ b/plans.fmf @@ -0,0 +1,4 @@ +discover: + how: fmf +execute: + how: tmt diff --git a/tests/super_smoke.fmf b/tests/super_smoke.fmf new file mode 100644 index 0000000..6207261 --- /dev/null +++ b/tests/super_smoke.fmf @@ -0,0 +1,5 @@ +test: python3 -c 'import urllib3' +framework: shell +require: +- python3 +- python3-urllib3