summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-hotspot-testlibrary.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/jtreg-hotspot-testlibrary.yaml')
-rw-r--r--openembedded/jtreg-hotspot-testlibrary.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/openembedded/jtreg-hotspot-testlibrary.yaml b/openembedded/jtreg-hotspot-testlibrary.yaml
index c5b7673..0235b54 100644
--- a/openembedded/jtreg-hotspot-testlibrary.yaml
+++ b/openembedded/jtreg-hotspot-testlibrary.yaml
@@ -35,11 +35,10 @@ params:
install:
git-repos:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
- - git://git.linaro.org/qa/test-definitions.git
run:
steps:
- 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH'
- - 'cd /lava/tests/$TESTRUN_ID/test-definitions/openembedded/scripts'
+ - 'cd openembedded/scripts'
- './jtreg-test -t hotspot-testlibrary -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/testlibrary'
parse:
pattern: "(?P<result>^(JTREG-SUCCESS|JTREG-FAIL))\\s+(?P<test_case_id>(.*))"