@Test
public void testInstallCommand() throws Exception {
Thread.sleep(12000);
CommandProcessor cp = getOsgiService(CommandProcessor.class);
CommandSession cs = cp.createSession(System.in, System.out, System.err);
try {
cs.execute("log:display");
fail("command should not exist");
} catch (IllegalArgumentException e) {