Skip to content

Commit 5432989

Browse files
committed
tests: adc_api: Remove sample width test scenario
Remove unnecessary sample width scenario. Signed-off-by: Punit Vara <[email protected]>
1 parent 352dde4 commit 5432989

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

samples/sensor/grove_light/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ sample:
22
name: Grove Light Sensor
33
tests:
44
test:
5-
platform_whitelist: arduino_101_sss quark_d2000_crb
6-
arduino_due
5+
platform_whitelist: arduino_101_sss arduino_due
76
tags: drivers sensor grove light
87
harness: grove
98
depends_on: adc

samples/sensor/grove_temperature/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ sample:
33
tests:
44
test:
55
min_flash: 33
6-
platform_whitelist: arduino_101_sss quark_d2000_crb
7-
arduino_due
6+
platform_whitelist: arduino_101_sss arduino_due
87
tags: drivers sensor grove temperature
98
harness: grove
109
depends_on: adc

tests/drivers/adc/adc_api/testcase.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,3 @@ common:
33
tests:
44
peripheral.adc:
55
depends_on: adc
6-
peripheral.adc.poll_mode:
7-
extra_configs:
8-
- CONFIG_ADC_QMSI_POLL=y
9-
platform_whitelist: quark_se_c1000_ss_devboard
10-
peripheral.adc.resolution_10:
11-
extra_configs:
12-
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=10
13-
platform_whitelist: quark_se_c1000_ss_devboard
14-
peripheral.adc.resolution_12:
15-
extra_configs:
16-
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=12
17-
platform_whitelist: quark_se_c1000_ss_devboard
18-
peripheral.adc.resolution_6:
19-
extra_configs:
20-
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=6
21-
platform_whitelist: quark_se_c1000_ss_devboard
22-
peripheral.adc.resolution_8:
23-
extra_configs:
24-
- CONFIG_ADC_QMSI_SAMPLE_WIDTH=8
25-
platform_whitelist: quark_se_c1000_ss_devboard

0 commit comments

Comments
 (0)