tools/test-case-generator: add iot and edge test-case generation
This commit is contained in:
parent
c51de68301
commit
654eb9d280
1 changed files with 20 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue