Skip to content

Commit

Permalink
test(uart): update scenario file for 8 tests
Browse files Browse the repository at this point in the history
esp-idf recently added another test case, update the scenario file to account for that.
  • Loading branch information
urish committed Nov 24, 2024
1 parent 88f7fa6 commit 4cd70d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_uart.scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ steps:
- write-serial: "uart\n"
- wait-serial: "Waiting for signal: [select to test 'uart' or 'lp_uart' port]!"
- write-serial: "uart\n"
- wait-serial: "7 Tests 0 Failures 0 Ignored"
- wait-serial: "Waiting for signal: [select to test 'uart' or 'lp_uart' port]!"
- write-serial: "uart\n"
- wait-serial: "8 Tests 0 Failures 0 Ignored"

0 comments on commit 4cd70d8

Please sign in to comment.