Skip to content

Commit

Permalink
samples: wifi: Fix 54 series twister definitions
Browse files Browse the repository at this point in the history
Fix shield support handling for 54 series targets.

Signed-off-by: Triveni Danda <[email protected]>
  • Loading branch information
D-Triveni committed Dec 13, 2024
1 parent 1fb168f commit 02ae805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/wifi/scan/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests:
sysbuild: true
build_only: true
extra_args:
- scan_SHIELD=nrf7002eb_interposer_p1 nrf7002eb
- scan_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- scan_SNIPPET=nrf70-wifi
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
Expand Down
2 changes: 1 addition & 1 deletion samples/wifi/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ tests:
sysbuild: true
build_only: true
extra_args:
- shell_SHIELD=nrf7002eb_interposer_p1 nrf7002eb
- shell_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- shell_SNIPPET=nrf70-wifi
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
Expand Down
2 changes: 1 addition & 1 deletion samples/wifi/sta/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tests:
sysbuild: true
build_only: true
extra_args:
- sta_SHIELD=nrf7002eb_interposer_p1 nrf7002eb
- sta_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- sta_SNIPPET=nrf70-wifi
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
Expand Down

0 comments on commit 02ae805

Please sign in to comment.