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

2023-07-12 Thread Thomas Monjalon
21/06/2023 20:33, Jeremy Spewock: > Acked-by: Jeremy Spewock > > On Fri, Jun 9, 2023 at 5:46 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. > >

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

2023-07-08 Thread Patrick Robb
Tested-by: Patrick Robb On Fri, Jun 9, 2023 at 5:46 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š > --- > > Notes: >

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

2023-07-05 Thread Jeremy Spewock
Tested-by: Jeremy Spewock On Wed, Jun 21, 2023 at 2:33 PM Jeremy Spewock wrote: > Acked-by: Jeremy Spewock > > On Fri, Jun 9, 2023 at 5:46 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

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

2023-06-21 Thread Jeremy Spewock
Acked-by: Jeremy Spewock On Fri, Jun 9, 2023 at 5:46 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š > --- > > Notes: >

[PATCH v3] dts: replace pexpect with fabric

2023-06-09 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š --- Notes: v3: updated passwordless sudo setup on Linux doc/guides/tools/dts.rst