test/fmt_v2: add an sample input to the manifest
Add a sample input to the basic test manifest so we check schema validation, loading and describing of inputs.
This commit is contained in:
parent
36f195fe6b
commit
95811c1c0d
1 changed files with 10 additions and 1 deletions
|
|
@ -56,7 +56,16 @@ BASIC_PIPELINE = {
|
|||
"stages": [
|
||||
{
|
||||
"type": "org.osbuild.noop",
|
||||
"options": {"one": 3}
|
||||
"options": {"one": 3},
|
||||
"inputs": {
|
||||
"tree": {
|
||||
"type": "org.osbuild.tree",
|
||||
"origin": "org.osbuild.pipeline",
|
||||
"references": {
|
||||
"name:tree": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue