Use tmt instead of sti tests

Removed STI configuration
This commit is contained in:
Lukas Zachar 2023-01-17 21:31:05 +01:00
parent bd118988c1
commit a376b63255
3 changed files with 11 additions and 17 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

10
plan.fmf Normal file
View File

@ -0,0 +1,10 @@
execute:
how: tmt
environment:
X: test_decimal
discover:
how: fmf
url: https://src.fedoraproject.org/tests/python.git
test: /selftest/parallel

View File

@ -1,17 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/python.git"
dest: "python"
tests:
- python_selftest:
dir: python/selftest
run: X="test_decimal" ./parallel.sh
required_packages:
- python3-tkinter # for selftest
- python3-test # for selftest
- python3-rpm-macros # for dynamic python version