Skip to content

Commit

Permalink
tests: Do not check the CPU variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-holenko committed Aug 25, 2020
1 parent 48608da commit 3974605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/renode/BIOS.robot
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ BIOS boots
Wait For Line On Uart BIOS CRC passed

# CPU_TYPE variable is passed by the test-renode.sh script
Wait For Line On Uart CPU:\\s* ${CPU_TYPE} @ [0-9]+MHz treatAsRegex=true
Wait For Line On Uart CPU:\\s* ${CPU_TYPE}.* @ [0-9]+MHz treatAsRegex=true

0 comments on commit 3974605

Please sign in to comment.