You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/10/20 08:01:16 UTC

[11/13] git commit: updated refs/heads/master to 6fe5ae0

CLOUDSTACK-8952 - Make the tests rely on the interface state other than the json file


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

Branch: refs/heads/master
Commit: 38d03576d61d1ddac8f29b962d9d30bc45d7a39b
Parents: 2a747ca
Author: Wilder Rodrigues <wr...@schubergphilis.com>
Authored: Sat Oct 17 14:47:05 2015 +0200
Committer: Wilder Rodrigues <wr...@schubergphilis.com>
Committed: Sat Oct 17 14:47:05 2015 +0200

----------------------------------------------------------------------
 test/integration/component/test_vpc_redundant.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/38d03576/test/integration/component/test_vpc_redundant.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_redundant.py b/test/integration/component/test_vpc_redundant.py
index a6032a1..600850b 100644
--- a/test/integration/component/test_vpc_redundant.py
+++ b/test/integration/component/test_vpc_redundant.py
@@ -323,7 +323,7 @@ class TestVPCRedundancy(cloudstackTestCase):
                             self.apiclient.connection.user,
                             self.apiclient.connection.passwd,
                             router.linklocalip,
-                            "grep MASTER /etc/cloudstack/cmdline.json",
+                            "sh /opt/cloud/bin/checkrouter.sh ",
                             hypervisor=self.hypervisor
                         ))
                 else:
@@ -336,7 +336,7 @@ class TestVPCRedundancy(cloudstackTestCase):
                             host.user,
                             host.passwd,
                             router.linklocalip,
-                            "grep MASTER /etc/cloudstack/cmdline.json"
+                            "sh /opt/cloud/bin/checkrouter.sh "
                         ))
 
                     except KeyError: