mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5506: Fixed egress_fw_rules.py, one of hunks was missing.
This commit is contained in:
parent
d92e560f65
commit
6eec7b9707
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue