ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

generate test spec for greentea #68

Closed saheerb closed 3 years ago

saheerb commented 3 years ago

restructured to do:

Why: This utility script is repeating functionalities in greentea for generating test results. With greentea, we already have results in multiple formats and other features like parallelising tests (say you have multiple devices).

saheerb commented 3 years ago

I would also like to change the toolchain accepted by this script to GCC_ARM and ARMCLANG. This is to avoid CI also having the map like: https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/blob/a47cd079e72e470ff0575fd64e85f5c0c0d84111/psa_builder.py#L62

jainvikas8 commented 3 years ago

I would also like to change the toolchain accepted by this script to GCC_ARM and ARMCLANG. This is to avoid CI also having the map like:

https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/blob/a47cd079e72e470ff0575fd64e85f5c0c0d84111/psa_builder.py#L62

We are using toolchain naming conventions from TF-M, are we suggesting to use Mbed OS naming convention?

saheerb commented 3 years ago

I would also like to change the toolchain accepted by this script to GCC_ARM and ARMCLANG. This is to avoid CI also having the map like: https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/blob/a47cd079e72e470ff0575fd64e85f5c0c0d84111/psa_builder.py#L62

We are using toolchain naming conventions from TF-M, are we suggesting to use Mbed OS naming convention?

yes