Re: [PATCH] tests/functional/aspeed: Fix remaining hostname-specific login prompts
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 20/7/26 18:23, Cédric Le Goater wrote:
> Commit b04746bd0d7c unified boot completion detection on the generic
> 'login:' prompt but missed several SDK test files that still matched
> on hostname-prefixed patterns. Apply the same fix.
>
> Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/4059
> Fixes: b04746bd0d7c ("tests/functional/aspeed: unify boot completion detection on 'login:' prompt")
> Reported-by: Peter Maydell <[email protected]>
> Signed-off-by: Cédric Le Goater <[email protected]>
> ---
> tests/functional/aarch64/test_aspeed_ast2700a1.py | 2 +-
> tests/functional/aarch64/test_aspeed_ast2700a2.py | 2 +-
> tests/functional/aarch64/test_aspeed_ast2700fc.py | 2 +-
> tests/functional/arm/test_aspeed_ast2500_sdk.py | 2 +-
> tests/functional/arm/test_aspeed_ast2500_sdk_515.py | 2 +-
> tests/functional/arm/test_aspeed_ast2600_sdk.py | 2 +-
> tests/functional/arm/test_aspeed_ast2600_sdk_515.py | 2 +-
> 7 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>