summaryrefslogtreecommitdiff
path: root/automated/android/optee/optee-xtest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/optee/optee-xtest.yaml')
-rwxr-xr-xautomated/android/optee/optee-xtest.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/automated/android/optee/optee-xtest.yaml b/automated/android/optee/optee-xtest.yaml
new file mode 100755
index 0000000..bdf32da
--- /dev/null
+++ b/automated/android/optee/optee-xtest.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: optee-xtest
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "OP-TEE sanity test suite"
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ - performance
+ devices:
+ - hi6220-hikey
+ - juno
+
+params:
+ # Test suite level: [0-15]
+ LEVEL: "0"
+ # Available test suite: regression, benchmark
+ TEST_SUITE: "regression"
+ # Specify device serial no. when more than one device connected.
+ ANDROID_SERIAL: ""
+ # Specify timeout in seconds for wait_boot_completed
+ BOOT_TIMEOUT: "300"
+
+run:
+ steps:
+ - cd ./automated/android/optee
+ - ./optee-xtest.sh -l "${LEVEL}" -T "${TEST_SUITE}" -s "${ANDROID_SERIAL}" -t "${BOOT_TIMEOUT}"
+ - ../../utils/send-to-lava.sh ./output/result.txt