licensing-summary-availability manual

high

Image Types:
minimal-armhf-internal / minimal-armhf / minimal-arm64 / minimal-amd64 / target-armhf-internal / target-armhf / target-arm64 / target-amd64
Image Deployment:
APT, OSTree
Type:
functional

Description

Test the availability of the licensing summary.


Execution Steps

  1. Navigate to the download folders where the image is published.
  2. Ensure there's a <image_name>.img.licenses.gz file matching each image.
  3. 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': []}