You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2014/11/13 00:39:55 UTC

git commit: updated refs/heads/master to f416c82

Repository: cloudstack
Updated Branches:
  refs/heads/master 60aab6bf1 -> f416c82f0


CLOUDSTACK-7812: Fixed the script 'maint/test_redundant_router_network_rules.py' - Test Cases failing on Simulator due to hardware resources requirement for test execution


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

Branch: refs/heads/master
Commit: f416c82f012dd5497b548dd89d26d0366b96778c
Parents: 60aab6b
Author: Chandan Purushothama <Ch...@citrix.com>
Authored: Tue Oct 28 13:52:36 2014 -0700
Committer: Sangeetha Hariharan <sa...@citrix.com>
Committed: Wed Nov 12 18:26:18 2014 -0800

----------------------------------------------------------------------
 .../component/maint/test_redundant_router_network_rules.py   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f416c82f/test/integration/component/maint/test_redundant_router_network_rules.py
----------------------------------------------------------------------
diff --git a/test/integration/component/maint/test_redundant_router_network_rules.py b/test/integration/component/maint/test_redundant_router_network_rules.py
index 12c4d2c..da87382 100644
--- a/test/integration/component/maint/test_redundant_router_network_rules.py
+++ b/test/integration/component/maint/test_redundant_router_network_rules.py
@@ -196,7 +196,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
             #raise Exception("Warning: Exception during cleanup : %s" % e)
         return
 
-    @attr(tags=["advanced", "advancedns", "ssh"])
+    @attr(tags=["advanced", "advancedns", "ssh"], required_hardware="true")
     def test_networkRules_afterRebootRouters(self):
         """Test network rules after master & backup routers rebooted
         """
@@ -501,7 +501,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
 
         return
 
-    @attr(tags=["advanced", "advancedns", "ssh"])
+    @attr(tags=["advanced", "advancedns", "ssh"], required_hardware="true")
     def test_applyRules_restartRvRNetwork(self):
         """Test apply rules after network restart
         """
@@ -863,7 +863,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
             self.fail("SSH to guest VM failed: %s" % e)
         return
 
-    @attr(tags=["advanced", "advancedns", "ssh"])
+    @attr(tags=["advanced", "advancedns", "ssh"], required_hardware="true")
     def test_apply_and__delete_NetworkRulesOnRvR(self):
         """Test apply and delete network rules on redundant router
         """
@@ -1113,7 +1113,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
             self.fail("SSH to guest VM failed: %s" % e)
         return
 
-    @attr(tags=["advanced", "advancedns", "ssh", "needle"])
+    @attr(tags=["advanced", "advancedns", "ssh", "needle"], required_hardware="true")
     def test_applyNetworkRules_MasterDown_deleteNetworkRules(self):
         """Test apply network rules when master down and delete network rules
         """