test/cases: rename compose -> compose-request
This is to avoid any confusion with the Compose struct in the store, which contains the pinned rpmmd data and the pipeline, among other things. The struct in the test cases represent the user input to the compose route, so rename it 'compose-request', to make that clearer. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
d7297e569d
commit
caca553a8f
26 changed files with 39 additions and 39 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"boot": {
|
||||
"type": "qemu"
|
||||
},
|
||||
"compose": {
|
||||
"compose-request": {
|
||||
"distro": "fedora-30",
|
||||
"arch": "x86_64",
|
||||
"output-format": "openstack",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue