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

This commit is contained in:
Wilder Rodrigues 2015-10-17 14:47:05 +02:00
parent 2a747ca735
commit 38d03576d6
1 changed files with 2 additions and 2 deletions

View File

@ -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: