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:
Erwan Gouriou 2021-01-29 14:10:09 +01:00 committed by Anas Nashif
commit 95712bd498
3 changed files with 17 additions and 4 deletions

View file

@ -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: (.*)"