aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiki <miki@vaadin.com>2015-03-04 11:26:23 +0200
committerLeif Åstrand <leif@vaadin.com>2015-03-17 10:46:38 +0200
commitddb50460880ded85152faa9de72b24b56430a30b (patch)
treefb8d6a3edf93cca8918d27376c1f4cd4acb84246
parent24982416e270e2d1c5799739999770e54867a4ee (diff)
downloadvaadin-framework-ddb50460880ded85152faa9de72b24b56430a30b.tar.gz
vaadin-framework-ddb50460880ded85152faa9de72b24b56430a30b.zip
Add OSGi integration tests (#9583)
Change-Id: Ibea856ab7bbde663d9a1762050902f1740f6d73f
-rw-r--r--uitest/integration_tests.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index 67d22c2b2e..1e040b04f7 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -150,6 +150,13 @@
</antcall>
</target>
+ <target name="integration-test-osgi">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="10" />
+ <param name="target-server" value="osgi" />
+ </antcall>
+ </target>
+
<target name="integration-test-tomcat6">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
@@ -415,6 +422,7 @@
<antcall target="integration-test-tomcat6" />
<antcall target="integration-test-tomcat7" />
<antcall target="integration-test-tomcat8" />
+ <antcall target="integration-test-osgi" />
<antcall target="integration-test-tomcat7apacheproxy" />
<antcall target="integration-test-websphere8" />
<antcall target="integration-test-websphereportal8" />