labgrid
labgrid copied to clipboard
embedded systems control library for development, testing and installation
**Description** When using a RemoteNetworkInterface, it is useful to open connections from the exporter to the DUT. We can make that easy by using the sshmanager we already have for...
enable driver for resource YKUSHPowerPort, change to use ykushcmd as control driver, support remote control via ssh. Signed-off-by: Chen Peng1 **Description** support to control YKUSHPowerPort device remotely via ssh.
**Description** Fixes Bug, when using the deditec_relais_8 in parallel it would crash with `USB Resource Busy` this is fixed by creating a lock file and checking when getting and setting...
I am setting up labgrid on Ubuntu in company network behind a proxy I have setup below environment variables: ``` http_proxy=http://xxx:port https_proxy=http://xxx:port HTTP_PROXY=http://xxx:port HTTPS_PROXY=http://xxx:port ``` And run below command according...
**Description** Activating the UBootDriver for a U-Boot that is already interrupted does not work at the moment, because nothing is received on the console since nothing is sent in the...
Signed-off-by: Oleg Karfich Extend the currently fastboot implementation in labgrid by supporting fastboot over ethernet. The extension is tested with an WAGO PFC200 (750-8212) with running Barebox v2021.10.0. We also...
**Description** When using the siglent power backend with the NetworkPowerDriver, this error occurs: ``` self = NetworkPowerDriver(target=Target(name='Test', env=None), name='power', state=, delay=2.0) @Driver.check_active @step() def off(self): > self.backend.power_set(self._host, self._port, self.port.index, False)...
Adds an environment variable called LG_SSH_CONNECT_TIMEOUT which controls the timeout passed to SSH when attempting a connection. **Checklist** - [x] Documentation for the feature - [ ] Tests for the...
Bumps the SSH connection timeout to 30 seconds for the agent wrapper to match the other SSH timeouts **Checklist** - [ ] Documentation for the feature - [ ] Tests...
This PR to add nxp uuu support to labgrid, we use uuu to flash images to i.mx boards. **Description** Some considerations here: * I notice there is realization for uuu...