diff --git a/test/cases/api.sh b/test/cases/api.sh index bbe1c3dea..7ea18b4f8 100755 --- a/test/cases/api.sh +++ b/test/cases/api.sh @@ -330,6 +330,43 @@ EndOfMessage fi export SUBSCRIPTION_BLOCK +# Define the customizations for the images here to not have to repeat them +# in every image-type specific file. +case "${IMAGE_TYPE}" in + # The Directories and Files customization is not supported for this image type. + "$IMAGE_TYPE_EDGE_INSTALLER") + DIR_FILES_CUSTOMIZATION_BLOCK= + ;; + *) + DIR_FILES_CUSTOMIZATION_BLOCK=$(cat <