This moves the ast2500-evb tests to a new test file and extends the
aspeed module with routines used to run the buildroot and sdk
tests. No changes in the test.
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
tests/functional/aspeed.py | 33 ++++++++++++
tests/functional/meson.build | 2 +
tests/functional/test_arm_aspeed.py | 44 ---------------
tests/functional/test_arm_aspeed_ast2500.py | 59 +++++++++++++++++++++
4 files changed, 94 insertions(+), 44 deletions(-)
create mode 100644 tests/functional/test_arm_aspeed_ast2500.py