zephyr/tests/drivers/adc/adc_api/testcase.yaml
Anas Nashif 0b5c0498a5 tests: adc_api: use new testcase scheme and cleanup
Remove the many .conf files and use extra_configs instead.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-17 08:55:38 -04:00

31 lines
845 B
YAML

common:
tags: drivers adc
tests:
- test:
depends_on: adc
- test_resolution_6:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=6
platform_whitelist: quark_se_c1000_ss_devboard
tags: hwtest
- test_resolution_8:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=8
platform_whitelist: quark_se_c1000_ss_devboard
tags: hwtest
- test_resolution_10:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=10
platform_whitelist: quark_se_c1000_ss_devboard
tags: hwtest
- test_resolution_12:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=12
platform_whitelist: quark_se_c1000_ss_devboard
tags: hwtest
- test_poll_mode:
extra_configs:
- CONFIG_ADC_QMSI_POLL=y
platform_whitelist: quark_se_c1000_ss_devboard
tags: hwtest