From aaa051b3d33ba550557430217877b329b03301c5 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 29 Jul 2024 13:56:13 +0530 Subject: [PATCH] Add tmt CI tests --- .fmf/version | 1 + plans/python-cffsubr.fmf | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/python-cffsubr.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/plans/python-cffsubr.fmf b/plans/python-cffsubr.fmf new file mode 100644 index 0000000..75f2535 --- /dev/null +++ b/plans/python-cffsubr.fmf @@ -0,0 +1,11 @@ +discover: + - name: smoke-tests + how: shell + tests: + - name: python-import-test + test: python3 -c 'import cffsubr' + require: + - python3-cffsubr + duration: 1m +execute: + how: tmt