aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/optee
AgeCommit message (Collapse)Author
2018-05-29optee-test.sh: exit cleanly if kill failsRyan Harkin
The final kill command in this test can often fail, eg. when running on a BusyBox system. Instead of exiting with an error, ignore it so the test results get passed back to LAVA. Change-Id: Ieeb9bfd73b7bf70a827a13a25b28f4f960124f21 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2017-10-19automated: optee-xtest-qemu: initial OP-TEE sanity test suite using QEMUFathi Boudra
Change-Id: I79e1e09f57dd6567a421f07b7a24936dfac91f9f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-28xtest: fix result parserChase Qi
* Escape metacharacter '+' to make it more portable. * Use decimal for result measurement. Change-Id: I6f4c565481d7a2add55cd79399c355e9ee6e7d9a Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-05-25automated: linux: optee-xtest: improve result parserNaresh Kamboju
Results print format changed on upstream optee_test tree https://github.com/OP-TEE/optee_test/commit/213ca8aaf4eafe9d26af76db7b31d9595ce57e6f This patch simplify result parser to make it more reliable. Change-Id: Iacc3282b5460c0d1d8bfbb237917c087e9657108 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-02-18automated: use create_out_dir where appropriateDaniel Díaz
Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-02-17cleanup: fix a few shellcheck errors in automated/Daniel Díaz
Change-Id: If34415c681906aefc6b5b42401ed995e5cdeda11 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-10-20v2: linux: add optee xtestChase Qi
Change-Id: Ifbaf77db448c07f6209269bc45718e7ad5747a50 Signed-off-by: Chase Qi <chase.qi@linaro.org>