blob: 4b6cefe55a05777786ba598b101e068caa58ed0c [file] [log] [blame]
Kevin Penge1c99bb2020-06-05 13:21:52 +08001########################
2Trusted Firmware-M Tests
3########################
4
Kevin Peng8a711be2020-07-24 11:13:48 +08005The Trusted Firmware-M(TF-M) Tests repo is meant to hold various tests for the
Kevin Penge1c99bb2020-06-05 13:21:52 +08006`Trusted Firmware-M`_.
Kevin Peng8a711be2020-07-24 11:13:48 +08007The TF-M tests mainly focus on functionalities of various TF-M componentes such
8as the TF-M core and various secure partitions.
9
10There is also the `psa-arch-tests`_ suite which mainly focuses on the
11implementation compliance of the Platform Security Architecture(PSA).
12
13****************
14Folder Structure
15****************
16
17- app - The application code that executes the testing, including both the TF-M
18 tests and the `psa-arch-tests`_.
19- CMSIS - The libraries of RTX which is the Non-secure RTOS of the tests
20- test - The TF-M test codes including test framework, test suites and test
21 services
22
Kevin Penge1c99bb2020-06-05 13:21:52 +080023
24####################
25Feedback and support
26####################
27Feedback can be submitted via email to
28`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__.
29
30.. _Trusted Firmware-M: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/
Kevin Peng8a711be2020-07-24 11:13:48 +080031.. _psa-arch-tests: https://github.com/ARM-software/psa-arch-tests
Kevin Penge1c99bb2020-06-05 13:21:52 +080032
33*Copyright (c) 2020, Arm Limited. All rights reserved.*