OP-TEE / optee_os

Trusted side of the TEE
Other
1.51k stars 1.03k forks source link

A question about test cases for PKCS#11" #6866

Open sungkeunsong opened 1 month ago

sungkeunsong commented 1 month ago

Hi, experts,

When runing xtest for PKCS#11 per optee version, the number of test cases differs. ex. optee 3.11 : 422 subtests, 8 test cases optee 3.18 : 3735 subtests, 25 test cases

As optee version increases, additional test cases could be added. If all test cases passes, can I believe PKCS#11 works well or should I believe only APIs for test cases work well?

Thanks