Re: [PATCH v2] dts: replace pexpect with fabric

2023-05-03 Thread Jeremy Spewock
On Tue, May 2, 2023 at 9:00 AM Juraj Linkeš wrote: > On Fri, Apr 28, 2023 at 9:04 PM Jeremy Spewock > wrote: > > > > > > > > On Mon, Apr 24, 2023 at 9:35 AM Juraj Linkeš > wrote: > >> > >> Pexpect is not a dedicated SSH connection library while Fabric is. With > >> Fabric, all SSH-related logic

Re: [PATCH v2] dts: replace pexpect with fabric

2023-05-02 Thread Juraj Linkeš
On Fri, Apr 28, 2023 at 9:04 PM Jeremy Spewock wrote: > > > > On Mon, Apr 24, 2023 at 9:35 AM Juraj Linkeš > wrote: >> >> Pexpect is not a dedicated SSH connection library while Fabric is. With >> Fabric, all SSH-related logic is provided and we can just focus on >> what's DTS specific. >> >> Si

Re: [PATCH v2] dts: replace pexpect with fabric

2023-04-28 Thread Jeremy Spewock
On Mon, Apr 24, 2023 at 9:35 AM Juraj Linkeš wrote: > Pexpect is not a dedicated SSH connection library while Fabric is. With > Fabric, all SSH-related logic is provided and we can just focus on > what's DTS specific. > > Signed-off-by: Juraj Linkeš > --- > doc/guides/tools/dts.rst

[PATCH v2] dts: replace pexpect with fabric

2023-04-24 Thread Juraj Linkeš
Pexpect is not a dedicated SSH connection library while Fabric is. With Fabric, all SSH-related logic is provided and we can just focus on what's DTS specific. Signed-off-by: Juraj Linkeš --- doc/guides/tools/dts.rst | 29 +- dts/conf.yaml |