Skip to content

Commit 1c9e2db

Browse files
committed
tests: subsys: fs: rename bm_zms to bm_zms_ztest
Renames a test. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 1413dbf commit 1c9e2db

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

scripts/ci/license_allow_list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ Apache-2.0: |
5959
^nrf-bm/subsys/mgmt/mcumgr/transport/src/smp_uart.c
6060
^nrf-bm/subsys/fs/bm_zms/
6161
^nrf-bm/include/bm/fs/bm_zms.h
62-
^nrf-bm/tests/subsys/fs/bm_zms/
62+
^nrf-bm/tests/subsys/fs/bm_zms_ztest/
6363
^nrf-bm/.ruff.toml

tests/subsys/fs/bm_zms/CMakeLists.txt renamed to tests/subsys/fs/bm_zms_ztest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
cmake_minimum_required(VERSION 3.20.0)
88
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
9-
project(bm_zms)
9+
project(bm_zms_ztest)
1010

1111
target_include_directories(app PRIVATE
1212
${ZEPHYR_NRF_BM_MODULE_DIR}/include
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
common:
2-
tags: bm_zms
2+
tags: bm_zms_ztest
33
skip: true
44
platform_allow:
55
- bm_nrf54l15dk/nrf54l05/cpuapp/s115_softdevice
66
- bm_nrf54l15dk/nrf54l10/cpuapp/s115_softdevice
77
- bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice
88
tests:
9-
lib.bm_zms:
10-
tags: bm_zms
11-
lib.bm_zms.cache:
9+
lib.bm_zms_ztest:
10+
tags: bm_zms_ztest
11+
lib.bm_zms_ztest.cache:
1212
extra_args:
1313
- CONFIG_BM_ZMS_LOOKUP_CACHE=y
1414
- CONFIG_BM_ZMS_LOOKUP_CACHE_SIZE=64
15-
lib.bm_zms.data_crc:
15+
lib.bm_zms_ztest.data_crc:
1616
extra_args:
1717
- CONFIG_BM_ZMS_DATA_CRC=y
18-
lib.bm_zms.softdevice:
18+
lib.bm_zms_ztest.softdevice:
1919
extra_args:
2020
- CONFIG_SOFTDEVICE=y

0 commit comments

Comments
 (0)