Re: [PATCH 1/6] tests/boot_linux_console: add microvm acceptance test

2020-01-31 Thread Wainer dos Santos Moschetta
On 1/30/20 9:51 PM, Philippe Mathieu-Daudé wrote: On 1/30/20 6:41 PM, Wainer dos Santos Moschetta wrote: On 1/27/20 2:36 PM, Liam Merwick wrote: Refactor test_x86_64_pc() to test_x86_64_machine() so that separate functions which specify the Avocado tag of ':avocado: tags=machine:' as being ei

Re: [PATCH 1/6] tests/boot_linux_console: add microvm acceptance test

2020-01-30 Thread Philippe Mathieu-Daudé
On 1/30/20 6:41 PM, Wainer dos Santos Moschetta wrote: On 1/27/20 2:36 PM, Liam Merwick wrote: Refactor test_x86_64_pc() to test_x86_64_machine() so that separate functions which specify the Avocado tag of ':avocado: tags=machine:' as being either 'pc' or 'microvm' can be used to test booting a

Re: [PATCH 1/6] tests/boot_linux_console: add microvm acceptance test

2020-01-30 Thread Wainer dos Santos Moschetta
On 1/27/20 2:36 PM, Liam Merwick wrote: Refactor test_x86_64_pc() to test_x86_64_machine() so that separate functions which specify the Avocado tag of ':avocado: tags=machine:' as being either 'pc' or 'microvm' can be used to test booting a compressed kernel using either machine class. Signed-

Re: [PATCH 1/6] tests/boot_linux_console: add microvm acceptance test

2020-01-30 Thread Stefano Garzarella
On Mon, Jan 27, 2020 at 04:36:29PM +, Liam Merwick wrote: > Refactor test_x86_64_pc() to test_x86_64_machine() so that separate > functions which specify the Avocado tag of ':avocado: tags=machine:' > as being either 'pc' or 'microvm' can be used to test booting a > compressed kernel using eith

[PATCH 1/6] tests/boot_linux_console: add microvm acceptance test

2020-01-27 Thread Liam Merwick
Refactor test_x86_64_pc() to test_x86_64_machine() so that separate functions which specify the Avocado tag of ':avocado: tags=machine:' as being either 'pc' or 'microvm' can be used to test booting a compressed kernel using either machine class. Signed-off-by: Liam Merwick --- tests/acceptance/