summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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