Wind-River / meta-secure-core

MIT License
20 stars 23 forks source link

tpm2-tools: only support python3 in test scripts #7

Closed yizhao1 closed 1 year ago

yizhao1 commented 1 year ago

There is no python symblic link by default on system which will cause an error when running test scripts on target:

$ ./test_tpm2_activecredential.sh: line 66: python: command not found

So drop python2 support and only keep python3.