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:
parent
6f6e0a83a8
commit
53a7438cff
@ -3,4 +3,4 @@ discover:
|
|||||||
how: fmf
|
how: fmf
|
||||||
directory: tests
|
directory: tests
|
||||||
execute:
|
execute:
|
||||||
how: beakerlib
|
how: tmt
|
||||||
|
Loading…
Reference in New Issue
Block a user