iot-lab / iot-lab-yocto

IoT-LAB Yocto repository
13 stars 12 forks source link

meta-iotlab: add and update recipes required by pytest #19

Closed aabadie closed 6 years ago

aabadie commented 6 years ago

This PR adds and updates several recipes required to perform integration tests using pytest on iotlab gateways:

The idea behind this is to use site packages when running the integration tests. This has 2 advantages: we ensure the integration tests are run in a "as close as possible to real" environment, this speeds up quite a bit the setup phase (when creating the tox environment).

The build is passing and a prebuilt image is deployed on several CI nodes.