tests: adc_api: Remove sample width test scenario

Remove unnecessary sample width scenario.

Signed-off-by: Punit Vara <punit.vara@intel.com>
This commit is contained in:
Punit Vara 2018-08-27 00:16:25 +05:30 committed by Anas Nashif
parent ea4305a469
commit 108b5398e4
3 changed files with 2 additions and 24 deletions

View file

@ -2,8 +2,7 @@ sample:
name: Grove Light Sensor
tests:
test:
platform_whitelist: arduino_101_sss quark_d2000_crb
arduino_due
platform_whitelist: arduino_101_sss arduino_due
tags: drivers sensor grove light
harness: grove
depends_on: adc

View file

@ -3,8 +3,7 @@ sample:
tests:
test:
min_flash: 33
platform_whitelist: arduino_101_sss quark_d2000_crb
arduino_due
platform_whitelist: arduino_101_sss arduino_due
tags: drivers sensor grove temperature
harness: grove
depends_on: adc

View file

@ -3,23 +3,3 @@ common:
tests:
peripheral.adc:
depends_on: adc
peripheral.adc.poll_mode:
extra_configs:
- CONFIG_ADC_QMSI_POLL=y
platform_whitelist: quark_se_c1000_ss_devboard
peripheral.adc.resolution_10:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=10
platform_whitelist: quark_se_c1000_ss_devboard
peripheral.adc.resolution_12:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=12
platform_whitelist: quark_se_c1000_ss_devboard
peripheral.adc.resolution_6:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=6
platform_whitelist: quark_se_c1000_ss_devboard
peripheral.adc.resolution_8:
extra_configs:
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=8
platform_whitelist: quark_se_c1000_ss_devboard