Github user ahgittin commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/531#discussion_r25611135
  
    --- Diff: 
software/base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java ---
    @@ -75,10 +75,11 @@ public void setUp() throws Exception {
             super.setUp();
         }
     
    +    // Image ids for Debian: 
https://wiki.debian.org/Cloud/AmazonEC2Image/Squeeze
         @Test(groups = {"Live"})
         public void test_Debian_6() throws Exception {
             // release codename "squeeze"
    -        runTest(ImmutableMap.of("imageId", "us-east-1/ami-0740476e", 
"loginUser", "admin", "hardwareId", SMALL_HARDWARE_ID));
    +        runTest(ImmutableMap.of("imageId", "us-east-1/ami-5e12dc36", 
"loginUser", "admin", "hardwareId", SMALL_HARDWARE_ID));
    --- End diff --
    
    is it worth introducing constants for these?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to