summaryrefslogtreecommitdiff
path: root/android/0xbench.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-03-20 20:30:43 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-03-20 20:30:43 +0530
commit019355af23e44ec41b825ddeece44deefc63a6b5 (patch)
treef26fa085d16dac2c950cc254d2cd01d83987fb63 /android/0xbench.yaml
parent669a7191e5f1bbe3f141cb947c234e712693b764 (diff)
Add 0xbench test definition and related scripts.
Patch By: harigollamudi
Diffstat (limited to 'android/0xbench.yaml')
-rw-r--r--android/0xbench.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/0xbench.yaml b/android/0xbench.yaml
new file mode 100644
index 0000000..f7e3f72
--- /dev/null
+++ b/android/0xbench.yaml
@@ -0,0 +1,11 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: 0xbench
+ description: "0xbench test for android."
+
+run:
+ steps:
+ - "./android/scripts/0xbench.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>*?)\\s+(?P<measurement>[\\d.]+)\\s+(?P<units>\\S+)\\s+(?P<result>(pass|fail))\\s*$