Skip to content

Commit

Permalink
tests/fs/littlefs: Allow tests to run on the nrf54l15pdk
Browse files Browse the repository at this point in the history
The commit adds nrf54l15pdk/nrf54l15/cpuapp to list of allowed
platforms for default test configuration.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic authored and henrikbrixandersen committed Jun 4, 2024
1 parent 12bfefd commit 9ea5aee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/

/delete-node/ &slot0_ns_partition;
/delete-node/ &slot1_partition;
/delete-node/ &slot1_ns_partition;

&cpuapp_rram {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

small_partition: partition@67000 {
label = "small";
reg = <0x00067000 0x00010000>;
};
};
};
1 change: 1 addition & 0 deletions tests/subsys/fs/littlefs/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ common:
tests:
filesystem.littlefs.default:
timeout: 60
platform_allow: nrf54l15pdk/nrf54l15/cpuapp
filesystem.littlefs.custom:
timeout: 180
extra_configs:
Expand Down

0 comments on commit 9ea5aee

Please sign in to comment.