tests/functional: Convert the r2d sh4 Avocado test

This is the last test that is using the do_test_advcal_2018()
function, so we can now remove that function from boot_linux_console.py,
too.

Message-ID: <20240919185749.71222-8-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Thomas Huth 2024-09-19 20:57:47 +02:00
parent 12c0b40798
commit a94bfe1b18
4 changed files with 36 additions and 25 deletions

View file

@ -127,6 +127,10 @@ tests_s390x_system_thorough = [
's390x_topology',
]
tests_sh4_system_thorough = [
'sh4_r2d',
]
tests_sparc_system_thorough = [
'sparc_sun4m',
]