Re: [Qemu-devel] [PATCH] BootLinuxSshTest: Only run the tests when explicitly requested

2019-09-19 Thread Cleber Rosa
On Wed, Sep 18, 2019 at 09:23:59PM -0400, Cleber Rosa wrote: > On Wed, Sep 18, 2019 at 02:27:48PM +0200, Philippe Mathieu-Daudé wrote: > > Currently the Avocado framework does not distinct the time spent > > downloading assets vs. the time spent running a test. With big > > assets (like a full VM i

Re: [Qemu-devel] [PATCH] BootLinuxSshTest: Only run the tests when explicitly requested

2019-09-18 Thread Cleber Rosa
On Wed, Sep 18, 2019 at 02:27:48PM +0200, Philippe Mathieu-Daudé wrote: > Currently the Avocado framework does not distinct the time spent > downloading assets vs. the time spent running a test. With big > assets (like a full VM image) the tests likely fail. > > This is a limitation known by the A

[Qemu-devel] [PATCH] BootLinuxSshTest: Only run the tests when explicitly requested

2019-09-18 Thread Philippe Mathieu-Daudé
Currently the Avocado framework does not distinct the time spent downloading assets vs. the time spent running a test. With big assets (like a full VM image) the tests likely fail. This is a limitation known by the Avocado team. Until this issue get fixed, do not run this tests automatically. Tes