test/fmt_v1: schema validate the basic manifest

Incldue the basic test manifest in the schema validation test.
This commit is contained in:
Christian Kellner 2021-01-26 11:36:58 +00:00
parent d3e85fe6a4
commit f450338809

View file

@ -250,6 +250,10 @@ class TestFormatV1(unittest.TestCase):
res = fmt.validate({}, index)
self.assertEqual(res.valid, True)
# the basic test manifest
res = fmt.validate(BASIC_PIPELINE, index)
self.assertEqual(res.valid, True)
# something totally invalid (by Ondřej Budai)
totally_invalid = {
"osbuild": {