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.
This commit is contained in:
Jonathan Wakely 2023-02-22 11:58:58 +00:00
parent 6f6e0a83a8
commit 53a7438cff

View File

@ -3,4 +3,4 @@ discover:
how: fmf
directory: tests
execute:
how: beakerlib
how: tmt