This moves the ast2600-evb tests to a new test file. No changes in the
test. The routines used to run the buildroot and sdk tests are removed
from the test_arm_aspeed.py file because now unused.
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
tests/functional/meson.build | 2 +
tests/functional/test_arm_aspeed.py | 155 --------------------
tests/functional/test_arm_aspeed_ast2600.py | 143 ++++++++++++++++++
3 files changed, 145 insertions(+), 155 deletions(-)
create mode 100644 tests/functional/test_arm_aspeed_ast2600.py