labgrid
labgrid copied to clipboard
embedded systems control library for development, testing and installation
NixOS does not have `ssh` available within the build environment when running the tests, the following error is subsequently raised: ``` =============== 201 passed, 31 skipped, 27 deselected in 36.30s...
Hi, We rebased to the labgrid version from 31 march: b0cc54dc2e2c9cf94c9c98e22f00a150ce475597 . All of our exporters are set up as services, since we made the rebase they are restarting at...
These resource should only be "available" once the medium is there. Probably determined via udev. I don't know how "availability" should work with the USBSDMuxDevice attached storage. See #527 for...
Hi Guys, I see that the labgrid offers AndroidFastboot driver. I am curious, that is there any ongoing development to implement adb protocol for android devices (maybe using adb executable...
Is there any way to set multiple USBSerialPort for one board? Our use case: we have boards that are exposing multiple consoles on the same uart port and we would...
Hi, While trying to invoke pytest in a thread with labgrid plugin in use RuntimeError is raised. Maybe the exeption should be catched in the module? Example code: ```python from...
Hi Guys, I read about this project and it seems very promising. I read through the readthedocs documentation, but I found no use-case for emulators with a dynamic lifecycle. Let...
The code which provoked was a command to read a file on a target. i.e. `cat /etc/file.json`. I have traced down the issue in the driver and the cause is...
Hello, I have to login and logout via Serial to my target during runtime in my pytest-File. Well, connecting to the serial port is very easy with : `ser =...
Hi, I'm interested in having a log file on exporter side where I can have details about board's usage (like who acquired it/for how long/ when the board was released...