Skip to content

Commit 3584ce7

Browse files
JarmouniAAyturkDuzen
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 f50192b commit 3584ce7

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
@@ -23,7 +23,7 @@ tests:
2323
- native_sim
2424
- nrf5340dk/nrf5340/cpuapp
2525
- nrf5340_audio_dk/nrf5340/cpuapp
26-
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
26+
extra_args: EXTRA_CONF_FILE="overlay-le-audio.conf"
2727
tags: bluetooth
2828
harness: bluetooth
2929
bluetooth.general.tester_mesh:
@@ -32,6 +32,6 @@ tests:
3232
- qemu_x86
3333
- native_sim
3434
- nrf52840dk/nrf52840
35-
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
35+
extra_args: EXTRA_CONF_FILE="overlay-mesh.conf"
3636
tags: bluetooth
3737
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)