From 60db3bcb42034164afc72281a37715ca064f4492 Mon Sep 17 00:00:00 2001 From: Lukas Zachar Date: Mon, 19 Jul 2021 17:26:17 +0200 Subject: [PATCH] Add gating and very simple import test Related: bz#1950291 --- .fmf/version | 1 + gating.yaml | 6 ++++++ plans.fmf | 4 ++++ tests/super_smoke.fmf | 5 +++++ 4 files changed, 16 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..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +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