> -----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 7/9] dts: add Node base class > > The base class implements basic node management methods - connect and > execute commands. > > Signed-off-by: Owen Hilyard <[email protected]> > Signed-off-by: Juraj Linkeš <[email protected]> > --- > dts/framework/node.py | 99 +++++++++++++++++++++++++++++++++++++++ > dts/framework/settings.py | 11 +++++ > 2 files changed, 110 insertions(+) > create mode 100644 dts/framework/node.py >
Reviewed-by: Lijuan Tu <[email protected]> Thanks, Lijuan

