Replace STI with tmt (for testing tests)

This commit is contained in:
Matus Marhefka 2022-04-08 15:38:39 +02:00
commit 3ed094709c
2 changed files with 6 additions and 8 deletions

6
plans/main.fmf Normal file
View file

@ -0,0 +1,6 @@
discover:
how: fmf
prepare:
how: install
execute:
how: tmt

View file

@ -1,8 +0,0 @@
# Tests to run in CI for PRs into this repository (testing tests).
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- fmf_filter: "tier: 1, 2"