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:
parent
fb1bc6fdab
commit
ce8bc6dc1f
2 changed files with 45 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue