samples/drivers/adc: Few fixes for use with twister
Add some changes to adc sample to enable valid verdict generation using twister: -Replace 'single_line' keyword with correct 'one_line' -Remove parenthesis from the sample output to enable regex verdict -Add timeout to save time in execution Additionally, add support for disco_l475_iot1. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
6a012301e6
commit
95712bd498
3 changed files with 17 additions and 4 deletions
|
@ -4,9 +4,10 @@ tests:
|
|||
sample.drivers.adc:
|
||||
tags: ADC
|
||||
depends_on: adc
|
||||
platform_allow: nucleo_l073rz
|
||||
platform_allow: nucleo_l073rz disco_l475_iot1
|
||||
harness: console
|
||||
timeout: 10
|
||||
harness_config:
|
||||
type: single_line
|
||||
type: one_line
|
||||
regex:
|
||||
- "ADC reading(s): (.*)"
|
||||
- "ADC reading: (.*)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue