Test/API: use directories and files customization for supported images
Use directories and files customization in the compose request for image types that support this customization (only ostree installer and raw image do not support it). Extend the instance verification to check for the custom directories and files. Extend the ostree commit verification to check for the custom directories and files. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
d1325aaf45
commit
c528948b71
6 changed files with 122 additions and 8 deletions
|
|
@ -84,7 +84,7 @@ function createReqFile() {
|
|||
"packages": [
|
||||
"postgresql",
|
||||
"dummy"
|
||||
]${SUBSCRIPTION_BLOCK}
|
||||
]${SUBSCRIPTION_BLOCK}${DIR_FILES_CUSTOMIZATION_BLOCK}
|
||||
},
|
||||
"image_request": {
|
||||
"architecture": "$ARCH",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue