summaryrefslogtreecommitdiff
path: root/android/cachecoherency.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-07-24 11:47:22 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-07-24 11:47:22 +0530
commit986b9271aba5b97fd02b89c43e728f003f0daf10 (patch)
treed415d48713b89ce96a6fcc6f819b413b51261b84 /android/cachecoherency.yaml
parentba20ac581ed2286292089a108e5fc40d90068e11 (diff)
Add cachecoherency test for android.
Diffstat (limited to 'android/cachecoherency.yaml')
-rw-r--r--android/cachecoherency.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/cachecoherency.yaml b/android/cachecoherency.yaml
new file mode 100644
index 0000000..5d67e10
--- /dev/null
+++ b/android/cachecoherency.yaml
@@ -0,0 +1,14 @@
+metadata:
+ format: "Lava-Test Test Definition 1.0"
+ name: cachecoherency.
+ description: "cachecoherency test for android."
+
+run:
+ steps:
+ - "./android/scripts/cachecoherency.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>\\S+)\\s*:\\s*(?P<result>\\w+)\\s*-\\s*\\S*\\s*\\S*\\s*\\S*\\s*\\S*\\s*\\S*$"
+ fixupdict:
+ PASS: pass
+ FAIL: fail