This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
f7d584a0ce
zephyr
/
tests
/
subsys
/
fs
/
fat_fs_api
/
testcase.yaml
5 lines
87 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: samples: convert testcase files to yaml This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-05 11:11:22 +08:00
tests
:
tests: remove duplicate names for the filesystem tests According to the comment in #20008 I found out that some test cases for different tests have same names. To get rid of it, I decided to change test cases names. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2019-10-24 15:51:23 +08:00
filesystem.fat.api
:
tests filesystem.fat.api: Do not run on native_posix_64 The FAT FS code clearly does not support platforms where long is 64bits. See https://github.com/zephyrproject-rtos/fatfs/blob/master/include/integer.h#L30 So, do not try to run it in native_posix_64 Fixes #21536 Fixes #19231 Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2020-01-03 22:15:14 +08:00
platform_whitelist
:
native_posix
tests: cleanup subsystem tests meta-data Cleanup testnames, tagging and filtering. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-09 20:55:04 +08:00
tags
:
filesystem