RE: [PATCH v5 06/10] dts: add ssh connection module

2022-09-30 Thread Juraj Linkeš
tel.com; dev@dpdk.org > Subject: Re: [PATCH v5 06/10] dts: add ssh connection module > > On Mon, Sep 26, 2022 at 02:17:09PM +, Juraj Linkeš wrote: > > The module uses the pexpect python library and implements connection > > to a node and two ways to interact with the node:

Re: [PATCH v5 06/10] dts: add ssh connection module

2022-09-27 Thread Stanislaw Kardach
On Mon, Sep 26, 2022 at 02:17:09PM +, Juraj Linkeš wrote: > The module 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. >

[PATCH v5 06/10] dts: add ssh connection module

2022-09-26 Thread Juraj Linkeš
The module 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-o