Re: [PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests

2021-04-19 Thread Wainer dos Santos Moschetta
Hi, On 4/15/21 6:51 PM, Cleber Rosa wrote: When running tests that are not target specific with various target binaries, some specific behavior appears. For s390x, when there's no guest code running, it will produce GUEST_PANICKED events as the firmware will shutdown the machine. With this cha

Re: [PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests

2021-04-16 Thread Willian Rampazzo
On Thu, Apr 15, 2021 at 6:52 PM Cleber Rosa wrote: > > When running tests that are not target specific with various target > binaries, some specific behavior appears. For s390x, when there's no > guest code running, it will produce GUEST_PANICKED events as the > firmware will shutdown the machine

[PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests

2021-04-15 Thread Cleber Rosa
When running tests that are not target specific with various target binaries, some specific behavior appears. For s390x, when there's no guest code running, it will produce GUEST_PANICKED events as the firmware will shutdown the machine. With this change, no GUEST_PANICKED *event* will be generat