Re: [PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-05-14 Thread John Snow
On 4/9/21 10:53 AM, Wainer dos Santos Moschetta wrote: Hi, On 4/7/21 5:01 PM, Eduardo Habkost wrote: On Tue, Mar 23, 2021 at 05:01:09PM -0400, John Snow wrote: On 3/17/21 3:16 PM, Wainer dos Santos Moschetta wrote: Added John and Eduardo, On 3/9/21 3:52 PM, Cleber Rosa wrote: On Wed, Feb 24

Re: [PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-04-09 Thread Wainer dos Santos Moschetta
Hi, On 4/7/21 5:01 PM, Eduardo Habkost wrote: On Tue, Mar 23, 2021 at 05:01:09PM -0400, John Snow wrote: On 3/17/21 3:16 PM, Wainer dos Santos Moschetta wrote: Added John and Eduardo, On 3/9/21 3:52 PM, Cleber Rosa wrote: On Wed, Feb 24, 2021 at 06:26:51PM -0300, Wainer dos Santos Moschetta

Re: [PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-04-07 Thread Eduardo Habkost
On Tue, Mar 23, 2021 at 05:01:09PM -0400, John Snow wrote: > On 3/17/21 3:16 PM, Wainer dos Santos Moschetta wrote: > > Added John and Eduardo, > > > > On 3/9/21 3:52 PM, Cleber Rosa wrote: > > > On Wed, Feb 24, 2021 at 06:26:51PM -0300, Wainer dos Santos > > > Moschetta wrote: > > > > Currently t

Re: [PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-03-23 Thread John Snow
On 3/17/21 3:16 PM, Wainer dos Santos Moschetta wrote: Added John and Eduardo, On 3/9/21 3:52 PM, Cleber Rosa wrote: On Wed, Feb 24, 2021 at 06:26:51PM -0300, Wainer dos Santos Moschetta wrote: Currently the acceptance tests tagged with "machine" have the "-M TYPE" automatically added to the l

Re: [PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-03-17 Thread Wainer dos Santos Moschetta
Added John and Eduardo, On 3/9/21 3:52 PM, Cleber Rosa wrote: On Wed, Feb 24, 2021 at 06:26:51PM -0300, Wainer dos Santos Moschetta wrote: Currently the acceptance tests tagged with "machine" have the "-M TYPE" automatically added to the list of arguments of the QEMUMachine object. In other wor

Re: [PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-03-09 Thread Cleber Rosa
On Wed, Feb 24, 2021 at 06:26:51PM -0300, Wainer dos Santos Moschetta wrote: > Currently the acceptance tests tagged with "machine" have the "-M TYPE" > automatically added to the list of arguments of the QEMUMachine object. > In other words, that option is passed to the launched QEMU. On this > se

[PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag

2021-02-24 Thread Wainer dos Santos Moschetta
Currently the acceptance tests tagged with "machine" have the "-M TYPE" automatically added to the list of arguments of the QEMUMachine object. In other words, that option is passed to the launched QEMU. On this series it is implemented the same feature but instead for tests marked with "cpu". The