aboutsummaryrefslogtreecommitdiff
path: root/wa2host_postprocessing.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-02-04 02:28:16 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-02-04 02:28:16 +0530
commitde084d24e0212f894cbd3da82c81844d17df1cc5 (patch)
treeecd546a45265985e22749165aadf0607aacdb6fb /wa2host_postprocessing.yaml
all in one commit
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'wa2host_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..1b4e5c8
--- /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:
+ - ./postprocessing.py --job-name $JOB_NAME
+ - "if [ $DELETE_DB != 'false' ]; then 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+)"