From 75f4f55c3555c3707e651f06b5a68509450a19fa Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Mon, 16 Dec 2013 13:57:28 +0530 Subject: [PATCH] CLOUDSTACK-5506: Fixed egress_fw_rules.py, one of hunks was missing. --- test/integration/component/test_egress_fw_rules.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index a0a7b9cb16b..09e1dd6309b 100644 --- a/test/integration/component/test_egress_fw_rules.py +++ b/test/integration/component/test_egress_fw_rules.py @@ -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