@Override
 protected void customizeCloud() throws Exception {
   super.customizeCloud();
   getService().getProperties().put("linuxImageId", "DFW/b62d6bc6-4dd6-44c2-8910-effa6e098cf9");
 }
 @Test(timeOut = AbstractTestSupport.DEFAULT_TEST_TIMEOUT * 4, enabled = true)
 public void testHelloWorld() throws Exception {
   super.testHelloWorld();
 }
 @AfterClass(alwaysRun = true)
 protected void teardown() throws Exception {
   super.teardown();
 }
 @BeforeClass(alwaysRun = true)
 protected void bootstrap() throws Exception {
   super.bootstrap();
 }