You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2014/09/28 11:40:04 UTC

[04/50] [abbrv] git commit: updated refs/heads/statscollector-graphite to 621156c

CLOUDSTACK-7436: Fix automation test on RvR status detection

Everytime when checking the RvR status, you must wait some time for RvR to
update it's status. The polling thread would update the status only every 30
seconds by default.


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

Branch: refs/heads/statscollector-graphite
Commit: d2fbe5ccd3f521eb25f5c8d5d849e3dc0557dc6e
Parents: 093fa6f
Author: Sheng Yang <sh...@citrix.com>
Authored: Tue Sep 23 16:48:46 2014 -0700
Committer: Sheng Yang <sh...@citrix.com>
Committed: Tue Sep 23 16:50:04 2014 -0700

----------------------------------------------------------------------
 test/integration/component/maint/test_redundant_router.py | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d2fbe5cc/test/integration/component/maint/test_redundant_router.py
----------------------------------------------------------------------
diff --git a/test/integration/component/maint/test_redundant_router.py b/test/integration/component/maint/test_redundant_router.py
index 1b215c3..75c6122 100644
--- a/test/integration/component/maint/test_redundant_router.py
+++ b/test/integration/component/maint/test_redundant_router.py
@@ -1574,6 +1574,9 @@ class TestRvRRedundancy(cloudstackTestCase):
                          "Vm should be in running state after deployment"
                          )
 
+        # wait for VR to update state
+        time.sleep(self.services["sleep"])
+
         self.debug("Checking state of the backup router in %s" % self.network.name)
         routers = Router.list(
                               self.apiclient,