Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ipmi/test_ipmi_outband_sol.robot
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ Verify BSA Compliant UART From Boot Log

# ===== Verify Console TTY is BSA compliant UART =====
# [ 0.960641] printk: console [ttyAMA0] enabled
${line}= Get Lines Containing String ${output} printk: console
${ttyConsole}= Get Regexp Matches ${line} (tty.*)] 1
# Accept both:
# printk: console [ttyAMA0] enabled
# printk: legacy console [ttyAMA0] enabled
${ttyConsole}= Get Regexp Matches ${output} (?m)printk: (?:legacy )?console \[(tty[^\]]+)\] enabled 1

Dictionary Should Contain Key ${spcr_tty_lists} ${ttyConsole}[0]
... msg=Failure: Console UART not a BSA compliant UART
Expand Down