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