xtest: regression 1006: enhance tests on binary block property

Enhance tests of TEE_GetPropertyAsBinaryBlock() in os_test TA to query
property size before retrieving the property and test properties with
various sizes. These tests are exercised by xtest regression test 1006.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
2 files changed
tree: 0a10dcf8f8a1ed88ffccb378b0b51f7312a679b6
  1. .github/
  2. cert/
  3. host/
  4. package/
  5. scripts/
  6. ta/
  7. .gitignore
  8. Android.mk
  9. CMakeLists.txt
  10. CMakeToolchain.txt
  11. LICENSE.md
  12. Makefile
  13. README.md
  14. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

This git contains source code for the test suite (xtest) used to test the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.

// OP-TEE core maintainers