Rouven Czerwinski
Rouven Czerwinski
Please remove the invert functions, IMO this specific behaviour of your device can be either encapsulated in the device strategy (for i.e. something like a boot mode reset), or in...
Yep, looks like we are missing a `shlex.quote()`, we should probably place this in the `USBStorageDriver` to ensure that passed in folders are properly escaped.
I meant that both arguments to `write_files` need to be quoted, regardless of them being files or commands. Hm, I do wonder who ends up interpreting the commands, AFAICS we...
Yep, please open a PR if you find the time.
IMO we should fix the `__str__` call sites as there are only two.
@b2vn could you give this a spin? I currently do not have a docker setup.
Has this PR been tested?
Labgrid supports this, but you have to use the `labgrid-client add-named-match` for resources and than manually specify the bindings for both IODrivers. Part of it is explained in the [labgrid-client...
We need to revisit the grpc generation either way since we currently commit generated files into the repository. Ideally we would have grpc-tools as a build time dependency and generate...
Isn't a keyword argument with default for the `put_ssh_key()` function not enought to achieve this? Do we need the additional driver argument?