1/4 qemu:func-quick+func-mipsel / func-mipsel-empty_cpu_model OK 0.64s 1 subtests passed 2/4 qemu:func-quick+func-mipsel / func-mipsel-version OK 0.65s 1 subtests passed 3/4 qemu:func-quick+func-mipsel / func-mipsel-info_usernet OK 0.67s 1 subtests passed 4/4 qemu:func-thorough+func-mipsel-thorough+thorough / func-mipsel-mipsel_malta OK 2.30s 1 subtests passed 1/6 qemu:func-quick+func-mips64el / func-mips64el-empty_cpu_model OK 0.12s 1 subtests passed 2/6 qemu:func-quick+func-mips64el / func-mips64el-version OK 0.13s 1 subtests passed 3/6 qemu:func-quick+func-mips64el / func-mips64el-info_usernet OK 0.15s 1 subtests passed 4/6 qemu:func-quick+func-mips64el / func-mips64el-mips64el_fuloong2e OK 0.19s 1 subtests passed 5/6 qemu:func-thorough+func-mips64el-thorough+thorough / func-mips64el-mips64el_loongson3v OK 4.53s 1 subtests passed 6/6 qemu:func-thorough+func-mips64el-thorough+thorough / func-mips64el-mips64el_malta OK 23.52s 4 subtests passed
Based-on: <20240821082748.65853-1-th...@redhat.com> Supersedes: <20240821125701.63042-1-phi...@linaro.org> Philippe Mathieu-Daudé (3): tests/functional: Convert mips fuloong2e avocado test tests/functional: Convert mips64el Malta I6400 avocado tests tests/functional: Convert mipsel Malta YAMON avocado test MAINTAINERS | 5 +- tests/functional/meson.build | 9 ++ .../test_mips64el_fuloong2e.py} | 30 +++--- .../test_mips64el_malta.py} | 98 +++++-------------- tests/functional/test_mipsel_malta.py | 46 +++++++++ 5 files changed, 99 insertions(+), 89 deletions(-) rename tests/{avocado/machine_mips_fuloong2e.py => functional/test_mips64el_fuloong2e.py} (61%) mode change 100644 => 100755 rename tests/{avocado/machine_mips_malta.py => functional/test_mips64el_malta.py} (53%) mode change 100644 => 100755 create mode 100755 tests/functional/test_mipsel_malta.py -- 2.45.2