From 38d03576d61d1ddac8f29b962d9d30bc45d7a39b Mon Sep 17 00:00:00 2001 From: Wilder Rodrigues Date: Sat, 17 Oct 2015 14:47:05 +0200 Subject: [PATCH] CLOUDSTACK-8952 - Make the tests rely on the interface state other than the json file --- test/integration/component/test_vpc_redundant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_vpc_redundant.py b/test/integration/component/test_vpc_redundant.py index a6032a1b3f6..600850b4887 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: