-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
Undefined
-
---
-
---
The Galleon layer tests for clustering are using two galleon packs, one to bring in the web-clustering Galleon layer and the full Galleon pack.
This configuration is not properly testing the switching of the Galleon packs under test by the CI Jobs.
The task here is to provide this capability replacing the full one by using the Maven properties passed by the CI Job, e.g:
<feature-pack> <groupId>${testsuite.ee.galleon.pack.groupId}</groupId> <artifactId>${testsuite.ee.galleon.pack.artifactId}</artifactId> <version>${testsuite.ee.galleon.pack.version}</version> <inherit-configs>false</inherit-configs> <inherit-packages>false</inherit-packages> </feature-pack>