wildfly / wildfly-tck-runners

Test runners for executing various TCKs against a WildFly runtime
Apache License 2.0
1 stars 7 forks source link

Update the authentication TCK runner to support running against an existing installaton. #10

Closed darranl closed 2 years ago

darranl commented 2 years ago

@scottmarlow / @jamezp This PR adds the ability for the authentication TCK (new tests) to run against an existing WildFly installation.

If the script detects that JBOSS_HOME is set the server at that location will be used, otherwise the script will install Alpha2 using Galleon and test against that instead.