Hi,

I am trying to patch/port the GP compliance test suite (v1.8.0) to the latest Optee_test suite (commit-id: ac7e47c73637b0d34c6c45628ee94ff9a62a7e0e) and following the procedure as mentioned in http://www.linaro.org/blog/core-dump/testing-a-trusted-execution-environment/

When I did "make patch", I got errors related to unable to patch the files. I commented some in Makefile as some of the patches were not valid. Then managed to get "xalan" working and was able to generate the xtest host files and TA files.
But the generated file xtest_9000.c is not correct. None of the tests have OpenSession call and directly a call to InvokeCommand.

Xalan command used:
1. XalanTransform TEE_Crypto_API.xml TEE_Crypto_API.xsl xtest_9000.c
2. java -jar ~/xalan.jar -in TEE_Crypto_API.xml -xsl TEE_Crypto_API.xsl -out xtest_9000.c

Can you please let me know if the "package" folder in optee_test suite needs update for latest GP test suite?

Thanks,
Mohan