@Test
 public void testGetNotNullComputerList() throws Exception {
   ComputerList computerList = client.getComputerList();
   assertNotNull(computerList);
 }