labgrid
labgrid copied to clipboard
embedded systems control library for development, testing and installation
When a local TFTPProviderDriver/HTTPProviderDriver is used, the file sync can be skipped but the symlink creation in the server internal directory should still take place. When the internal dir contains...
**Description** Adding software flow control parameter xonoff to SerialPort, since otherwise I could not get my current board to run with labgrid. **Checklist** - [x] Documentation for the feature -...
**Description** This way we can correctly skip the tests if the module is not available, otherwise we gat a ModuleNotFoundError because of the unconditional docker import. **Checklist** - [x] PR...
**Description** The API changed and no longer excepts POST for the legacy API. This commit adds support for the "new" RPC API. Ref: https://shelly-api-docs.shelly.cloud/gen2/General/RPCProtocol Tested with a Shelly Plug S...
Hi all, I want to report an issue that I'm facing with the following Python code and the version v24.0.3 of Labgrid: ```Python from labgrid.protocol.commandprotocol import CommandProtocol from datetime import...
Hi, When ManagedFile.sync_to_resource synces a file to a remote for use with tftp, a symlink to that file is created on the remote in the tftp server's internal directory. When...
Add a driver for the [AvioSys Power Switch 9850](https://www.aviosys.com/products/9850.php). The Aviosys HTTP web-interface is described [here](https://www.aviosys.com/products/lib/httpapi.html) The command format is `http://ip:port/set.cmd?user=account+pass=password+cmd=command` **Checklist** - [x] Documentation for the feature - [x]...
If i use the grpc protocol directly i can acquire a place with a username without a "/". This causes labgrid-client to break when you want to release it, as...
Allow using e.g. labgrid-bound-connect also when installing labgrid using pip. **Description** We install labgrid using `pip` in a `Containerfile`, but need to use `labgrid-bound-connect` on the exporter. This isn't currently...
**Description** Since #1249, the `NFSProvider` no longer inherits from `BaseProvider` and no longer has the `internal` and `external` properties. This leads to an error with `ProviderGenericExport` which is meant for...