v23.0.2 #1229
Bastian-Krause
started this conversation in
General
v23.0.2
#1229
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug fixes in 23.0.2
SSHDriver
's control socket tmpdir clean up after the the SSH processhas terminated. Ignore errors on cleanup since it's best effort.
labgrid-client monitor
resource output.atomic_replace()
used by the coordinator andlabgrid-client export
to write config files.get_tool()
return the requested tool if it is not found inthe config. Return the resolved path if it exists, otherwise return the value
as is. Also drop the now obsolete tool fallbacks from the drivers and add
tests.
USBSDMuxDevice
/USBSDWireDevice
udev race condition leading tooutdated control/disk paths.
SSHDriver
'sexplicit_sftp_mode
option to allow calls toput()
and
get()
multiple times. Also makescp()
respect this option.QEMUDriver
'sdisplay
argumentfor the
egl-headless
option.This discussion was created from the release v23.0.2.
Beta Was this translation helpful? Give feedback.
All reactions