xtest: exclude tests with -x

When a test ID is preceded with the -x switch, the test ID is excluded
from the list of the tests to be run. Below are 2 examples:

xtest regression_2 -x "_200" # Run existing regression tests 2010 to 2999
xtest -x 1027 -x 1028        # Run all tests but 1027 and 1028

Co-developed-by: Jerome Forissier <jerome@forissier.org>
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
2 files changed
tree: 9b8fcfaa5d2993f90a1b8e95bf817bb4d42eab2d
  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