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

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

Use lower case test names in test_spec.json #95

Closed LDong-Arm closed 3 years ago

LDong-Arm commented 3 years ago

The mbedgt command allows users to run a single test suite using the -n option. But it has a limitation/bug that the test names in test_spec.json must be in lower case, otherwise the user-specified case cannot be found.

The test names passed by the user via -n can be in upper or lower case - mbedgt converts them to lower case.

LDong-Arm commented 3 years ago

@evedon I'm merging this as I have the permissions now.