@BeforeTest(alwaysRun = true)
  public void init() throws Exception {
    service = new HpGrizzlyCloudService();
    super.bootstrap(service);
    cloud = service.getCloud();
    initClients();

    // install service with network
    String simpleServicePath = CommandTestUtils.getPath(USM_SERVICES_PATH + SERVICE_NAME);
    super.installServiceAndWait(simpleServicePath, SERVICE_NAME);
  }