Skip to content

Commit 96fa153

Browse files
HaavardReirlubos
authored andcommitted
[nrf fromlist] tests: Bluetooth: Mesh: Default to ext adv
Changes twister tests and nrf samples from using legacy adv to ext adv since this is the default for Mesh. Legacy adv is still tested in bsim. Removes redundant test configuration testing ext adv. Removes redundant config for ext_adv in `multi_ext_adv.conf`. Signed-off-by: Håvard Reierstad <[email protected]> Upstream PR: zephyrproject-rtos/zephyr#73318
1 parent 6c602a1 commit 96fa153

File tree

12 files changed

+0
-80
lines changed

12 files changed

+0
-80
lines changed

samples/boards/nrf/mesh/onoff-app/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ CONFIG_BT_DATA_LEN_UPDATE=n
2222
CONFIG_BT_PHY_UPDATE=n
2323
CONFIG_BT_CTLR_CHAN_SEL_2=n
2424
CONFIG_BT_CTLR_MIN_USED_CHAN=n
25-
CONFIG_BT_CTLR_ADV_EXT=n
2625
CONFIG_BT_CTLR_PRIVACY=n
2726

2827
CONFIG_BT_PERIPHERAL=y

samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ CONFIG_BT_DATA_LEN_UPDATE=n
1717
CONFIG_BT_PHY_UPDATE=n
1818
CONFIG_BT_CTLR_CHAN_SEL_2=n
1919
CONFIG_BT_CTLR_MIN_USED_CHAN=n
20-
CONFIG_BT_CTLR_ADV_EXT=n
2120
CONFIG_BT_CTLR_PRIVACY=n
2221
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
2322

tests/bluetooth/mesh/basic/dbg.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_OBSERVER=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/ext_adv.conf

-59
This file was deleted.

tests/bluetooth/mesh/basic/friend.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_OBSERVER=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/gatt.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_OBSERVER=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/lpn.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_OBSERVER=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/multi_ext_adv.conf

-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ CONFIG_BT_MESH_ADV_LOG_LEVEL_DBG=y
5252

5353
CONFIG_BT_EXT_ADV_MAX_ADV_SET=3
5454
CONFIG_BT_MESH_RELAY_ADV_SETS=1
55-
CONFIG_BT_MESH_ADV_EXT=y

tests/bluetooth/mesh/basic/pb_gatt.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_OBSERVER=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/prj.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_OBSERVER=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/proxy.conf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
55

66
CONFIG_BT_CENTRAL=y
77
CONFIG_BT_BROADCASTER=y
8-
CONFIG_BT_EXT_ADV=n
98
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
109
CONFIG_BT_CTLR_LE_ENC=n
1110
CONFIG_BT_CTLR_LE_PING=n

tests/bluetooth/mesh/basic/testcase.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,6 @@ tests:
7575
tags:
7676
- bluetooth
7777
- mesh
78-
bluetooth.mesh.ext_adv:
79-
build_only: true
80-
extra_args: CONF_FILE=ext_adv.conf
81-
platform_allow:
82-
- qemu_x86
83-
- nrf52840dk/nrf52840
84-
integration_platforms:
85-
- qemu_x86
86-
tags:
87-
- bluetooth
88-
- mesh
8978
bluetooth.mesh.multi_ext_adv:
9079
build_only: true
9180
extra_args: CONF_FILE=multi_ext_adv.conf

0 commit comments

Comments
 (0)