Re: [PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x

2021-04-19 Thread Willian Rampazzo
On Thu, Apr 15, 2021 at 6:52 PM Cleber Rosa wrote: > > Because s390x targets it can not currently migrate without a guest > running. > > Future work may provide a proper guest, but for now, it's safer to > cancel the test. > > Signed-off-by: Cleber Rosa > --- > tests/acceptance/migration.py | 6

Re: [PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x

2021-04-19 Thread Wainer dos Santos Moschetta
On 4/15/21 6:51 PM, Cleber Rosa wrote: Because s390x targets it can not currently migrate without a guest running. Future work may provide a proper guest, but for now, it's safer to cancel the test. Signed-off-by: Cleber Rosa --- tests/acceptance/migration.py | 6 ++ 1 file changed, 6

[PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x

2021-04-15 Thread Cleber Rosa
Because s390x targets it can not currently migrate without a guest running. Future work may provide a proper guest, but for now, it's safer to cancel the test. Signed-off-by: Cleber Rosa --- tests/acceptance/migration.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/acceptance