mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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:
parent
81e2926d4b
commit
d4d183af34
4 changed files with 153 additions and 157 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue