Skip to content

Commit c771384

Browse files
de-nordicrghaddab
authored andcommitted
[nrf fromtree] tests/fs/littlefs: Allow tests to run on the nrf54l15pdk
The commit adds nrf54l15pdk/nrf54l15/cpuapp to list of allowed platforms for default test configuration. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 9ea5aee)
1 parent 2e85bff commit c771384

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/delete-node/ &slot0_ns_partition;
8+
/delete-node/ &slot1_partition;
9+
/delete-node/ &slot1_ns_partition;
10+
11+
&cpuapp_rram {
12+
partitions {
13+
compatible = "fixed-partitions";
14+
#address-cells = <1>;
15+
#size-cells = <1>;
16+
17+
small_partition: partition@67000 {
18+
label = "small";
19+
reg = <0x00067000 0x00010000>;
20+
};
21+
};
22+
};

tests/subsys/fs/littlefs/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ common:
1515
tests:
1616
filesystem.littlefs.default:
1717
timeout: 60
18+
platform_allow: nrf54l15pdk/nrf54l15/cpuapp
1819
filesystem.littlefs.custom:
1920
timeout: 180
2021
extra_configs:

0 commit comments

Comments
 (0)