embedded systems control library for development, testing and installation
Project description
Welcome to labgrid
Labgrid is an embedded board control python library with a focus on testing, development and general automation. It includes a remote control layer to control boards connected to other hosts.
Purpose and Features
The idea behind labgrid is to create an abstraction of the hardware control layer needed for testing of embedded systems, automatic software installation and automation during development. Labgrid itself is not a testing framework, but is intended to be combined with pytest (and additional pytest plugins). Please see Design Decisions for more background information.
It currently supports:
remote client-exporter-coordinator infrastructure to make boards available from different computers on a network
pytest plugin to write automated tests for embedded systems
CLI and library usage for development and automation
interaction with bootloader and Linux shells on top of serial console or SSH
power/reset management via drivers for power switches
upload of binaries and device bootstrapping via USB
control of digital outputs, SD card and USB multiplexers
integration of audio/video/measurement devices for remote development and testing
Docker/QEMU integration
While labgrid is currently used for daily development on embedded boards and for automated testing, several planned features are not yet implemented and the APIs may be changed as more use-cases appear. We appreciate code contributions and feedback on using labgrid on other environments (see Contributing for details). Please consider contacting us (via a GitHub issue) before starting larger changes, so we can discuss design trade-offs early and avoid redundant work. You can also look at Ideas for enhancements which are not yet implemented.
Documentation
labgrid’s documentation is hosted on Read the Docs.
Contributing
See our Development Docs.
Visit us in our IRC channel #labgrid on libera.chat (bridged to the Matrix channel #labgrid:matrix.org)
Background
Work on labgrid started at Pengutronix in late 2016 and is currently in active use and development.
Installation
See the Installation section for more details.
Install Latest Release
Install labgrid via PyPi:
$ virtualenv -p python3 venv
$ source venv/bin/activate
venv $ pip install --upgrade pip
venv $ pip install labgrid
Install Development State
Clone the git repository:
$ git clone https://github.com/labgrid-project/labgrid
Create and activate a virtualenv for labgrid:
$ virtualenv -p python3 venv
$ source venv/bin/activate
venv $ pip install --upgrade pip
Install labgrid into the virtualenv:
venv $ pip install .
Tests can now run via:
venv $ python -m pytest --lg-env <config>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file labgrid-24.0.1.tar.gz
.
File metadata
- Download URL: labgrid-24.0.1.tar.gz
- Upload date:
- Size: 419.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d5bb300a7ee7c337e99cc364eafbb5ee5e503b7471ce3b0eb18ab3252a6b2ba |
|
MD5 | 8e1d87833e963d49bf9479e0de3c8bc4 |
|
BLAKE2b-256 | c9dd9eb02deeac06b7dce8f37ce6c5d172ea5048805ff1b519c871720721e713 |
File details
Details for the file labgrid-24.0.1-py3-none-any.whl
.
File metadata
- Download URL: labgrid-24.0.1-py3-none-any.whl
- Upload date:
- Size: 233.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93aee2ce4da1a743ec329173ba9dfa4bbce52bdcc653fb382b4221b154bcede5 |
|
MD5 | 2e44391274044f68847cc5703312f77c |
|
BLAKE2b-256 | 59ad7adefc5c7df5f309fd782d9e66821fea3431bcd2cc6de1858358c4a66035 |