labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

embedded systems control library for development, testing and installation

Results 195 labgrid issues
Sort by recently updated
recently updated
newest added

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...

documentation

[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...

deprecation

**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...

needs author info

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:...

enhancement

**Description** Example that shows how the use the ssh driver in practise. With and without the command protocol.

enhancement
needs author info

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...

needs author info

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 ->...

enhancement

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...

upstream
deprecation

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...

enhancement

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...

enhancement