summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-runtime.yaml
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-26 19:11:52 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-26 19:16:14 +0000
commit40f145fa90f6b1f6a1998a528f47cfce1a77203d (patch)
tree408513aae50e301910df66a96ec0055a037b73a9 /openembedded/jtreg-hotspot-runtime.yaml
parent82eab5d612ef245066fc475811fae082e93931eb (diff)
jtreg: add failed results as discrete attachments
For each test that fails add the corresponding .jtr (jtreg result) for easier observation from the LAVA dashboard. Also attach a zip of the JTwork and JTreport directory sans the class files. This zip is now attached directly to the overall LAVA test using lava-test-run-attach. The overall execution is now run using jtreg and the results are then parsed and analysed for success/fail. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org> Change-Id: Id5e918e196892e6935b3361f822f6f129f59772c
Diffstat (limited to 'openembedded/jtreg-hotspot-runtime.yaml')
-rw-r--r--openembedded/jtreg-hotspot-runtime.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/jtreg-hotspot-runtime.yaml b/openembedded/jtreg-hotspot-runtime.yaml
index ab51dde..4459ab2 100644
--- a/openembedded/jtreg-hotspot-runtime.yaml
+++ b/openembedded/jtreg-hotspot-runtime.yaml
@@ -42,7 +42,7 @@ run:
- 'cd /lava/tests/$TESTRUN_ID/test-definitions/openembedded/scripts'
- './jtreg-test -t hotspot-runtime -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/runtime'
parse:
- pattern: "(?P<result>^(Passed|FAILED)):\\s+(?P<test_case_id>(.*))"
+ pattern: "(?P<result>^(JTREG-SUCCESS|JTREG-FAIL))\\s+(?P<test_case_id>(.*))"
fixupdict:
- Passed: pass
- FAILED: fail
+ JTREG-SUCCESS: pass
+ JTREG-FAIL: fail