Skip to content

Commit db815c5

Browse files
krish2718rlubos
authored andcommitted
samples: wifi: radio_test: Fix the shields for 54 Series
Using the same arg overwrites the previous shield, they should be passed together and in proper order. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 6f305ab commit db815c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/wifi/radio_test/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ tests:
7777
sysbuild: true
7878
build_only: true
7979
extra_args:
80-
- radio_test_SHIELD=nrf7002eb_interposer_p1
81-
- radio_test_SHIELD=nrf7002eb
80+
- radio_test_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
81+
- SNIPPET=nrf70-wifi
8282
platform_allow:
8383
- nrf54h20dk/nrf54h20/cpuapp
8484
- nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)