Skip to content
Permalink
Browse files

[WFCORE-4325] Unable to run testsuite/domain tests with -Delytron

  • Loading branch information
OndrejKotek committed Apr 8, 2019
1 parent d1b0113 commit 674a7bfb732e58608c2b4987f4720f8b800c7c83
Showing with 18 additions and 2 deletions.
  1. +16 −0 testsuite/domain/enable-elytron.cli
  2. +2 −2 testsuite/domain/pom.xml
@@ -0,0 +1,16 @@
embed-host-controller

/host=master/core-service=management/access=identity:add(security-domain=ManagementDomain)
/host=master/core-service=management/management-interface=http-interface:write-attribute(name=http-upgrade,value={enabled=true, sasl-authentication-factory=management-sasl-authentication})
/host=master/core-service=management/management-interface=http-interface:write-attribute(name=http-authentication-factory,value=management-http-authentication)
/host=master/core-service=management/management-interface=http-interface:undefine-attribute(name=security-realm)

#/host=master/core-service=management/management-interface=native-interface:write-attribute(name=sasl-authentication-factory,value=management-sasl-authentication)
#/host=master/core-service=management/management-interface=native-interface:undefine-attribute(name=security-realm)

/host=master/core-service=management/security-realm=ManagementRealm:remove
/host=master/core-service=management/security-realm=ApplicationRealm/authentication=local:remove
/host=master/core-service=management/security-realm=ApplicationRealm/authentication=properties:remove
/host=master/core-service=management/security-realm=ApplicationRealm/authorization=properties:remove

stop-embedded-host-controller
@@ -52,7 +52,7 @@
<enforcer.skip>true</enforcer.skip>
<jbossas.ts.dir>${basedir}/..</jbossas.ts.dir>

<ts.elytron.cli>../shared/enable-elytron.cli</ts.elytron.cli>
<ts.elytron.cli>enable-elytron.cli</ts.elytron.cli>
</properties>

<!--
@@ -160,7 +160,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>

<!-- System properties to forked surefire JVM which runs clients. -->
<argLine>${jvm.args.ip.client} ${jvm.args.timeouts} ${surefire.system.args}</argLine>

0 comments on commit 674a7bf

Please sign in to comment.
You can’t perform that action at this time.