summaryrefslogtreecommitdiff
path: root/openembedded/nohz-isolation.yaml
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-12-20 13:37:19 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2013-12-20 14:11:35 +0530
commit2ded17114f2f5ae4287be68867224023f42e0c42 (patch)
treec2e583524220ceb590f062edb17ec337ab94e92c /openembedded/nohz-isolation.yaml
parent51a698fd57843151424730905c7441f56ae63096 (diff)
nohz-isolation: Parse measurement and units as well
Currently we are only parsing test-case-id and results, lets parse measurement and units as well. Change-Id: I5a0b9ae4ea2bb345bca42258d5615c0cff978a6a Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'openembedded/nohz-isolation.yaml')
-rw-r--r--openembedded/nohz-isolation.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/nohz-isolation.yaml b/openembedded/nohz-isolation.yaml
index 024f35c..7778b78 100644
--- a/openembedded/nohz-isolation.yaml
+++ b/openembedded/nohz-isolation.yaml
@@ -19,7 +19,7 @@ run:
- "common/scripts/is-cpu-isolated.sh $ITERATIONS $ISOL_MIN"
parse:
- pattern: "(?P<result>(PASS|FAIL|SKIP)):\\s+(?P<test_case_id>(.*))"
+ pattern: "^test_case_id:(?P<test_case_id>.+)\\s+result:(?P<result>\\w+)\\s+measurement:(?P<measurement>.+)\\s+units:(?P<units>.+)"
fixupdict:
PASS: pass
FAIL: fail