diff options
author | Artur Signell <artur@vaadin.com> | 2015-09-01 14:19:50 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-09-03 11:43:27 +0300 |
commit | 379c6679879cf69ef4253da97f7d557bc33673e4 (patch) | |
tree | b773fc2cdce5d2b0f90f3b1ac4922505c063f676 /uitest/integration_tests.xml | |
parent | 29175d10b275a6e87dbbec8fe703a640f5f6a37f (diff) | |
download | vaadin-framework-379c6679879cf69ef4253da97f7d557bc33673e4.tar.gz vaadin-framework-379c6679879cf69ef4253da97f7d557bc33673e4.zip |
Nginx + Wildfly 9 test for various proxy configurations (#11733)
* /nonbuffering a proxy without any buffering
* /buffering tests a buffering proxy
* /nonbuffering-timeout tests a proxy without any buffering but with a 10s timeout set
* /buffering-timeout tests a buffering proxy with a 10s timeout set
Change-Id: I5d99cc29364e3ed888371fa18ee404f912d73223
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index d56ba2683f..395627a4a7 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -230,6 +230,13 @@ <param name="target-server" value="wildfly9" /> </antcall> </target> + <target name="integration-test-wildfly9-nginx"> + <antcall target="run-generic-integration-test"> + <param name="startDelay" value="10" /> + <param name="target-server" value="wildfly9-nginx" /> + <param name="target-port" value="80" /> + </antcall> + </target> <target name="integration-test-glassfish3"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="10" /> |