Skip to content

Commit b1b9212

Browse files
bjarki-andreasenkartben
authored andcommitted
tests: drivers: stepper: limit test platforms
The stepper driver test cases only specify integration platforms, which whitelists every other board in tree for full CI runs. This is not intended as some platforms are too small to run the test cases. Whitelist target platforms using platform_allow instead. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent 82cda0e commit b1b9212

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

tests/drivers/stepper/drv8424/api/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ tests:
1212
- nucleo_f767zi
1313
- mimxrt1060_evk/mimxrt1062/qspi
1414
- native_sim
15-
integration_platforms:
16-
- nucleo_f767zi
17-
- mimxrt1060_evk/mimxrt1062/qspi
18-
- native_sim

tests/drivers/stepper/drv8424/emul/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ tests:
99
- drv8424
1010
platform_allow:
1111
- native_sim
12-
integration_platforms:
13-
- native_sim

tests/drivers/stepper/shell/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ common:
66

77
tests:
88
drivers.stepper.shell:
9-
integration_platforms:
9+
platform_allow:
1010
- native_sim
1111
- native_sim/native/64
1212
drivers.stepper.shell_async:
13-
integration_platforms:
13+
platform_allow:
1414
- native_sim
1515
- native_sim/native/64

0 commit comments

Comments
 (0)