Re: [PATCH] Acceptance tests: use avocado.utils.ssh for SSH interaction

2019-09-20 Thread Cleber Rosa
On Fri, Sep 20, 2019 at 05:33:35PM -0300, Eduardo Habkost wrote: > On Thu, Sep 19, 2019 at 06:59:05PM -0400, Cleber Rosa wrote: > > This replaces paramiko with avocado.utils.ssh module, which is based > > on a (open)ssh binary, supposedly more ubiquitous. > > > > Signed-off-by: Cleber Rosa > > R

Re: [PATCH] Acceptance tests: use avocado.utils.ssh for SSH interaction

2019-09-20 Thread Eduardo Habkost
On Thu, Sep 19, 2019 at 06:59:05PM -0400, Cleber Rosa wrote: > This replaces paramiko with avocado.utils.ssh module, which is based > on a (open)ssh binary, supposedly more ubiquitous. > > Signed-off-by: Cleber Rosa Reviewed-by: Eduardo Habkost -- Eduardo

Re: [PATCH] Acceptance tests: use avocado.utils.ssh for SSH interaction

2019-09-20 Thread Cleber Rosa
On Fri, Sep 20, 2019 at 04:16:54PM -0300, Eduardo Habkost wrote: > On Thu, Sep 19, 2019 at 06:59:05PM -0400, Cleber Rosa wrote: > > This replaces paramiko with avocado.utils.ssh module, which is based > > on a (open)ssh binary, supposedly more ubiquitous. > > > > Signed-off-by: Cleber Rosa > > I

Re: [PATCH] Acceptance tests: use avocado.utils.ssh for SSH interaction

2019-09-20 Thread Eduardo Habkost
On Thu, Sep 19, 2019 at 06:59:05PM -0400, Cleber Rosa wrote: > This replaces paramiko with avocado.utils.ssh module, which is based > on a (open)ssh binary, supposedly more ubiquitous. > > Signed-off-by: Cleber Rosa I just noticed that I have some patches on python-next that never went to a pull

[PATCH] Acceptance tests: use avocado.utils.ssh for SSH interaction

2019-09-19 Thread Cleber Rosa
This replaces paramiko with avocado.utils.ssh module, which is based on a (open)ssh binary, supposedly more ubiquitous. Signed-off-by: Cleber Rosa --- tests/acceptance/linux_ssh_mips_malta.py | 74 tests/requirements.txt | 3 +- 2 files changed, 25 ins