AbstractEc2LiveTest

- update outdated Debian 6 imageId


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a6eefab8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a6eefab8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a6eefab8

Branch: refs/heads/master
Commit: a6eefab8c238f715be3c2bfe1c5744d68b15ea7b
Parents: ccf4102
Author: Valentin Aitken <[email protected]>
Authored: Fri Feb 27 12:14:39 2015 +0200
Committer: Valentin Aitken <[email protected]>
Committed: Mon Mar 2 13:26:34 2015 +0200

----------------------------------------------------------------------
 .../base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a6eefab8/software/base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java
----------------------------------------------------------------------
diff --git 
a/software/base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java 
b/software/base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java
index 9490c98..42245a3 100644
--- a/software/base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java
+++ b/software/base/src/test/java/brooklyn/entity/AbstractEc2LiveTest.java
@@ -75,10 +75,11 @@ public abstract class AbstractEc2LiveTest extends 
BrooklynAppLiveTestSupport {
         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));
     }
 
     @Test(groups = {"Live"})

Reply via email to