Permalink
Browse files
[WFCORE-4325] Unable to run testsuite/domain tests with -Delytron
- Loading branch information
Showing
with
18 additions
and 2 deletions.
| @@ -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 |