URL obrModelAppUrl = new URL("file:" + PathUtils.getBaseDir()
+ "/target/classes/" + modelPrefix + ".OBRMAN.cfg");
System.out.println(modelPrefix + " >>> " + obrModelAppUrl);
OBRManCommand obrman = getAService(OBRManCommand.class);
obrman.setInitialConfig(obrModelAppUrl);
Set<String> rootRepos = getCompositeRepos(CST.ROOT_COMPOSITE_TYPE);
for (String repo : repos) {
assertTrue(rootRepos.contains(repo));
}