qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Convert the BananaPi and OrangePi Avacodo tests
@ 2024-10-29  9:24 Thomas Huth
  2024-10-29  9:24 ` [PATCH 1/2] tests/functional: Convert BananaPi tests to the functional framework Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Huth @ 2024-10-29  9:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, Philippe Mathieu-Daudé, Niek Linnenbank,
	Joel Stanley

Some of the URLs in the Avocado tests stopped working since the
original assets have been removed from the servers or moved location,
see:

 https://lore.kernel.org/qemu-devel/CACPK8Xc=jsz5iT_WR7s-rcu1cRzryiK+-0o=6vUK_D_qMMrP3A@mail.gmail.com/

Since we are currently in progress of converting the Avocado tests
to the new functional framework, this is a good opportunity to convert
these tests and adjust the URLs (and hashsums) along the way to make
these tests work again.

Thomas Huth (2):
  tests/functional: Convert BananaPi tests to the functional framework
  tests/functional: Convert the OrangePi tests to the functional
    framework

 MAINTAINERS                           |   1 +
 tests/avocado/boot_linux_console.py   | 411 --------------------------
 tests/functional/meson.build          |   4 +
 tests/functional/qemu_test/utils.py   |  21 ++
 tests/functional/test_arm_bpim2u.py   | 206 +++++++++++++
 tests/functional/test_arm_orangepi.py | 270 +++++++++++++++++
 6 files changed, 502 insertions(+), 411 deletions(-)
 create mode 100755 tests/functional/test_arm_bpim2u.py
 create mode 100755 tests/functional/test_arm_orangepi.py

-- 
2.47.0



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

end of thread, other threads:[~2024-10-29 16:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29  9:24 [PATCH 0/2] Convert the BananaPi and OrangePi Avacodo tests Thomas Huth
2024-10-29  9:24 ` [PATCH 1/2] tests/functional: Convert BananaPi tests to the functional framework Thomas Huth
2024-10-29  9:24 ` [PATCH 2/2] tests/functional: Convert the OrangePi " Thomas Huth
2024-10-29 16:31 ` [PATCH 0/2] Convert the BananaPi and OrangePi Avacodo tests Pierrick Bouvier
2024-10-29 16:50   ` Thomas Huth
2024-10-29 16:54     ` Pierrick Bouvier

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).