TestPurpose: verify memory pool configuration options. All TESTPOINTs extracted from kernel documentation. https://www.zephyrproject.org/doc/kernel/memory/pools.html#configuration-options Jira: ZEP-1210 Change-Id: Ia5379aabd60e490c4566def21eda600c4c1b08dd Signed-off-by: Sharron LIU <sharron.liu@intel.com>
12 lines
254 B
INI
12 lines
254 B
INI
[test_mpool_split_defrag]
|
|
tags = kernel
|
|
extra_args = CONF_FILE=prj_split_defrag.conf
|
|
|
|
[test_mpool_defrag_split]
|
|
tags = kernel
|
|
extra_args = CONF_FILE=prj_defrag_split.conf
|
|
|
|
[test_mpool_split_only]
|
|
tags = kernel
|
|
extra_args = CONF_FILE=prj_split_only.conf
|