poky/bitbake/lib/layerindexlib/tests/testdata
Mark Hatle 1ac19d1bf1 bitbake: layerindexlib: Initial layer index processing module implementation
The layer index module is expected to be used by various parts of the system
in order to access a layerindex-web (such as layers.openembedded.org) and
perform basic processing on the information, such as dependency scanning.

Along with the layerindex implementation are associated tests.  The tests
properly honor BB_SKIP_NETTESTS='yes' to prevent test failures.

Tests Implemented:
   - Branch, LayerItem, LayerBranch, LayerDependency, Recipe, Machine and
      Distro objects
   - LayerIndex setup using the layers.openembedded.org restapi
   - LayerIndex storing and retrieving from a file
   - LayerIndex verify dependency resolution ordering
   - LayerIndex setup using simulated cooker data

(Bitbake rev: fd0ee6c10dbb5592731e56f4c592fe687682a3e6)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-02 10:18:27 +01:00
..
build/conf bitbake: layerindexlib: Initial layer index processing module implementation 2018-08-02 10:18:27 +01:00
layer1/conf bitbake: layerindexlib: Initial layer index processing module implementation 2018-08-02 10:18:27 +01:00
layer2/conf bitbake: layerindexlib: Initial layer index processing module implementation 2018-08-02 10:18:27 +01:00
layer3/conf bitbake: layerindexlib: Initial layer index processing module implementation 2018-08-02 10:18:27 +01:00
layer4/conf bitbake: layerindexlib: Initial layer index processing module implementation 2018-08-02 10:18:27 +01:00
README bitbake: layerindexlib: Initial layer index processing module implementation 2018-08-02 10:18:27 +01:00

This test data is used to verify the 'cooker' module of the layerindex.

The module consists of a faux project bblayers.conf with four layers defined.

layer1 - openembedded-core layer2 - networking-layer layer3 - meta-python layer4 - openembedded-layer (meta-oe)

Since we do not have a fully populated cooker, we use this to test the basic index generation, and not any deep recipe based contents.