Permalink
Browse files
[WFLY-11896] Improve ability of mixed-domain testsuite to deal with d…
…ifferent JVMs MisxedDomainTestSupport will trigger caller (i.e a TestSuite) being ignored if the version under test can't handle the JVMs on offer. Test jobs can be configured with different java home paths for different JVMs. If this is done MixedDomainTestSupport will try and use an appropriate one for the legacy host.
- Loading branch information
Showing
with
98 additions
and 9 deletions.
- +22 −2 testsuite/mixed-domain/pom.xml
- +5 −2 ...e/mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/MixedDomainTestSuite.java
- +31 −0 ...mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/MixedDomainTestSupport.java
- +39 −5 testsuite/mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/Version.java
- +1 −0 ...rc/test/java/org/jboss/as/test/integration/domain/mixed/eap640/ElytronOnlyMaster640TestSuite.java