Re: [PATCH v4 0/3] tests/functional: Finish conversion of Aspeed tests

2024-11-25 Thread Alex Bennée
Cédric Le Goater writes: > Hello, > > This series completes the conversion of the Aspeed tests to the new > functional framework and removes the workarounds for capturing the > console output. Queued to pr/251124-9.2-rc2-updates-1, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v4 0/3] tests/functional: Finish conversion of Aspeed tests

2024-11-22 Thread Cédric Le Goater
Hello, This series completes the conversion of the Aspeed tests to the new functional framework and removes the workarounds for capturing the console output. Thanks, C. Changes in v3: - Required 'user' netdev in do_test_aarch64_aspeed_sdk_start() and do_test_arm_aspeed_sdk_start() Cha