labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

embedded systems control library for development, testing and installation

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

**Description** The pytest `-s` option is required to read from stdin. **Checklist** - [x] PR has been tested

upstream

For example when using a minimal initramfs system, we might not even have a login prompt to catch. With the current implementation the only way of handling this is to...

enhancement

Is there a way to acquire exporters / coordinator's console from the labgrid-client ? If yes how and if not can you give me hints on how to implement it,...

question

Two "udev Matching" sections exist in different parts of the documentation. Some suggestions in these sections contradict each other. These should be merged: https://labgrid.readthedocs.io/en/latest/configuration.html#udev-matching https://labgrid.readthedocs.io/en/latest/getting_started.html#udev-matching

documentation

The return code of the executed commands `scp`, `rsync`, `telnet`, `gst-launch-1.0` is lost: ``` bst@erbse$ labgrid-client -c conf.yaml scp foo :bar Selected role main from configuration file INFO: Connected to...

bug

Using slower SD cards I see kernel errors in dmesg at the very end of flashing: ``` [86887.602403] scsi_io_completion_action: 4 callbacks suppressed [86887.602409] sd 7:0:0:0: [sde] tag#0 FAILED Result: hostbyte=DID_OK...

Hi, From time to time I meet this issue: that I can't acquire a place because one of its resources is already acquired by the place itself. I don't know...

bug
help wanted

We have currently use `ExecutionError` all over the stack and do not distinguish whether it is a function interacting with the target or a function used to communicate over SSH....

good first issue

This should slim down the required python autobahn module. Ref https://github.com/crossbario/autobahn-python/pull/1374

good first issue

We handle serveral paths within labgrid as strings and should switch to a `pathlib.Path` based handling. Since python3.6 all the `os` functions can handle this natively, this should remove some...

good first issue