test/fmt_v1: schema validate the basic manifest
Incldue the basic test manifest in the schema validation test.
This commit is contained in:
parent
d3e85fe6a4
commit
f450338809
1 changed files with 4 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue