summaryrefslogtreecommitdiff
path: root/openembedded/mauve-javax-security.yaml
diff options
context:
space:
mode:
authorAmit Khare <amit.khare@linaro.org>2015-03-30 17:56:24 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-04-14 09:25:28 +0000
commit75f65fb121ac9e72e5a2498dff7dfc3693ae8a59 (patch)
treea4efc739077886152713068df914e6775ae3f1d3 /openembedded/mauve-javax-security.yaml
parentaa14e365ad82b2a4f769d5ddd82b167590660e6b (diff)
OE: Deletion of Mauve test suite. This test suite has become obselete and no longer used
Change-Id: I98e46e3cabd0610c598400055eb6b5a63cd8f223
Diffstat (limited to 'openembedded/mauve-javax-security.yaml')
-rw-r--r--openembedded/mauve-javax-security.yaml51
1 files changed, 0 insertions, 51 deletions
diff --git a/openembedded/mauve-javax-security.yaml b/openembedded/mauve-javax-security.yaml
deleted file mode 100644
index 4a02468..0000000
--- a/openembedded/mauve-javax-security.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright (C) 2013, Linaro Limited.
-#
-# PLEASE DO NOT HAND EDIT THIS FILE.
-#
-# This file has been auto-generated from:
-#
-# make-mauve-yaml-files.sh
-#
-# which can be found in the following repo:
-#
-# git://git.linaro.org/leg/openjdk/jtreg-lava-scripts
-#
-# PLEASE DO NOT HAND EDIT THIS FILE.
-#
-metadata:
- name: mauve-javax-security
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Run Mauve test suite on Linaro OpenEmbedded builds. Mauve runs regression tests
- for the OpenJDK platform. The Mauve Project is collaborative project whose goal
- is to create a Free suite of functional, black box, tests for the core Java libraries.
- More info here https://www.sourceware.org/mauve/"
- version: 1.0
- maintainer:
- - andrew.mcdermott@linaro.org
- os:
- - openembedded
- scope:
- - test
- devices:
- - rtsm_fvp_base-aemv8a
- - juno
-params:
- JAVA_VM: -client
- JAVA_PRODUCT_BINARY: /usr/lib/jvm/java-8-openjdk/bin/java
-# timeout is in milliseconds
- TIMEOUT: 60000
-run:
- steps:
- - 'echo -n "Harness VM version: "'
- - 'java -version'
- - 'echo -n "Product VM version: "'
- - '$JAVA_PRODUCT_BINARY -version'
- - 'rm -rf /tmp/mauve'
- - 'ln -s $HOME/mauve /tmp/mauve'
- - 'cd openembedded/scripts'
- - './mauve-test-pkg gnu/testlet/javax/security /tmp/mauve -timeout $TIMEOUT -vm $JAVA_PRODUCT_BINARY -vmarg $JAVA_VM -compile no -showpasses'
-parse:
- pattern: "(?P<result>(PASS|FAIL)):\\s+(?P<test_case_id>(.*))"
- fixupdict:
- PASS: pass
- FAIL: fail