You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/12/16 09:29:05 UTC

git commit: updated refs/heads/4.3 to 6eec7b9

Updated Branches:
  refs/heads/4.3 d92e560f6 -> 6eec7b970


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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6eec7b97
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6eec7b97
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6eec7b97

Branch: refs/heads/4.3
Commit: 6eec7b97078c8e8e17610bbe1655f8005eca10b2
Parents: d92e560
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Mon Dec 16 13:57:28 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Mon Dec 16 13:58:18 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_egress_fw_rules.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6eec7b97/test/integration/component/test_egress_fw_rules.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py
index a0a7b9c..09e1dd6 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