Skip to content

Commit 6c3da52

Browse files
krish2718rlubos
authored andcommitted
samples: wifi: Fix 54 series docs
Due to missing integration platforms, 54 Series doesn't show in the auto generated table in the README. It was broken in 8ae6472 ("samples: wifi: shell: Update nrf7002eb_interposer tests"). Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 6cb51b8)
1 parent 027bf4b commit 6c3da52

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

samples/wifi/radio_test/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ tests:
7979
extra_args:
8080
- radio_test_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
8181
- SNIPPET=nrf70-wifi
82+
integration_platforms:
83+
- nrf54h20dk/nrf54h20/cpuapp
84+
- nrf54l15dk/nrf54l15/cpuapp
8285
platform_allow:
8386
- nrf54h20dk/nrf54h20/cpuapp
8487
- nrf54l15dk/nrf54l15/cpuapp

samples/wifi/scan/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ tests:
5252
extra_args:
5353
- scan_SHIELD=nrf7002eb_interposer_p1 nrf7002eb
5454
- scan_SNIPPET=nrf70-wifi
55+
integration_platforms:
56+
- nrf54h20dk/nrf54h20/cpuapp
57+
- nrf54l15dk/nrf54l15/cpuapp
5558
platform_allow:
5659
- nrf54h20dk/nrf54h20/cpuapp
5760
- nrf54l15dk/nrf54l15/cpuapp

samples/wifi/shell/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ tests:
209209
extra_args:
210210
- shell_SHIELD=nrf7002eb_interposer_p1 nrf7002eb
211211
- shell_SNIPPET=nrf70-wifi
212+
integration_platforms:
213+
- nrf54h20dk/nrf54h20/cpuapp
214+
- nrf54l15dk/nrf54l15/cpuapp
212215
platform_allow:
213216
- nrf54h20dk/nrf54h20/cpuapp
214217
- nrf54l15dk/nrf54l15/cpuapp

samples/wifi/sta/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ tests:
6464
extra_args:
6565
- sta_SHIELD=nrf7002eb_interposer_p1 nrf7002eb
6666
- sta_SNIPPET=nrf70-wifi
67+
integration_platforms:
68+
- nrf54h20dk/nrf54h20/cpuapp
69+
- nrf54l15dk/nrf54l15/cpuapp
6770
platform_allow:
6871
- nrf54h20dk/nrf54h20/cpuapp
6972
- nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)