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:
Tom Gundersen 2020-03-08 19:53:21 +01:00
parent d7297e569d
commit caca553a8f
26 changed files with 39 additions and 39 deletions

View file

@ -2,7 +2,7 @@
"boot": {
"type": "qemu"
},
"compose": {
"compose-request": {
"distro": "fedora-30",
"arch": "x86_64",
"output-format": "openstack",