summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@linaro.org>2015-03-11 16:32:37 +0000
committerStuart Haslam <stuart.haslam@linaro.org>2015-03-11 16:32:37 +0000
commit2449e446d88f25dfdcf021c07c8f213d34af267b (patch)
tree06efa582b7ede65fdf7d7b2fcd2240fc608740f7
parent7e02b448d69f2938393e9f56ead835e9368be9b8 (diff)
Add odp_scheduling jobHEADmaster
Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>
-rw-r--r--openembedded/odp-scheduling.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/openembedded/odp-scheduling.yaml b/openembedded/odp-scheduling.yaml
new file mode 100644
index 0000000..19402a3
--- /dev/null
+++ b/openembedded/odp-scheduling.yaml
@@ -0,0 +1,26 @@
+metadata:
+ name: odp_scheduling
+ version: "1.0"
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run ODP scheduling API performance tests on Linaro OpenEmbedded builds."
+ maintainer:
+ - stuart.haslam@linaro.org
+ os:
+ - openembedded
+ devices:
+ - juno
+ environment:
+ - lava-test-shell
+
+run:
+ steps:
+ - lava-test-case odp_scheduling --shell /usr/lib/odp/ptest/test/performance/odp_scheduling 2>&1 | tee odp_scheduling.log
+ - wget http://people.linaro.org/~stuart.haslam/odp_performance_parser.py
+ - python ./odp_performance_parser.py odp_scheduling.log
+
+parse:
+ pattern: '^test_case_id:(?P<test_case_id>[a-zA-Z_]+) result:(?P<result>\w+) measurement:(?P<measurement>\d+) units:(?P<units>\w+)'
+ fixupdict:
+ PASS: pass
+ FAIL: fail
+ SKIP: skip