aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-20 19:34:48 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-20 19:34:48 +0000
commit5a97293e30c3675a4f733a8387c49531e558a2b2 (patch)
treea84c639b6ba9f64c3c79250b1ec21c17f9fce776
parent6782cc58652bab51ad7a8c9ed7d5c92c37385f79 (diff)
added postprocessing yaml
-rw-r--r--wa2host_postprocessing.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/wa2host_postprocessing.yaml b/wa2host_postprocessing.yaml
new file mode 100644
index 0000000..06e2131
--- /dev/null
+++ b/wa2host_postprocessing.yaml
@@ -0,0 +1,24 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: wa2-host-postprocessing
+ description: "WAv2 - host result postprocessing"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ os:
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - kvm
+
+params:
+ JOB_NAME: "workload-automation"
+ DELETE_DB: "false"
+
+run:
+ steps:
+ - lava-test-case step1-grab-results --shell ./postprocessing.py --job_name $JOB_NAME
+ - "if [ $DELETE_DB != 'false' ]; then lava-test-case step2-delete-database --shell rm /root/db_results $JOB_NAME.db; fi"
+
+parse:
+ pattern: "^(?P<test_case_id>\\S+)\\s+Measurement:(?P<measurement>\\d+\\.\\d+)\\s+Units:(?P<units>\\S+)\\s+Result:(?P<result>\\S+)"