tools/test-case-generator: add iot and edge test-case generation

This commit is contained in:
Tom Gundersen 2020-06-11 14:45:05 +02:00 committed by Ondřej Budai
parent c51de68301
commit 654eb9d280

View file

@ -12,6 +12,26 @@
"blueprint": {}
}
},
"rhel-edge-commit": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "rhel-edge-commit",
"repositories": [],
"filename": "commit.tar",
"blueprint": {}
}
},
"fedora-iot-commit": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "fedora-iot-commit",
"repositories": [],
"filename": "commit.tar",
"blueprint": {}
}
},
"openstack": {
"boot": {
"type": "qemu"