Skip to content

Commit

Permalink
samples: add capture output for the mec15xxevb_assy6853 pm sample
Browse files Browse the repository at this point in the history
To make it runnable in the sanitycheck necessary to add
capture output, because that sample runs infinite period of time
and can not finished by itself. To avoid timeout error
in the sanitycheck I added capture output for a several times.
Also added one more tag to describe that it is a power
management sample.

Signed-off-by: Maksim Masalski <[email protected]>
  • Loading branch information
maksimmasalski authored and MaureenHelm committed Nov 9, 2020
1 parent 394c7d0 commit b2bd0a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion samples/boards/mec15xxevb_assy6853/power_management/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ sample:
tests:
sample.board.mec15xxevb_assy6853.pm:
platform_allow: mec15xxevb_assy6853
tags: board
tags: board pm
harness: console
harness_config:
type: multi_line
ordered: False
regex:
- "Wake from Light Sleep"
- "Wake from Deep Sleep"
repeat: 3

0 comments on commit b2bd0a0

Please sign in to comment.