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: