Skip to content

Commit

Permalink
[nrf fromtree] tests: testcase.yaml: replace deprecated OVERLAY_CONFI…
Browse files Browse the repository at this point in the history
…G w\ EXTRA_CONF_FILE

Replace some OVERLAY_CONFIG that were missed in a pervious PR.

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
(cherry picked from commit 94b0005)
  • Loading branch information
JarmouniA authored and AyturkDuzen committed Nov 21, 2024
1 parent 9ae8e79 commit df6b7ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/bluetooth/shell/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tests:
build_only: true
bluetooth.shell.cdc_acm:
extra_args:
- OVERLAY_CONFIG=cdc_acm.conf
- EXTRA_CONF_FILE=cdc_acm.conf
- DTC_OVERLAY_FILE="usb.overlay"
depends_on: usb_device
platform_allow:
Expand Down
4 changes: 2 additions & 2 deletions tests/bluetooth/tester/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tests:
- native_sim
- nrf5340dk/nrf5340/cpuapp
- nrf5340_audio_dk/nrf5340/cpuapp
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
extra_args: EXTRA_CONF_FILE="overlay-le-audio.conf"
tags: bluetooth
harness: bluetooth
bluetooth.general.tester_mesh:
Expand All @@ -35,6 +35,6 @@ tests:
- native_posix
- native_sim
- nrf52840dk/nrf52840
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
extra_args: EXTRA_CONF_FILE="overlay-mesh.conf"
tags: bluetooth
harness: bluetooth
2 changes: 1 addition & 1 deletion tests/bsim/bluetooth/ll/bis/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
harness_config:
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf
bluetooth.ll.bis_ticker_expire_info:
extra_args: OVERLAY_CONFIG=overlay-ticker_expire_info.conf
extra_args: EXTRA_CONF_FILE=overlay-ticker_expire_info.conf
platform_allow:
- nrf52_bsim
- nrf5340bsim/nrf5340/cpunet
Expand Down

0 comments on commit df6b7ed

Please sign in to comment.