Ejemplo n.º 1
0
 @Test(enabled = false)
 public void testDisAssociateHealthMonitor() {
   String poolId = "db083bf7-c455-4758-b1ad-203cf441a73a";
   String healthId = "8767284a-b542-4db6-8393-0a404a959c1d";
   ActionResponse result =
       osv3().networking().loadbalancers().lbPool().disAssociateHealthMonitor(poolId, healthId);
   assertTrue(result.isSuccess());
 }
Ejemplo n.º 2
0
 public void testDeletePool() {
   respondWith(200);
   ActionResponse result =
       osv3().networking().loadbalancers().lbPool().delete("02ae87ec-5502-469e-8c41-f2c57d185054");
   assertTrue(result.isSuccess());
 }