This simply moves the romulus-bmc test to a new test file. No changes
in the test. The do_test_arm_aspeed routine is removed from the
test_arm_aspeed.py file because it is now unused.
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
tests/functional/meson.build | 2 ++
tests/functional/test_arm_aspeed.py | 26 ---------------------
tests/functional/test_arm_aspeed_romulus.py | 24 +++++++++++++++++++
3 files changed, 26 insertions(+), 26 deletions(-)
create mode 100644 tests/functional/test_arm_aspeed_romulus.py