> -----Original Message----- > From: Juraj Linkeš <juraj.lin...@pantheon.tech> > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > <ronan.rand...@intel.com>; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan <lijuan...@intel.com> > Cc: dev@dpdk.org; Juraj Linkeš <juraj.lin...@pantheon.tech> > Subject: [PATCH v4 4/9] dts: add ssh pexpect library > > The library uses the pexpect python library and implements connection to a > node > and two ways to interact with the node: > 1. Send a string with specified prompt which will be matched after > the string has been sent to the node. > 2. Send a command to be executed. No prompt is specified here. > > Signed-off-by: Owen Hilyard <ohily...@iol.unh.edu> > Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > --- > dts/framework/exception.py | 57 ++++++++++ > dts/framework/ssh_pexpect.py | 205 > +++++++++++++++++++++++++++++++++++ > dts/framework/utils.py | 12 ++ > 3 files changed, 274 insertions(+) > create mode 100644 dts/framework/exception.py create mode 100644 > dts/framework/ssh_pexpect.py create mode 100644 dts/framework/utils.py >
Reviewed-by: Lijuan Tu <lijuan...@intel.com> Thanks, Lijuan