tests/functional: Convert the cubieboard avocado tests

Straight forward conversion, just the hashsums needed to be
updated to sha256 now.

These were the last tests that used image_pow2ceil_expand in
boot_linux_console.py, so we can remove that function from that
file now, too.

Message-ID: <20241206102358.1186644-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Thomas Huth 2024-12-06 11:23:54 +01:00
parent 81e2926d4b
commit d4d183af34
4 changed files with 153 additions and 157 deletions

View file

@ -21,6 +21,7 @@ test_timeouts = {
'arm_aspeed' : 600,
'arm_bpim2u' : 500,
'arm_collie' : 180,
'arm_cubieboard' : 360,
'arm_orangepi' : 540,
'arm_raspi2' : 120,
'arm_tuxrun' : 240,
@ -71,6 +72,7 @@ tests_arm_system_thorough = [
'arm_bpim2u',
'arm_canona1100',
'arm_collie',
'arm_cubieboard',
'arm_emcraft_sf2',
'arm_integratorcp',
'arm_orangepi',