Skip to content

Commit 32f07a5

Browse files
cvinayaknashif
authored andcommitted
Revert "tests/bsim: Provisionally disable the nrf54l15 BT tests"
This reverts commit 3d72998. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent b505942 commit 32f07a5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

tests/bsim/ci.bt.sh

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
3535
tests/bsim/run_parallel.sh
3636

3737
# nrf54l15bsim/nrf54l15/cpuapp set:
38-
# We provisionally disable the nrf54l15 BT tests in CI due to instability issues in the
39-
# controller for this platform. See https://github.com/zephyrproject-rtos/zephyr/issues/74635
40-
# This should be reverted once the underlaying issue is fixed
41-
#nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh
42-
43-
#BOARD=nrf54l15bsim/nrf54l15/cpuapp \
44-
#RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
45-
#TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
46-
#tests/bsim/run_parallel.sh
38+
nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh
39+
40+
BOARD=nrf54l15bsim/nrf54l15/cpuapp \
41+
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
42+
TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
43+
tests/bsim/run_parallel.sh

0 commit comments

Comments
 (0)