summaryrefslogtreecommitdiff
path: root/android/homescreen.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-12 10:38:39 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-12 10:38:39 +0530
commita037359c1524c7059264c6c63b76bea276be6c9a (patch)
tree8adbaf4d34f6301cc2684680c626573e4adbf4e5 /android/homescreen.yaml
parentf2ab6ac8253cc3021cb161198425b01dc362bb47 (diff)
Add homescreen test definition to android.
Diffstat (limited to 'android/homescreen.yaml')
-rw-r--r--android/homescreen.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/homescreen.yaml b/android/homescreen.yaml
new file mode 100644
index 0000000..48febb1
--- /dev/null
+++ b/android/homescreen.yaml
@@ -0,0 +1,11 @@
+metadata:
+ name: homescreen
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test if the homescreen is up in android."
+
+run:
+ steps:
+ - "./android/scripts/homescreen.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"