> -----Original Message----- > From: Juraj Linkeš <[email protected]> > Sent: Friday, July 29, 2022 6:56 PM > To: [email protected]; [email protected]; Randles, Ronan > <[email protected]>; [email protected]; > [email protected]; Tu, Lijuan <[email protected]> > Cc: [email protected]; Juraj Linkeš <[email protected]> > Subject: [PATCH v4 5/9] dts: add ssh connection extension > > The class adds logging and history records to existing pexpect methods. > > Signed-off-by: Owen Hilyard <[email protected]> > Signed-off-by: Juraj Linkeš <[email protected]> > --- > dts/framework/ssh_connection.py | 70 > +++++++++++++++++++++++++++++++++ > 1 file changed, 70 insertions(+) > create mode 100644 dts/framework/ssh_connection.py >
Reviewed-by: Lijuan Tu <[email protected]> Thanks, Lijuan

