> @@ -178,6 +210,15 @@ protected void checkFirewallRule(FirewallRule rule) {
>        assert rule.getProtocol() != null;
>     }
>  
> +   protected void checkEgressFirewallRule(FirewallRule rule) {
> +      assertEquals(rule,
> +              client.getFirewallApi().getEgressFirewallRule(rule.getId()));

It is possible - ICMP vs TCP etc, I think. Again, I copy-and-pasted, so I 
didn't write the original test.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/69/files#r5402058

Reply via email to