summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-02-07 17:05:01 +0200
committerVaadin Code Review <review@vaadin.com>2016-02-13 12:52:40 +0000
commite025ba86520da8953365429c2b9956be95e14684 (patch)
tree28a7b1f725d9dffa8771127c57d7354cac0f5c9b
parent614457a95d24ee7a307f5317d8a26c9876728a6c (diff)
downloadvaadin-framework-e025ba86520da8953365429c2b9956be95e14684.tar.gz
vaadin-framework-e025ba86520da8953365429c2b9956be95e14684.zip
Test using Wildfly 10 (#19565)
Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42
-rw-r--r--uitest/integration_tests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index 20d0d2147d..640ff82470 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -230,6 +230,12 @@
<param name="target-server" value="wildfly9" />
</antcall>
</target>
+ <target name="integration-test-wildfly10">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="10" />
+ <param name="target-server" value="wildfly10" />
+ </antcall>
+ </target>
<target name="integration-test-wildfly9-nginx">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
@@ -402,6 +408,7 @@
<antcall target="integration-test-jboss-eap6" />
<antcall target="integration-test-wildfly8" />
<antcall target="integration-test-wildfly9" />
+ <antcall target="integration-test-wildfly10" />
<antcall target="integration-test-jetty7" />
<antcall target="integration-test-jetty8" />
<antcall target="integration-test-jetty9" />