TeStereo report
APIUtilityVerifier BranchVerifier InternalCallVerifier BooleanVerifier 
@Test(enabled=false) public void testShutdownAndStartup() throws Exception { if (optApi.isPresent()) { HostAdministrationApi api=optApi.get(); Host host=Iterables.find(api.list(),isComputeHost); assertTrue(api.shutdown(host.getName())); assertTrue(api.startup(host.getName())); } }