Re: [PATCH 4/6] Acceptance Tests: log information when creating QEMUMachine

2021-02-15 Thread Wainer dos Santos Moschetta
On 2/11/21 7:01 PM, Cleber Rosa wrote: Including its base temporary directory, given that information useful for debugging can be put there. Signed-off-by: Cleber Rosa --- tests/acceptance/avocado_qemu/__init__.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by:

[PATCH 4/6] Acceptance Tests: log information when creating QEMUMachine

2021-02-11 Thread Cleber Rosa
Including its base temporary directory, given that information useful for debugging can be put there. Signed-off-by: Cleber Rosa --- tests/acceptance/avocado_qemu/__init__.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/avocado_qemu/__init__.py b/te