labgrid
labgrid copied to clipboard
embedded systems control library for development, testing and installation
We've added automated CI pipelines for releasing in the meantime. The docs should reflect that. - [ ] incorporate release CI pipelines into release docs - [ ] add updating...
[pdudaemon](https://github.com/pdudaemon/pdudaemon) already supports a wide range of network PDUs. labgrid supports interaction with pduaemon ([PDUDaemonPort](https://labgrid.readthedocs.io/en/latest/configuration.html#pdudaemonport), [PDUDaemonDriver](https://labgrid.readthedocs.io/en/latest/configuration.html#pdudaemondriver)). We don't want to duplicate functionality. Issues like Gude's IP blocking (#586) will not...
**Description** Files controlled with `ManagedFile` can sometimes be quite large and consume a large amount of space on the exporter, potentially causing it to run out and fail tests. In...
To adapt the BareboxDriver and be consistent with the UBootDriver, the parameter 'boot_command' is added. Now you can set the boot source and do something like this: targets: main: drivers:...
**Description** Example that shows how the use the ssh driver in practise. With and without the command protocol.
Hi, I have issues with labgrid exporters build with Yocto. Creating SSH ControlSocket for those machines returns non-zero value and this in turn produces the following error: ``` $ labgrid-client...
We use the set-comment command to describe the current state of a place, e.g.: lab1p1 -> "STM32 with linear, sdmux, usbgadget and configurable-bootpins" lab2p2 -> "i.mx8 eval board" lab3p2 ->...
Upstream notes that the `xenavalkyrie` module is [end of life ](https://github.com/xenanetworks/PyXenaValkyrie). It is replaced by the [Xena Open Automation Python API](https://github.com/xenanetworks/open-automation-python-api). So we either remove the support or somebody with...
I find that sometimes my lab rots, e.g. a piece has fallen out, or something has failed. I have a 'check' tool which goes through and makes sure that everything...
A driver interfacing with the openFPGADriver universal FPGA programming tool. **Description** This driver adds support for bootstraping FPGA boards using the openFPGALoader universal FPGA programming utility (https://github.com/trabucayre/openFPGALoader). OpenFPGALoader supports a...