summaryrefslogtreecommitdiff
path: root/ubuntu/perf.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-17 19:32:06 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-17 19:32:06 +0530
commit412349721fc6113194a1bfcb4b0761031faf07b7 (patch)
treec860aabff6b4b7dec66e89cdb36eddd2267b4c1f /ubuntu/perf.yaml
parent8eb45aeff44940003c485701dd0c2e11344cb3be (diff)
Move test definitions to OS specific folders.
Diffstat (limited to 'ubuntu/perf.yaml')
-rw-r--r--ubuntu/perf.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/ubuntu/perf.yaml b/ubuntu/perf.yaml
new file mode 100644
index 0000000..e433c71
--- /dev/null
+++ b/ubuntu/perf.yaml
@@ -0,0 +1,21 @@
+metadata:
+ name: linaro.perf
+ version: 1.0
+ format: "Lava-Test-Shell Test Definition 1.0"
+
+install:
+ bzr-repos:
+ - lp:~linaro-maintainers/lava-test/lava-test-perf
+ deps:
+ - linux-tools
+ - stress-dbgsym
+
+run:
+ steps:
+ - ./lava-test-perf/run-perf-test.sh
+
+parse:
+ pattern: "^(?P<test_case_id>perf[\\w\\s-]+)\\s+:\\s+(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail