licensing-summary-availability manual
high
- Image Types:
- fixedfunction-armhf / fixedfunction-arm64 / fixedfunction-amd64 / hmi-armhf / hmi-arm64 / hmi-amd64
- Image Deployment:
- APT, OSTree
- Type:
- functional
Description
Test the availability of the licensing summary.
Execution Steps
- Navigate to the download folders where the image is published.
- Ensure there's a <image_name>.img.licenses.gz file matching each image.
- Download the <image_name>.img.licenses.gz file, decompress and open it in a text editor
Expected
A file <image_name>.img.licenses.gz should be present showing the licensing information.
The file should have the following json format:
{'image_licenses': [], 'packages': []}
As an example:
{'image_licenses': ['LGPL-2+', 'BSD-3-clause or LGPL-2+', 'LGPL-2', 'BSD-2-clause'], 'packages': []}