Joshua Watt
Joshua Watt
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...
**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 display support and networking support to QEMU **Checklist** - [x] Documentation for the feature - [x] Tests for the feature - [x] The arguments and description in doc/configuration.rst...
**Description** Adds support for live streaming packets from a RawNetworkInterfaceDriver. This can be useful for writing tests that parse packets in real time looking for a specific pattern, for example:...
If a place doesn't have a NetworkService (commonly when the device does some sort of dynamic IP addressing and tests get the IP address at runtime), the user needs to...
Adds a class that allows tests to export a local directory to an exporter via sshfs. In order to prevent the exporter from being able to access any file that...
**Description** Files controlled with `ManagedFile` can sometimes be quite large and consume a large amount of space on the exporter, potentially causing it to run out and fail tests. In...
Fixes a warning about an implicit fall through in a case statement (-Werror=implicit-fallthrough) with newer versions of GCC Signed-off-by: Joshua Watt
Reworks the way that commands specified by the user are wrapped by Pyrex. Instead of completely replacing the container commands, the user commands override and extend the container command defintions,...