Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0

feat: Update test_suite_psa_its to NOT use UID=0
This commit is contained in:
Manuel Pégourié-Gonnard 2022-02-17 11:49:33 +01:00 committed by GitHub
commit 4fa604cc3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 24 deletions

View file

@ -0,0 +1,3 @@
Bugfix
* Fix unit tests that used 0 as the file UID. This failed on some
implementations of PSA ITS. Fixes #3838.