summaryrefslogtreecommitdiff
path: root/android/ime.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-07-24 11:57:57 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-07-24 11:57:57 +0530
commitca0ff6a9ac937072972e61c05c71ffc15e319f2c (patch)
treecb3c47c2ea505457467183621da5b3b8a20ab4f4 /android/ime.yaml
parent986b9271aba5b97fd02b89c43e728f003f0daf10 (diff)
Add ime test for android.
Diffstat (limited to 'android/ime.yaml')
-rw-r--r--android/ime.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/ime.yaml b/android/ime.yaml
new file mode 100644
index 0000000..c6e431a
--- /dev/null
+++ b/android/ime.yaml
@@ -0,0 +1,11 @@
+metadata:
+ format: "Lava-Test Test Definition 1.0"
+ name: ime
+ description: "ime test for android."
+
+run:
+ steps:
+ - "./android/scripts/ime.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>ime)=(?P<result>\\w+)$"