Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It's often useful to include all the bundles which are located in the target directory into the integration tests. The easiest way to do this is to use scanDir provision option
scanDir("target").filter("*.jar")
Unfortunately, it does not supported by KarafTestContainer
The original issue was located at https://github.com/openengsb/labs-paxexam-karaf/issues/20