qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] tests/functional: Convert few MIPS avocado tests
@ 2024-08-21 13:33 Philippe Mathieu-Daudé
  2024-08-21 13:33 ` [PATCH v2 1/3] tests/functional: Convert mips fuloong2e avocado test Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-21 13:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Huacai Chen, Aurelien Jarno, Thomas Huth, Jiaxun Yang,
	Wainer dos Santos Moschetta, Philippe Mathieu-Daudé,
	Cleber Rosa, Beraldo Leal

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-thuth@redhat.com>
Supersedes: <20240821125701.63042-1-philmd@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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-22  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21 13:33 [PATCH v2 0/3] tests/functional: Convert few MIPS avocado tests Philippe Mathieu-Daudé
2024-08-21 13:33 ` [PATCH v2 1/3] tests/functional: Convert mips fuloong2e avocado test Philippe Mathieu-Daudé
2024-08-21 13:33 ` [PATCH v2 2/3] tests/functional: Convert mips64el Malta I6400 avocado tests Philippe Mathieu-Daudé
2024-08-21 13:33 ` [PATCH v2 3/3] tests/functional: Convert mipsel Malta YAMON avocado test Philippe Mathieu-Daudé
2024-08-22  8:59   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).