justinThompson commented on this pull request.
> + @AfterClass
+ @Override
+ protected void tearDown() {
+ super.tearDown();
+ if (api.getLoadBalancerApi().get("test") != null) {
+ api.getLoadBalancerApi().delete("test");
+ }
+ }
+
+ @Test
+ protected void testConfigureHealthCheck() {
+ final Set<String> result = api().attachLoadBalancerToSubnets(loadBalancer.getName(),
loadBalancer.getSubnets());
+ }
+
+ private void checkHealthCheck(HealthCheck healthCheck) {
+// checkNotNull(healthCheck.getHealthyThreshold(), "Description cannot be null for InstanceState");
updated
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/70
|