This introduces a new aspeed module for sharing code between tests and
moves the palmetto test to a new test file. No changes in the test.
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
tests/functional/aspeed.py | 23 +++++++++++++++++++
tests/functional/meson.build | 2 ++
tests/functional/test_arm_aspeed.py | 10 --------
tests/functional/test_arm_aspeed_palmetto.py | 24 ++++++++++++++++++++
4 files changed, 49 insertions(+), 10 deletions(-)
create mode 100644 tests/functional/aspeed.py
create mode 100644 tests/functional/test_arm_aspeed_palmetto.py