Rouven Czerwinski

Results 167 comments of Rouven Czerwinski

It looks like the documentation requires additional fixes.

I don't think the SSH jump host configuration belongs inside a labgrid resource. It should rather be kept in the ssh configuration and use matches to correctly decide the jump...

~We do, we either get the env variable `LG_COORDINATOR` or fallback to `127.0.0.1:20408`:~ https://github.com/labgrid-project/labgrid/blob/ae0907928feec6b4bbaba7658cf5095d241a848d/labgrid/remote/exporter.py#L989 Ah, only the port argument is inconsistent. I guess @Bastian-Krause fixed this for the client since...

I'd not handle this in pure python code and rather employ a shell wrapper for this. Note also that `Crtl-\` twice is not the correct way to quit microcom and...

States of a strategy can already be requested with the `-s` command line argument, AFAIR the strategy needs to implement the `transition()` function.

Yes, this is true for the `UBootStrategy` which is meant as an example, if you want different states you'll need to implement your own strategy which implements those.

Looks like this fails since we integrated svg files, we'll need to modify the sphinx config to include the image converter extension which will automatically convert to png for pdf...

Yeah, that does look weird. The fixes in our pyserial branch eliminate a lot of port reconfiguration, to investigate this further I'll need to reread RFC2711.