On 06/10/2025 19.34, Cédric Le Goater wrote:
The ast2600 test file currently includes tests for both the Buildroot
and SDK images. Since the SDK image tests can take long to run, split
them into a separate file to clearly distinguish the two sets of
tests, improve parallelism and allow for different CI timeouts.
Signed-off-by: Cédric Le Goater <[email protected]>
---
tests/functional/arm/meson.build | 6 +-
...00.py => test_aspeed_ast2600_buildroot.py} | 74 --------------
.../functional/arm/test_aspeed_ast2600_sdk.py | 96 +++++++++++++++++++
3 files changed, 100 insertions(+), 76 deletions(-)
rename tests/functional/arm/{test_aspeed_ast2600.py =>
test_aspeed_ast2600_buildroot.py} (57%)
create mode 100755 tests/functional/arm/test_aspeed_ast2600_sdk.py
Thanks!
Reviewed-by: Thomas Huth <[email protected]>