tools: add 8.5 edge types to format request map
For test case generation. These are the new names used by the 8.5 edge image types.
This commit is contained in:
parent
e388706712
commit
4651b8ba22
1 changed files with 39 additions and 0 deletions
|
|
@ -10,6 +10,45 @@
|
|||
},
|
||||
"overrides": {}
|
||||
},
|
||||
"edge-commit": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "edge-commit",
|
||||
"repositories": [],
|
||||
"filename": "commit.tar",
|
||||
"blueprint": {}
|
||||
},
|
||||
"overrides": {}
|
||||
},
|
||||
"edge-container": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "edge-container",
|
||||
"repositories": [],
|
||||
"filename": "container.tar",
|
||||
"blueprint": {}
|
||||
},
|
||||
"overrides": {}
|
||||
},
|
||||
"edge-commit-rt": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
"arch": "",
|
||||
"image-type": "edge-commit",
|
||||
"repositories": [],
|
||||
"filename": "commit.tar",
|
||||
"blueprint": {
|
||||
"customizations": {
|
||||
"kernel": {
|
||||
"name": "kernel-rt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"overrides": {}
|
||||
},
|
||||
"rhel-edge-commit": {
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue