Re: [PATCH v4 1/6] tests/acceptance: Extract QemuBaseTest from Test

2021-11-01 Thread Philippe Mathieu-Daudé
On 11/1/21 19:01, Willian Rampazzo wrote: > On Mon, Sep 27, 2021 at 1:31 PM Philippe Mathieu-Daudé > wrote: >> >> The Avocado Test::fetch_asset() is handy to download artifacts >> before running tests. The current class is named Test but only >> tests system emulation. As we want to test user emu

Re: [PATCH v4 1/6] tests/acceptance: Extract QemuBaseTest from Test

2021-11-01 Thread Willian Rampazzo
On Mon, Sep 27, 2021 at 1:31 PM Philippe Mathieu-Daudé wrote: > > The Avocado Test::fetch_asset() is handy to download artifacts > before running tests. The current class is named Test but only > tests system emulation. As we want to test user emulation, > refactor the common code as QemuBaseTest.

[PATCH v4 1/6] tests/acceptance: Extract QemuBaseTest from Test

2021-09-27 Thread Philippe Mathieu-Daudé
The Avocado Test::fetch_asset() is handy to download artifacts before running tests. The current class is named Test but only tests system emulation. As we want to test user emulation, refactor the common code as QemuBaseTest. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/avocado_qe