stages/noop: allow mounts and devices

Allow the noop stage to have mounts and devices, which is useful
for testing.
This commit is contained in:
Christian Kellner 2021-07-20 17:00:27 +00:00
parent 02ceb02d2a
commit 31943072c7

View file

@ -17,8 +17,14 @@ SCHEMA_2 = """
"options": {
"additionalProperties": true
},
"devices": {
"additionalProperties": true
},
"inputs": {
"additionalProperties": true
},
"mounts": {
"additionalProperties": true
}
"""