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:
Christian Kellner 2021-02-12 11:35:36 +00:00
parent 36f195fe6b
commit 95811c1c0d

View file

@ -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": {}
}
}
}
}
]
}