Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported

2021-04-19 Thread Wainer dos Santos Moschetta
Hi, On 4/15/21 6:51 PM, Cleber Rosa wrote: FIXME: check if there's a way to query migration support before actually requesting migration. Some targets/machines contain devices that do not support migration. Let's acknowledge that and cancel the test as early as possible. Signed-off-by: Cleber

Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported

2021-04-16 Thread Cleber Rosa
On Fri, Apr 16, 2021 at 07:11:04AM +0200, Philippe Mathieu-Daudé wrote: > On 4/15/21 11:51 PM, Cleber Rosa wrote: > > FIXME: check if there's a way to query migration support before > > actually requesting migration. > > > > Some targets/machines contain devices that do not support migration. > >

Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported

2021-04-16 Thread Willian Rampazzo
On Thu, Apr 15, 2021 at 6:52 PM Cleber Rosa wrote: > > FIXME: check if there's a way to query migration support before > actually requesting migration. > > Some targets/machines contain devices that do not support migration. > Let's acknowledge that and cancel the test as early as possible. > > Si

Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported

2021-04-15 Thread Philippe Mathieu-Daudé
On 4/15/21 11:51 PM, Cleber Rosa wrote: > FIXME: check if there's a way to query migration support before > actually requesting migration. > > Some targets/machines contain devices that do not support migration. > Let's acknowledge that and cancel the test as early as possible. > > Signed-off-by:

[PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported

2021-04-15 Thread Cleber Rosa
FIXME: check if there's a way to query migration support before actually requesting migration. Some targets/machines contain devices that do not support migration. Let's acknowledge that and cancel the test as early as possible. Signed-off-by: Cleber Rosa --- tests/acceptance/migration.py | 6 +