Skip to content

Commit 94b0005

Browse files
JarmouniAcarlescufi
authored andcommitted
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]>
1 parent 8785b18 commit 94b0005

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
@@ -42,7 +42,7 @@ tests:
4242
build_only: true
4343
bluetooth.shell.cdc_acm:
4444
extra_args:
45-
- OVERLAY_CONFIG=cdc_acm.conf
45+
- EXTRA_CONF_FILE=cdc_acm.conf
4646
- DTC_OVERLAY_FILE="usb.overlay"
4747
depends_on: usb_device
4848
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)