These avocado tests can be converted to the functional framework without much tweaking, just switch them to the new Asset() handling and update the hashsums to sha256 instead.
Thomas Huth (6): tests/functional: Convert the xlnx_versal_virt avocado test tests/functional: Convert the emcraft_sf2 avocado test tests/functional: Convert the smdkc210 avocado test tests/functional: Convert the cubieboard avocado tests tests/functional: Convert the quanta-gsj avocado test tests/functional: Convert the arm virt avocado test MAINTAINERS | 5 + tests/avocado/boot_linux_console.py | 376 ------------------- tests/functional/meson.build | 8 + tests/functional/test_aarch64_xlnx_versal.py | 37 ++ tests/functional/test_arm_cubieboard.py | 150 ++++++++ tests/functional/test_arm_emcraft_sf2.py | 52 +++ tests/functional/test_arm_quanta_gsj.py | 99 +++++ tests/functional/test_arm_smdkc210.py | 57 +++ tests/functional/test_arm_virt.py | 30 ++ 9 files changed, 438 insertions(+), 376 deletions(-) create mode 100755 tests/functional/test_aarch64_xlnx_versal.py create mode 100755 tests/functional/test_arm_cubieboard.py create mode 100755 tests/functional/test_arm_emcraft_sf2.py create mode 100755 tests/functional/test_arm_quanta_gsj.py create mode 100755 tests/functional/test_arm_smdkc210.py create mode 100755 tests/functional/test_arm_virt.py -- 2.47.1