diff --git a/bin/regression-wally b/bin/regression-wally index 7622e7aea..c67366ee1 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -35,13 +35,13 @@ tests = [ ["rv64i", ["arch64i"]] ] - -# Separate test for full buildroot run +# Separate test for short buildroot run through OpenSBI UART output tests_buildrootshort = [ ["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1400000"], # Instruction limit gets to first OpenSBI UART output "OpenSBI v", "buildroot_uart.out"] ] +# Separate test for full buildroot run tests_buildrootboot = [ ["buildroot", ["buildroot"], [f"+INSTR_LIMIT=600000000"], # boot entire buildroot Linux to login prompt "WallyHostname login: ", "buildroot_uart.out"]