stages(kickstart): run ksvalidator as part of the tests

Run `ksvalidator` as part of the test_kickstart.py tests. This
ensures that the file we write is valid.
This commit is contained in:
Michael Vogt 2023-11-08 11:03:20 +01:00 committed by Simon de Vlieger
parent fb1bc6fdab
commit ce8bc6dc1f
2 changed files with 45 additions and 1 deletions

View file

@ -18,6 +18,9 @@ deps =
mako
iniparse
pyyaml
pykickstart
# required by pykickstart but not pulled in automatically :/
requests
setenv =
LINTABLES = osbuild/ assemblers/* devices/* inputs/* mounts/* runners/* sources/* stages/*.* stages/test/*.py