Re: [PATCH v9 2/3] Acceptance test: add "boot_linux" tests

2020-02-24 Thread Andrew Jones
On Thu, Feb 20, 2020 at 02:52:45PM -0500, Cleber Rosa wrote: > On Thu, Feb 20, 2020 at 01:49:40PM -0300, Wainer dos Santos Moschetta wrote: > > On 2/19/20 11:06 PM, Cleber Rosa wrote: > > > + > > > +def test_virt_tcg(self): > > > +""" > > > +:avocado: tags=accel:tcg > > > +

Re: [PATCH v9 2/3] Acceptance test: add "boot_linux" tests

2020-02-20 Thread Cleber Rosa
On Thu, Feb 20, 2020 at 01:49:40PM -0300, Wainer dos Santos Moschetta wrote: > On 2/19/20 11:06 PM, Cleber Rosa wrote: > > + > > +def test_virt_tcg(self): > > +""" > > +:avocado: tags=accel:tcg > > +:avocado: tags=cpu:cortex-a53 > > +""" > > +if not tcg_a

Re: [PATCH v9 2/3] Acceptance test: add "boot_linux" tests

2020-02-20 Thread Wainer dos Santos Moschetta
On 2/19/20 11:06 PM, Cleber Rosa wrote: This acceptance test, validates that a full blown Linux guest can successfully boot in QEMU. In this specific case, the guest chosen is Fedora version 31. * x86_64, pc-i440fx and pc-q35 machine types, with TCG and KVM as accelerators * aarch64