From 53a7438cfff73c62349193c67c91ab9840c71453 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 22 Feb 2023 11:58:58 +0000 Subject: [PATCH] tests: fix tmt plan setup, "how: beakerlib" is no longer supported Tests set their "framework" key correctly to "beakerlib", the correct setting for plan is therefore "tmt". This was not needed until recently, the old form was deprecated but still supported by Testing Farm, but not anymore. --- plans/ci.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/ci.fmf b/plans/ci.fmf index 1ad2c12..85710d6 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -3,4 +3,4 @@ discover: how: fmf directory: tests execute: - how: beakerlib + how: tmt