mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
improved regression comments
This commit is contained in:
parent
be15a11622
commit
1759c920bb
@ -35,13 +35,13 @@ tests = [
|
|||||||
["rv64i", ["arch64i"]]
|
["rv64i", ["arch64i"]]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Separate test for short buildroot run through OpenSBI UART output
|
||||||
# Separate test for full buildroot run
|
|
||||||
tests_buildrootshort = [
|
tests_buildrootshort = [
|
||||||
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1400000"], # Instruction limit gets to first OpenSBI UART output
|
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1400000"], # Instruction limit gets to first OpenSBI UART output
|
||||||
"OpenSBI v", "buildroot_uart.out"]
|
"OpenSBI v", "buildroot_uart.out"]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Separate test for full buildroot run
|
||||||
tests_buildrootboot = [
|
tests_buildrootboot = [
|
||||||
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=600000000"], # boot entire buildroot Linux to login prompt
|
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=600000000"], # boot entire buildroot Linux to login prompt
|
||||||
"WallyHostname login: ", "buildroot_uart.out"]
|
"WallyHostname login: ", "buildroot_uart.out"]
|
||||||
|
Loading…
Reference in New Issue
Block a user