Rouven Czerwinski
Rouven Czerwinski
Making this an automatic upload on `keyfile` availability on activation is a design decision I'd like to revise with the original author. I'll have stern talking to with myself, your...
See [contrib/systemd/tmpfiles.d/labgrid.conf](https://github.com/labgrid-project/labgrid/blob/70232e4202fd04b14ff152ccef7024a221a2897a/contrib/systemd/tmpfiles.d/labgrid.conf) for an example tmpfiles.d entry and the Attention box in the [Gettings Started Exporter](https://labgrid.readthedocs.io/en/latest/getting_started.html#exporter) section.
The terminology is only an inconsistency as far as i can see. For dut file management the `SSHDriver` already implements the `FileTransferProtocol` with `put()/get()`. The `ManagedFile` is only meant for...
Labgrid already supports jumping over the exporter to the DUT for NetworkServiceExports, this is done by using the `proxymanager` class inside of labgrid. This is done when the `address` includes...
> No, I meant specifying a network connection where you essentially have two targets, one is the DUT you want to connect to, but it might have a specific network...
This PR modifies the utility `SSHManager` which manages port forwarding, I don't think this is mergable since hosts used for ssh forwarding should be fundamentally under your control and the...
Isn't this covered by the `imports` property already?
I am not convinced we should support two different mechanics for module imports. The `imports` functionality is narrower in scope and IMO suites the use case for in test case...
I wonder if this depends on the SD card or the SDMux. This should be fixed either in kernel (which shouldn't make the device available to userspace before it is...
I don't think using a spearate command for the local client is strictly necessary, We should be able to detect whether a `ClientSession` is required at all by looking into...