test/osbuild: check devices, mounts schema
Also check that the schema is valid for devices and mounts.
This commit is contained in:
parent
e3515caf01
commit
94e9f62f63
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class TestDescriptions(unittest.TestCase):
|
|||
index = osbuild.meta.Index(os.curdir)
|
||||
|
||||
modules = []
|
||||
for klass in ("Assembler", "Input", "Source", "Stage"):
|
||||
for klass in ("Assembler", "Device", "Input", "Mount", "Source", "Stage"):
|
||||
mods = index.list_modules_for_class(klass)
|
||||
modules += [(klass, module) for module in mods]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue