When I bumped the karaf version (affects the karaf-maven-plugin, the
karaf BoM and the pax exam tests in my project builds), then the pax
exam tests fail with this message:

[ERROR] 
initializationError(no.priv.bang.authservice.tests.AuthserviceIntegrationTest)  
Time elapsed: 0.015 s  <<< ERROR!
org.ops4j.pax.exam.TestContainerException: java.lang.RuntimeException: Config 
resource /etc/users.properties not found
        at 
no.priv.bang.authservice.tests.AuthserviceIntegrationTest.config(AuthserviceIntegrationTest.java:33)

Is this expected? Do I need to make a change in my test setup?

Here's the test that failed when I bumped karaf from 4.3.0 to 4.3.2:
 https://github.com/steinarb/authservice/tree/master/authservice.tests

Reply via email to