From 3ed094709c763482d2b5ef406b5f3eee4e93f8bd Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Fri, 8 Apr 2022 15:38:39 +0200 Subject: [PATCH] Replace STI with tmt (for testing tests) --- plans/main.fmf | 6 ++++++ tests.yml | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 plans/main.fmf delete mode 100644 tests.yml diff --git a/plans/main.fmf b/plans/main.fmf new file mode 100644 index 0000000..5449715 --- /dev/null +++ b/plans/main.fmf @@ -0,0 +1,6 @@ +discover: + how: fmf +prepare: + how: install +execute: + how: tmt diff --git a/tests.yml b/tests.yml deleted file mode 100644 index 51edd57..0000000 --- a/tests.yml +++ /dev/null @@ -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"