Skip to content
Permalink
Browse files

Merge pull request #3670 from OndrejKotek/WFCORE-4325

[WFCORE-4325] Unable to run testsuite/domain tests with -Delytron
  • Loading branch information
darranl committed Apr 10, 2019
2 parents 27da0ff + 674a7bf commit 208356d6db5c93a05dc0071ec17d1f2f1f180f28
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 208356d

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