From 57ccbb7f49989c57867bbc203518363ba766ebd6 Mon Sep 17 00:00:00 2001 From: mhajas Date: Fri, 22 Apr 2016 20:23:25 +0200 Subject: [PATCH] Fix adapter ssl tests on EAP/EAP6 --- .../app-server/jboss/common/security-eap6.xsl | 51 +++++++++++++++++++ .../servers/app-server/jboss/pom.xml | 6 ++- .../auth-server/jboss/common/security.xsl | 4 +- .../servers/auth-server/jboss/eap/pom.xml | 1 + 4 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 testsuite/integration-arquillian/servers/app-server/jboss/common/security-eap6.xsl diff --git a/testsuite/integration-arquillian/servers/app-server/jboss/common/security-eap6.xsl b/testsuite/integration-arquillian/servers/app-server/jboss/common/security-eap6.xsl new file mode 100644 index 0000000000..b389cd18ba --- /dev/null +++ b/testsuite/integration-arquillian/servers/app-server/jboss/common/security-eap6.xsl @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testsuite/integration-arquillian/servers/app-server/jboss/pom.xml b/testsuite/integration-arquillian/servers/app-server/jboss/pom.xml index 30db67f386..0a9b60a674 100644 --- a/testsuite/integration-arquillian/servers/app-server/jboss/pom.xml +++ b/testsuite/integration-arquillian/servers/app-server/jboss/pom.xml @@ -33,6 +33,7 @@ ${project.parent.basedir}/common ${project.parent.basedir}/assembly.xml ${containers.home}/${app.server.jboss.unpacked.folder.name} + security.xsl @@ -282,7 +283,7 @@ standalone.xml - ${common.resources}/security.xsl + ${common.resources}/${security.xslt} ${app.server.jboss.home}/standalone/configuration @@ -337,6 +338,9 @@ app-server-eap6 + + security-eap6.xsl + eap6 diff --git a/testsuite/integration-arquillian/servers/auth-server/jboss/common/security.xsl b/testsuite/integration-arquillian/servers/auth-server/jboss/common/security.xsl index 2a238993f8..790573709d 100644 --- a/testsuite/integration-arquillian/servers/auth-server/jboss/common/security.xsl +++ b/testsuite/integration-arquillian/servers/auth-server/jboss/common/security.xsl @@ -17,11 +17,11 @@ diff --git a/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml b/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml index 53788ded80..5c1c6e71ad 100644 --- a/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml +++ b/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml @@ -33,6 +33,7 @@ eap + ${project.build.directory}/unpacked/${product.unpacked.folder.name} ${product.version}