test: generate new manifests

Add new image type to format request map and generate manifests.
This commit is contained in:
Achilleas Koutsou 2022-08-16 23:14:02 +02:00 committed by Tom Gundersen
parent f32e653315
commit eb731e031d
7 changed files with 31246 additions and 0 deletions

View file

@ -344,6 +344,21 @@
"no-image-info": true,
"overrides": {}
},
"fedora-iot-raw-image": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "fedora-iot-raw-image",
"repositories": [],
"filename": "image.raw.xz",
"ostree": {
"ref": "test/fedora/iot",
"url": "http://fedora.example.com/repo"
},
"blueprint": {}
},
"overrides": {}
},
"openstack": {
"boot": {
"type": "openstack"