Skip to content

Commit b342a34

Browse files
JarmouniArlubos
authored andcommitted
[nrf fromtree] tests: testcase.yaml: replace deprecated OVERLAY_CONFIG 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)
1 parent 32f0c66 commit b342a34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/bluetooth/shell/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tests:
5353
build_only: true
5454
bluetooth.shell.cdc_acm:
5555
extra_args:
56-
- OVERLAY_CONFIG=cdc_acm.conf
56+
- EXTRA_CONF_FILE=cdc_acm.conf
5757
- DTC_OVERLAY_FILE="usb.overlay"
5858
depends_on: usb_device
5959
platform_allow:

tests/bluetooth/tester/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tests:
2525
- native_sim
2626
- nrf5340dk/nrf5340/cpuapp
2727
- nrf5340_audio_dk/nrf5340/cpuapp
28-
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
28+
extra_args: EXTRA_CONF_FILE="overlay-le-audio.conf"
2929
tags: bluetooth
3030
harness: bluetooth
3131
bluetooth.general.tester_mesh:
@@ -35,6 +35,6 @@ tests:
3535
- native_posix
3636
- native_sim
3737
- nrf52840dk/nrf52840
38-
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
38+
extra_args: EXTRA_CONF_FILE="overlay-mesh.conf"
3939
tags: bluetooth
4040
harness: bluetooth

tests/bsim/bluetooth/ll/bis/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
1919
harness_config:
2020
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf
2121
bluetooth.ll.bis_ticker_expire_info:
22-
extra_args: OVERLAY_CONFIG=overlay-ticker_expire_info.conf
22+
extra_args: EXTRA_CONF_FILE=overlay-ticker_expire_info.conf
2323
platform_allow:
2424
- nrf52_bsim
2525
- nrf5340bsim/nrf5340/cpunet

0 commit comments

Comments
 (0)