Skip to content

Commit fd2a80e

Browse files
committed
samples: net: cellular_modem: add test for mikroe_lte_iot10_click shield
Add a test for the mikroe_lte_iot10_click shield. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 14db737 commit fd2a80e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

samples/net/cellular_modem/sample.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ common:
55
tags:
66
- cellular
77
- modem
8+
filter: dt_alias_exists("modem")
89
tests:
910
sample.net.cellular_modem:
10-
tags:
11-
- cellular
12-
- modem
13-
filter: dt_alias_exists("modem")
1411
platform_allow:
1512
- b_u585i_iot02a
1613
integration_platforms:
1714
- b_u585i_iot02a
15+
sample.net.cellular_modem.mikroe_lte_iot10_click:
16+
extra_args:
17+
- SHIELD=mikroe_lte_iot10_click
18+
platform_allow: ek_ra6m4

0 commit comments

Comments
 (0)