Rouven Czerwinski
Rouven Czerwinski
Add a new setter method for the timeout property which does not invoke the port reconfiguration. Signed-off-by: Rouven Czerwinski
**Description** The new SerialLoggingReporter and StepLoggingReporter output step information using the logging framework. This allows the user to configure the logging output and filtering by himself using the python logging...
We have currently use `ExecutionError` all over the stack and do not distinguish whether it is a function interacting with the target or a function used to communicate over SSH....
This should slim down the required python autobahn module. Ref https://github.com/crossbario/autobahn-python/pull/1374
We handle serveral paths within labgrid as strings and should switch to a `pathlib.Path` based handling. Since python3.6 all the `os` functions can handle this natively, this should remove some...
NixOS does not have `ssh` available within the build environment when running the tests, the following error is subsequently raised: ``` =============== 201 passed, 31 skipped, 27 deselected in 36.30s...
1. Coordinator and Exporter are running 2. User locks a board which acquires resources from the exporter 3. Exporter requires a restart due to changed configuration 4. Shutdown of the...
Some of the examples are confusing (looking at `examples/strategy/`) and should be separated into directories and extended with the necessary YAML files. We should also provide a `rst` explanation file...
Labgrid can currently not deal with empty passwords, due to `""` and `None` being handled the same. `None` should indicate that no password is required and `""` should indicate that...
Files imported in the `imports` statement can not import other files which are also used in import statements if they are not in the same directory as the `yaml` file....