On 10/12/2024 21.43, Alex Bennée wrote:
We have proper detection of prompts now so we don't need to guess with sleep() sprinkled through the test. The extra step of calling halt is just to flush the final bits of the log (although the last line is still missed).Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- tests/functional/test_aarch64_virt.py | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>