labgrid
labgrid copied to clipboard
embedded systems control library for development, testing and installation
**Description** - Package coordinator into separate virtual environment - Split `labgrid` package into `base`, `coordinator`, `client` and `exporter` - Package systemd files - Package `labgrid-suggest` - Move config manpage into...
**Description** Added ability to optionally pipe a string or bytes object to stdin for the command ran by labgrid.driver.sshdriver.run. **Checklist** - [ ] Documentation for the feature - [ ]...
I was hoping it'd be possible to add a feature to pipe data to a command ran on the device under test using the SSH driver provided by Labgrid. I've...
**Description** The proposed changes allow users of GitLab CI infrastructure to mirror this repository and have labgrid images built and pushed to their local registry if they want to do...
hey! Seems like the docker images posted to https://hub.docker.com/u/labgrid are amd64 only. Is it possible to push (at least) arm64 images too ?
Hi, **Setup** I'm running labgrid-cooridnator with a self build docker image which uses the master branch https://github.com/labgrid-project/labgrid/commit/41b297faba60f32e4986678554af32dbff83ce98 I checked this by running `git logs` on `/opt/labgrid` within the container. For...
Allow to set currently used arguments (conv, status, oflag, bs, skip, seek) through kwargs instead of hardcoding the defaults. This allows to set them to custom values while allowing to...
**Description** Adds support for running processes asynchronously with the main test code. Attempts to incorporate the feed back from #552 **Checklist** - [ ] Documentation for the feature - [x]...
**Description** Adds a copy-files client command to copy files onto mass storage. In our workflow, we often need to update individual boot files (i.e. ``BOOT.BIN`` and `image.ub` on Xilinx SoC...
**Description** Add a validation for hostname and username to not contain `/`. Add also unit tests for checking the valid and invalid username/hostname. **Checklist** - [ ] Documentation for the...