You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/09/17 09:36:03 UTC

svn commit: r1703508 - /sling/site/trunk/content/documentation/development/sling-testing-tools.mdtext

Author: kwin
Date: Thu Sep 17 07:36:02 2015
New Revision: 1703508

URL: http://svn.apache.org/r1703508
Log:
SLING-4819 document uninstallation of additional bundles

Modified:
    sling/site/trunk/content/documentation/development/sling-testing-tools.mdtext

Modified: sling/site/trunk/content/documentation/development/sling-testing-tools.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/sling-testing-tools.mdtext?rev=1703508&r1=1703507&r2=1703508&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/sling-testing-tools.mdtext (original)
+++ sling/site/trunk/content/documentation/development/sling-testing-tools.mdtext Thu Sep 17 07:36:02 2015
@@ -120,6 +120,14 @@ The following steps are executed in the
 
 If `-DkeepJarRunning` is used on the Maven command line, the Sling runnable jar does not exit, to allow for running individual tests against this instance, for example when debugging the tests or the server code. See the pom for details.
 
+## Running tests against existing server
+
+Instead of provisioning a completely new Sling server, the ITs can also be executed on an already existing server instance. For that the 
+`test-server-url` system property has to point to the existing server url. 
+Additional bundles can still be deployed by using the `sling.additional.bundle.<num>` system property.
+
+Optionally, the additional bundles can be undeployed after the execution of the IT by setting `additional.bundles.uninstall` to `true`. (since Sling Testing Tools 1.0.12, [SLING-4819](https://issues.apache.org/jira/browse/SLING-4819))
+
 # Remote test execution
 The testing tools support two types of remote test execution.