Re: [PATCH v3 04/11] Acceptance Tests: move useful ssh methods to base class

2021-04-19 Thread Philippe Mathieu-Daudé
On 4/12/21 6:46 AM, Cleber Rosa wrote: > Both the virtiofs submounts and the linux ssh mips malta tests > contains useful methods related to ssh that deserve to be made > available to other tests. Let's move them to an auxiliary, mix-in > class that will be used on the base LinuxTest class. > > T

[PATCH v3 04/11] Acceptance Tests: move useful ssh methods to base class

2021-04-11 Thread Cleber Rosa
Both the virtiofs submounts and the linux ssh mips malta tests contains useful methods related to ssh that deserve to be made available to other tests. Let's move them to an auxiliary, mix-in class that will be used on the base LinuxTest class. The method that helps with setting up an ssh connect