CLOUDSTACK-5506: Fixed egress_fw_rules.py, one of hunks was missing.

This commit is contained in:
Girish Shilamkar 2013-12-16 13:57:28 +05:30
parent a44459d6dd
commit 75f4f55c35

View File

@ -35,7 +35,8 @@ from marvin.integration.lib.common import (get_domain,
rebootRouter,
list_routers,
wait_for_cleanup,
cleanup_resources)
cleanup_resources,
list_virtual_machines)
from marvin.cloudstackAPI.createEgressFirewallRule import createEgressFirewallRuleCmd
from marvin.cloudstackAPI.deleteEgressFirewallRule import deleteEgressFirewallRuleCmd