diff --git a/testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml b/testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml
index 5aea8be..8dc077d 100644
--- a/testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml
+++ b/testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml
@@ -67,6 +67,7 @@
-Djboss.bind.address=0.0.0.0
${adapter.test.props}
${migration.import.properties}
+ ${auth.server.profile}
</property>
<property name="javaVmArguments">
${auth.server.memory.settings}
@@ -89,6 +90,7 @@
-Djboss.socket.binding.port-offset=${auth.server.backend1.port.offset}
-Djboss.node.name=node1
${adapter.test.props}
+ ${auth.server.profile}
</property>
<property name="javaVmArguments">
${auth.server.memory.settings}
@@ -109,6 +111,7 @@
-Djboss.socket.binding.port-offset=${auth.server.backend2.port.offset}
-Djboss.node.name=node2
${adapter.test.props}
+ ${auth.server.profile}
</property>
<property name="javaVmArguments">
${auth.server.memory.settings}
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index 4f8e934..ea63ca4 100755
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -61,8 +61,9 @@
<auth.server.jboss.artifactId>integration-arquillian-servers-auth-server-${auth.server}</auth.server.jboss.artifactId>
<auth.server.jboss.skip.unpack>${auth.server.undertow}</auth.server.jboss.skip.unpack>
<auth.server.jboss.startup.timeout>300</auth.server.jboss.startup.timeout>
-
+
<auth.server.remote>false</auth.server.remote>
+ <auth.server.profile/>
<adapter.test.props/>
<migration.import.properties/>
@@ -163,6 +164,8 @@
<auth.server.config.property.value>${auth.server.config.property.value}</auth.server.config.property.value>
<auth.server.adapter.impl.class>${auth.server.adapter.impl.class}</auth.server.adapter.impl.class>
+ <auth.server.profile>${auth.server.profile}</auth.server.profile>
+
<frontend.console.output>${frontend.console.output}</frontend.console.output>
<backends.console.output>${backend.console.output}</backends.console.output>
@@ -247,6 +250,18 @@
</profile>
<profile>
+ <id>auth-server-profile</id>
+ <activation>
+ <property>
+ <name>keycloak.profile</name>
+ </property>
+ </activation>
+ <properties>
+ <auth.server.profile>-Dkeycloak.profile=${keycloak.profile}</auth.server.profile>
+ </properties>
+ </profile>
+
+ <profile>
<id>auth-server-cluster</id>
<properties>
<!--disable exclusion pattern for cluster test which is enabled by default in base/pom.xml-->