Re: [PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()

2021-08-16 Thread Wainer dos Santos Moschetta
Hi, On 8/3/21 4:34 PM, Cleber Rosa wrote: The avocado.Test class, used as the basis of the avocado_qemu.Test class, performs a clean of temporary directories up as part of its own tearDown() implementation. But the avocado_qemu.Test class is currently missing the same clean up, as it implemente

Re: [PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()

2021-08-03 Thread Willian Rampazzo
On Tue, Aug 3, 2021 at 4:35 PM Cleber Rosa wrote: > > The avocado.Test class, used as the basis of the avocado_qemu.Test > class, performs a clean of temporary directories up as part of its own > tearDown() implementation. > > But the avocado_qemu.Test class is currently missing the same clean > u

[PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()

2021-08-03 Thread Cleber Rosa
The avocado.Test class, used as the basis of the avocado_qemu.Test class, performs a clean of temporary directories up as part of its own tearDown() implementation. But the avocado_qemu.Test class is currently missing the same clean up, as it implemented its own tearDown() method without resorting