summaryrefslogtreecommitdiff
path: root/ubuntu/gatortests.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-20 19:44:17 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-20 19:44:17 +0530
commitfb40e4e25987c5ac9b73ad8955d1c5ce1105751e (patch)
tree671c23d8ab12d5997ac69ff6fe362d2160349f46 /ubuntu/gatortests.yaml
parent6917218df5714e64c7cf645914ec166bdf08f36b (diff)
Modify gatortest definition to have a intuitive parse pattern.
Diffstat (limited to 'ubuntu/gatortests.yaml')
-rw-r--r--ubuntu/gatortests.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/ubuntu/gatortests.yaml b/ubuntu/gatortests.yaml
index 275c2c2..7948cb7 100644
--- a/ubuntu/gatortests.yaml
+++ b/ubuntu/gatortests.yaml
@@ -9,4 +9,10 @@ install:
run:
steps:
- - "lava-test-case gatortests --result pass"
+ - gatortests
+
+parse:
+ pattern: "^\\*\\*\\*(?P<test_case_id>\\w+):\\s(?P<result>\\w+)\\*\\*\\*"
+ fixupdict:
+ PASS: pass
+ FAIL: fail