summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r--tests/integration_tests.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index 7bb179056a..7f72758a37 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -243,6 +243,14 @@
<param name="target-server" value="weblogic9" />
</antcall>
</target>
+
+ <target name="integration-test-websphere8">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="600" />
+ <param name="target-port" value="9080" />
+ <param name="target-server" value="websphere8" />
+ </antcall>
+ </target>
<target name="integration-test-weblogic10">
<antcall target="run-generic-integration-test">
@@ -323,6 +331,7 @@
<antcall target="integration-test-tomcat5" />
<antcall target="integration-test-tomcat6" />
<antcall target="integration-test-tomcat7" />
+ <antcall target="integration-test-websphere8" />
</parallel>