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

optee-xtest.yml: clear storage before executing tests #444

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

mikkorapeli-linaro
Copy link
Contributor

Previously failed tests can leave some data in storage which fails the tests later on unless data is cleared. --clear-storage option is new to xtest:

OP-TEE/optee_test#670

See also:

https://gitlab.com/Linaro/trustedsubstrate/meta-ledge-secure/-/merge_requests/60

Ignore return values since the option may not exist in all xtest versions and it can also report failures.

Previously failed tests can leave some data in storage which
fails the tests later on unless data is cleared. --clear-storage
option is new to xtest:

OP-TEE/optee_test#670

See also:

https://gitlab.com/Linaro/trustedsubstrate/meta-ledge-secure/-/merge_requests/60

Ignore return values since the option may not exist in all xtest
versions and it can also report failures.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
@jforissier
Copy link

LGTM

@roxell roxell merged commit 287ce86 into Linaro:master Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants