Re: [PATCH v1 1/2] tests/acceptance: move pkg extraction to avocado_qemu/

2021-07-14 Thread Claudio Fontana
On 7/13/21 8:05 PM, Cleber Rosa wrote: > > Claudio Fontana writes: > >> currently these utility functions are present only in boot_linux_console.py, >> but they are useful in general, not just for linux. >> >> In order to reuse them for a firmware test with OVMF, make these functions >> general

Re: [PATCH v1 1/2] tests/acceptance: move pkg extraction to avocado_qemu/

2021-07-13 Thread Cleber Rosa
Claudio Fontana writes: > currently these utility functions are present only in boot_linux_console.py, > but they are useful in general, not just for linux. > > In order to reuse them for a firmware test with OVMF, make these functions > general utility functions inside avocado_qemu/ , from

[PATCH v1 1/2] tests/acceptance: move pkg extraction to avocado_qemu/

2021-06-04 Thread Claudio Fontana
currently these utility functions are present only in boot_linux_console.py, but they are useful in general, not just for linux. In order to reuse them for a firmware test with OVMF, make these functions general utility functions inside avocado_qemu/ , from where we will punctually import them.