Description
This test fails when run before all other tests because it depends on the "karaf.base" system-property set in other test-methods. This is a problem when building with jdk7 where the execution-order of test-methods is a bit random.
to reproduce:
mvn clean install -f instance/core/pom.xml -Dtest=InstanceServiceImplTest#testToSimulateRenameInstanceByExternalProcess