Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mbed OS PSA tests not run in CI #14679

Open
LDong-Arm opened this issue May 19, 2021 · 1 comment
Open

Mbed OS PSA tests not run in CI #14679

LDong-Arm opened this issue May 19, 2021 · 1 comment

Comments

@LDong-Arm
Copy link
Contributor

LDong-Arm commented May 19, 2021

Description of defect

In order for Mbed OS PSA tests to be picked up, the following command line is needed:

mbed test -t <TOOLCHAIN> -m <TARGET> --app-config TESTS/configs/experimental.json

where <TARGET> needs to have PSA enabled (e.g. K64F or K66F). It's because the tests are inside FEATURE_EXPERIMENTAL_API and not visible unless EXPERIMENTAL_API is added to the list of features using experimental.json.

Since non-experimental tests are already covered by regular Greentea testing, we may use a filter -n platform-feature_experimental_api-* to limit the scope.

Target(s) affected by this defect ?

K64F/K66F (one target is probably sufficient)

Toolchain(s) (name and version) displaying this defect ?

GCC_ARM and ARM (use the versions available in CI)

What version of Mbed-os are you using (tag or sha) ?

mbed-os-6.10.0

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

mbed-cli 1.10.5

How is this defect reproduced ?

There's currently no CI coverage of mbed test with --app-config TESTS/configs/experimental.json.

@ciarmcom
Copy link
Member

Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers.
Internal Jira reference: https://jira.arm.com/browse/IOTOSM-3980

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants