Github user bostko commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/531#discussion_r25616506
--- 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 --
5.6 has problem when using curl with ssl and
It fails to download the ssh installation script.
Also it is over 3 years old and I saw that there is several implementations
of AbstractEc2LiveTest which just override the test_CentOS_5_6 method with an
empty one because the test is not working so I decided to make a pull request
about it.
---
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.
---