Re: [kvm-unit-tests PATCH v5 20/29] scripts: Accommodate powerpc powernv machine differences
From: Thomas Huth <hidden>
Date: 2023-12-19 12:38:02
Also in:
kvm
From: Thomas Huth <hidden>
Date: 2023-12-19 12:38:02
Also in:
kvm
On 16/12/2023 14.42, Nicholas Piggin wrote:
The QEMU powerpc powernv machine has minor differences that must be accommodated for in output parsing: - Summary parsing must search more lines of output for the summary line, to accommodate OPAL message on shutdown. - Premature failure testing must tolerate case differences in kernel load error message. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- scripts/runtime.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Thomas Huth <redacted>