Convert STI to tmt

This commit is contained in:
Lukáš Zachar 2026-08-21 16:05:41 +02:00
parent 39e6bb3bce
commit f668649a92
3 changed files with 15 additions and 18 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

14
plan.fmf Normal file
View File

@ -0,0 +1,14 @@
execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: upstream tests
require:
- python3-pytest
- python3-jinja2
test: |
cd "$(dirname $TMT_SOURCE_DIR/Jinja2-*/python3)"
/usr/bin/py.test-3 python3/tests

View File

@ -1,18 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- python3-pytest
tests:
- verify:
dir: ./source/
run: /usr/bin/py.test-3 python3/tests