You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/02/17 07:54:11 UTC

aries-rsa git commit: prepare for tck run

Repository: aries-rsa
Updated Branches:
  refs/heads/master 09771c940 -> 43cb04a08


prepare for tck run


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/43cb04a0
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/43cb04a0
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/43cb04a0

Branch: refs/heads/master
Commit: 43cb04a08448d99d59bde74b29e6e6514083d24a
Parents: 09771c9
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Feb 17 08:53:27 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Feb 17 08:53:45 2017 +0100

----------------------------------------------------------------------
 itests/tck/runtests   | 21 +++++++++++++++++++++
 itests/tck/tck.bndrun | 14 ++++++++++++--
 2 files changed, 33 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/43cb04a0/itests/tck/runtests
----------------------------------------------------------------------
diff --git a/itests/tck/runtests b/itests/tck/runtests
new file mode 100755
index 0000000..bdd500a
--- /dev/null
+++ b/itests/tck/runtests
@@ -0,0 +1,21 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+cp org.osgi.test.cases.jpa.bnd target
+cd target
+java -jar lib/bnd-3.3.0.jar runtests --title osgi.ct
+cd ..

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/43cb04a0/itests/tck/tck.bndrun
----------------------------------------------------------------------
diff --git a/itests/tck/tck.bndrun b/itests/tck/tck.bndrun
index 2be4494..f24bfc6 100644
--- a/itests/tck/tck.bndrun
+++ b/itests/tck/tck.bndrun
@@ -1,4 +1,4 @@
--standalone: target/index.xml
+#-standalone: target/index.xml
 
 -runtrace = true
 
@@ -8,6 +8,16 @@
 -runproperties = \
     report="true", \
     osgi.resolverMode="strict"
+    rsa.ct.timeout="300000", \
+    rsa.ct.timeout.factor="3"
+#    org.osgi.test.cases.remoteserviceadmin.system.packages.extra="junit.framework;version=3.8", \
+#    org.osgi.test.cases.remoteserviceadmin.bundles="jar/osgi.cmpn-5.0.0.jar,jar/org.osgi.impl.service.log-1.3.2.jar,jar/org.apache.cxf.dosgi.singlebundle-1.3.1.jar,jar/org.apache.cxf.dosgi.discovery.server.config-1.2.0.jar", \
+#    org.osgi.test.cases.remoteserviceadmin.serverconfig="service.exported.configs,org.apache.cxf.ws.port", \
+#    service.exported.configs="org.apache.cxf.ws", \
+#    org.apache.cxf.ws.port="@@FREE_PORT@@"
+
+-runvm = \
+    -Xmx512m, -XX:MaxPermSize=350m
 
 -runsystempackages=javax.xml.stream; version=1.0, javax.xml.stream.events; version=1.0, javax.xml.stream.util; version=1.0
 -runfw: org.eclipse.osgi;version='[3.8.0.v20120529-1548,3.8.0.v20120529-1548]'
@@ -31,4 +41,4 @@
 	org.apache.servicemix.bundles.junit;version='[3.8.2,3.8.3)',\
 	org.osgi.test.cases.remoteserviceadmin;version='[5.0.0,5.0.1)',\
 	org.ops4j.pax.logging.pax-logging-api;version='[1.8.5,1.8.6)',\
-	org.ops4j.pax.logging.pax-logging-service;version='[1.8.5,1.8.6)'
\ No newline at end of file
+	org.ops4j.pax.logging.pax-logging-service;version='[1.8.5,1.8.6)'